]> git.lyx.org Git - lyx.git/blobdiff - src/HunspellChecker.h
Fix bug #6649 - fix texrow structure generated by InsetIndex
[lyx.git] / src / HunspellChecker.h
index 8eb470a22b57b66a2cc6cc25a4fba9e8e9c2c252..ccb5257be5bea4b1d6dee943b09d320683f2c15b 100644 (file)
@@ -23,12 +23,13 @@ public:
        HunspellChecker();
        ~HunspellChecker();
 
-       /// SpellChecker inherited methods.
+       /// \name SpellChecker inherited methods.
        ///@{
        enum Result check(WordLangTuple const &);
        void suggest(WordLangTuple const &, docstring_list &);
        void insert(WordLangTuple const &);
        void accept(WordLangTuple const &);
+       bool hasDictionary(Language const * lang) const;
        docstring const error();
        ///@}