]> git.lyx.org Git - features.git/commitdiff
this was not intended to go in.
authorJürgen Spitzmüller <spitz@lyx.org>
Tue, 9 Feb 2010 14:34:58 +0000 (14:34 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Tue, 9 Feb 2010 14:34:58 +0000 (14:34 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33388 a592a061-630c-0410-9148-cb99ea01b6c8

src/Paragraph.cpp

index 5aecc9aaac557681dff509782ad00b3a26ce43d1..1aea2dde43ec4408f42b1016141e05052364477a 100644 (file)
@@ -3192,7 +3192,7 @@ bool Paragraph::spellCheck(pos_type & from, pos_type & to, WordLangTuple & wl,
                return false;
 #endif
 
-       bool misspelled = res != SpellChecker::OK
+       bool const misspelled = res != SpellChecker::OK
                && res != SpellChecker::IGNORED_WORD;
 
        if (lyxrc.spellcheck_continuously)