X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FHunspellChecker.h;h=686f014384028316afae89af37b0505aa9306ee4;hb=3d4076b598deb18660e50ec9c327efc3b15f15d0;hp=f5daaf3c436ebc3f90a4c90a562025f59d58354c;hpb=e4f2484cb5899da6d98e0be6db465ca011989e04;p=lyx.git diff --git a/src/HunspellChecker.h b/src/HunspellChecker.h index f5daaf3c43..686f014384 100644 --- a/src/HunspellChecker.h +++ b/src/HunspellChecker.h @@ -27,11 +27,14 @@ public: ///@{ enum Result check(WordLangTuple const &); void suggest(WordLangTuple const &, docstring_list &); + void stem(WordLangTuple const &, docstring_list &); void insert(WordLangTuple const &); - void remove(WordLangTuple const &) {}; + void remove(WordLangTuple const &); void accept(WordLangTuple const &); bool hasDictionary(Language const * lang) const; + int numDictionaries() const; docstring const error(); + void advanceChangeNumber(); ///@} private: