this was not intended to go in.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33388 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2010-02-09 14:34:58 +00:00
parent 0d7f4bc32b
commit a220c4ee4a

View 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)