From: Jürgen Spitzmüller Date: Tue, 9 Feb 2010 14:34:58 +0000 (+0000) Subject: this was not intended to go in. X-Git-Tag: 2.0.0~4102 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a220c4ee4a5d420d533c665e2954974c5d349f85;p=features.git this was not intended to go in. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33388 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index 5aecc9aaac..1aea2dde43 100644 --- a/src/Paragraph.cpp +++ b/src/Paragraph.cpp @@ -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)