]> git.lyx.org Git - lyx.git/blobdiff - src/HunspellChecker.h
* src/LaTeXFeatures.cpp: simplify greektext definition. Patch by G. Milde (bug #6458)
[lyx.git] / src / HunspellChecker.h
index 8defa22e41a6d5bec65851d147e615eaafd7d60b..ccb5257be5bea4b1d6dee943b09d320683f2c15b 100644 (file)
@@ -23,11 +23,15 @@ public:
        HunspellChecker();
        ~HunspellChecker();
 
-       SpellChecker::Result check(WordLangTuple const &);
+       /// \name SpellChecker inherited methods.
+       ///@{
+       enum Result check(WordLangTuple const &);
+       void suggest(WordLangTuple const &, docstring_list &);
        void insert(WordLangTuple const &);
        void accept(WordLangTuple const &);
-       docstring const nextMiss();
+       bool hasDictionary(Language const * lang) const;
        docstring const error();
+       ///@}
 
 private:
        struct Private;