X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FWordList.h;h=b7f88fb78f305767c278ec1fe19e1493b87de80b;hb=3d4076b598deb18660e50ec9c327efc3b15f15d0;hp=263c4d40da60b99e7cf9f2d0ed1b1b5778b06617;hpb=f8d516c7afcb84b73930fb9de5738fafa8a921c9;p=lyx.git diff --git a/src/WordList.h b/src/WordList.h index 263c4d40da..b7f88fb78f 100644 --- a/src/WordList.h +++ b/src/WordList.h @@ -14,6 +14,8 @@ #include "support/docstring.h" +#include "Language.h" + namespace lyx { class WordList { @@ -29,12 +31,18 @@ public: size_t size() const; /// void insert(docstring const & w); + /// + void remove(docstring const & w); + /// + static void cleanupWordLists(); private: struct Impl; Impl * d; }; +WordList * theWordList(Language const & lang); + } // namespace lyx #endif // WORDLIST_H