]> git.lyx.org Git - lyx.git/blobdiff - src/HunspellChecker.h
GuiNomencl.xxx: Rename to be in line with class name.
[lyx.git] / src / HunspellChecker.h
index 6e0ef024a7a12ccd813433a768481a360fa3a3aa..27b634446d000a62afd7d35267b2eae3c62c11c5 100644 (file)
@@ -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: