]> git.lyx.org Git - lyx.git/blobdiff - src/AppleSpellChecker.h
Amend 9f04eeae032d
[lyx.git] / src / AppleSpellChecker.h
index 9d1aeeee3c300a75c51db78ccc8f867d587c93f1..13b9bd0a94d3624d2c1d3152d984454b7bd64249 100644 (file)
@@ -26,14 +26,17 @@ 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;
        bool canCheckParagraph() const { return true; }
        int numMisspelledWords() const;
        void misspelledWord(int index, int & start, int & length) const;
        docstring const error();
+       void advanceChangeNumber();
        //@}
 
 private: