X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FHunspellChecker.h;h=8e12672b9da705979d636735277f3b2daa53ac7c;hb=a5be70af87123df1af5e2cdd1d713581cd69ba37;hp=6e0ef024a7a12ccd813433a768481a360fa3a3aa;hpb=a4e03846cd4a5c369548e0913994e5f482a83277;p=lyx.git diff --git a/src/HunspellChecker.h b/src/HunspellChecker.h index 6e0ef024a7..8e12672b9d 100644 --- a/src/HunspellChecker.h +++ b/src/HunspellChecker.h @@ -28,8 +28,11 @@ public: enum Result check(WordLangTuple const &); void suggest(WordLangTuple const &, docstring_list &); void insert(WordLangTuple const &); + void remove(WordLangTuple const &); void accept(WordLangTuple const &); + bool hasDictionary(Language const * lang) const; docstring const error(); + void advanceChangeNumber(); ///@} private: