mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
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:
parent
0d7f4bc32b
commit
a220c4ee4a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user