From a220c4ee4a5d420d533c665e2954974c5d349f85 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Tue, 9 Feb 2010 14:34:58 +0000 Subject: [PATCH] this was not intended to go in. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33388 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Paragraph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2