mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Remove another #warning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3355 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6c18d1771b
commit
a7c062e14e
@ -2498,9 +2498,7 @@ string const InsetText::selectNextWordToSpellcheck(BufferView * bv, float & valu
|
||||
lt = 0;
|
||||
return str;
|
||||
}
|
||||
#warning Dekel please have a look on this one RTL? (Jug)
|
||||
#warning DEKEL!
|
||||
// we have to go on checking so move cusor to the right
|
||||
// we have to go on checking so move cusor to the next char
|
||||
lt->cursor.pos(lt->cursor.pos() + 1);
|
||||
}
|
||||
str = lt->selectNextWordToSpellcheck(bv, value);
|
||||
|
Loading…
Reference in New Issue
Block a user