X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FAppleSpellChecker.h;h=13b9bd0a94d3624d2c1d3152d984454b7bd64249;hb=62af7ee772f16f154225d2d0b65d77f4376b6001;hp=25c205aafcf575369b99705852a3363ce905744a;hpb=dec437fbac739fb4d8e78842b9f9286bbaaf0971;p=lyx.git diff --git a/src/AppleSpellChecker.h b/src/AppleSpellChecker.h index 25c205aafc..13b9bd0a94 100644 --- a/src/AppleSpellChecker.h +++ b/src/AppleSpellChecker.h @@ -26,10 +26,12 @@ 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;