]> git.lyx.org Git - lyx.git/blobdiff - src/SpellChecker.h
tex2lyx: extend titling support
[lyx.git] / src / SpellChecker.h
index f908ba2b471008e7f7f5b2d1f690dc5b4544f8e7..dd13a76da7eb90b6240139b29dba489fe6661645 100644 (file)
@@ -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; }