X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSpellChecker.h;h=dd13a76da7eb90b6240139b29dba489fe6661645;hb=c41f9f7ed7a890523acd387868472080d0c68df2;hp=f908ba2b471008e7f7f5b2d1f690dc5b4544f8e7;hpb=41fda35c596bc9b70da7839cc7a3b8409fed82cc;p=lyx.git diff --git a/src/SpellChecker.h b/src/SpellChecker.h index f908ba2b47..dd13a76da7 100644 --- a/src/SpellChecker.h +++ b/src/SpellChecker.h @@ -81,7 +81,7 @@ public: /// how many valid dictionaries were found virtual int numDictionaries() const = 0; - + /// if speller can spell check whole paragraph return true virtual bool canCheckParagraph() const { return false; }