]> git.lyx.org Git - lyx.git/blobdiff - src/EnchantChecker.h
* sk.po
[lyx.git] / src / EnchantChecker.h
index e0954bc9e25b83ee1ece60a1d4716c222a8d8e64..e44f2a54571103bf8a7b65f96648a8c51e5416e9 100644 (file)
@@ -34,8 +34,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: