]> git.lyx.org Git - lyx.git/blobdiff - src/AspellChecker.h
Check path of Qt tools if qtchooser is detected
[lyx.git] / src / AspellChecker.h
index 6bef6a854a0a6f9396dd8ae307636657f7a5c9b0..74ffb7036bd093862aab2a07f36e813fb7306358 100644 (file)
@@ -27,11 +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 remove(WordLangTuple const &);
        void accept(WordLangTuple const &);
        bool hasDictionary(Language const * lang) const;
+       int numDictionaries() const;
        docstring const error();
+       void advanceChangeNumber();
        //@}
 
 private: