X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FHunspellChecker.h;h=ccb5257be5bea4b1d6dee943b09d320683f2c15b;hb=e45427de389bc188f02ebe0de2c052740dcde09c;hp=8eb470a22b57b66a2cc6cc25a4fba9e8e9c2c252;hpb=1f53de65928c5d09b343c2beed9f37060e82b611;p=lyx.git diff --git a/src/HunspellChecker.h b/src/HunspellChecker.h index 8eb470a22b..ccb5257be5 100644 --- a/src/HunspellChecker.h +++ b/src/HunspellChecker.h @@ -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(); ///@}