X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FAppleSpellChecker.h;h=25c205aafcf575369b99705852a3363ce905744a;hb=667ecbdd1d1da1488802480eae06c96aed946854;hp=e406325a706256f69ab27e7eecbbddd0b6f3cb4f;hpb=e4f2484cb5899da6d98e0be6db465ca011989e04;p=lyx.git diff --git a/src/AppleSpellChecker.h b/src/AppleSpellChecker.h index e406325a70..25c205aafc 100644 --- a/src/AppleSpellChecker.h +++ b/src/AppleSpellChecker.h @@ -30,7 +30,11 @@ public: void remove(WordLangTuple const &); void accept(WordLangTuple const &); bool hasDictionary(Language const * lang) const; + bool canCheckParagraph() const { return true; } + int numMisspelledWords() const; + void misspelledWord(int index, int & start, int & length) const; docstring const error(); + void advanceChangeNumber(); //@} private: