X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FHunspellChecker.h;h=686f014384028316afae89af37b0505aa9306ee4;hb=0d63bdfc169b253b53afab047d48bfef69cfedbb;hp=27b634446d000a62afd7d35267b2eae3c62c11c5;hpb=dec437fbac739fb4d8e78842b9f9286bbaaf0971;p=lyx.git diff --git a/src/HunspellChecker.h b/src/HunspellChecker.h index 27b634446d..686f014384 100644 --- a/src/HunspellChecker.h +++ b/src/HunspellChecker.h @@ -27,10 +27,12 @@ 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(); ///@}