4 * This file is part of LyX, the document processor.
5 * Licence details can be found in the file COPYING.
7 * \author Stefan Schimanski
9 * Full author contact details are available in file CREDITS.
15 #include "support/docstring.h"
27 docstring
const & word(size_t idx
) const;
31 void insert(docstring
const & w
);
33 void remove(docstring
const & w
);
40 WordList
& theWordList();