]> git.lyx.org Git - lyx.git/blobdiff - src/SpellChecker.h
BufferView.cpp: typo
[lyx.git] / src / SpellChecker.h
index 6d8c77df00f6c174e6bd5fea2621a792f31fe6a5..bac19d116104f39b12af4fc3c0dc5553ed4d415c 100644 (file)
@@ -19,6 +19,7 @@
 namespace lyx {
 
 class BufferParams;
+class Language;
 class WordLangTuple;
 class docstring_list;
 
@@ -56,6 +57,9 @@ public:
        /// accept the given word temporarily
        virtual void accept(WordLangTuple const &) = 0;
 
+       /// check if dictionary exists
+       virtual bool hasDictionary(Language const *) const = 0;
+
        /// give an error message on messy exit
        virtual docstring const error() = 0;
 };