]> git.lyx.org Git - lyx.git/blobdiff - src/AppleSpellChecker.h
User frontend for the new document-wide bibliography style feature.
[lyx.git] / src / AppleSpellChecker.h
index e406325a706256f69ab27e7eecbbddd0b6f3cb4f..25c205aafcf575369b99705852a3363ce905744a 100644 (file)
@@ -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: