X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FHunspellChecker.h;h=686f014384028316afae89af37b0505aa9306ee4;hb=89175ee0f10f75311e2a746dbd450fb23d6c2845;hp=6e0ef024a7a12ccd813433a768481a360fa3a3aa;hpb=a4e03846cd4a5c369548e0913994e5f482a83277;p=lyx.git diff --git a/src/HunspellChecker.h b/src/HunspellChecker.h index 6e0ef024a7..686f014384 100644 --- a/src/HunspellChecker.h +++ b/src/HunspellChecker.h @@ -27,9 +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 accept(WordLangTuple const &); + bool hasDictionary(Language const * lang) const; + int numDictionaries() const; docstring const error(); + void advanceChangeNumber(); ///@} private: