mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Amend 07396ab244
- fix white space.
This commit is contained in:
parent
a0a7ba7cce
commit
3f75fb7a48
@ -87,7 +87,7 @@ SpellChecker::Result AppleSpellChecker::check(WordLangTuple const & word,
|
||||
string const word_str = to_utf8(word.word());
|
||||
string const lang = d->languageMap[word.lang()->lang()];
|
||||
|
||||
vector<WordLangTuple>::const_iterator it = docdict.begin();
|
||||
vector<WordLangTuple>::const_iterator it = docdict.begin();
|
||||
for (; it != docdict.end(); ++it) {
|
||||
if (it->lang()->code() != word.lang()->code())
|
||||
continue;
|
||||
|
@ -2770,7 +2770,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
|
||||
case LFUN_SPELLING_IGNORE: {
|
||||
Language const * language = getLanguage(cur, cmd.getArg(1));
|
||||
|
Loading…
Reference in New Issue
Block a user