mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Remove a #warning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3354 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c890dfa0f8
commit
6c18d1771b
@ -2353,9 +2353,7 @@ string const LyXText::selectNextWordToSpellcheck(BufferView * bview,
|
||||
value += float(cursor.y())/float(height);
|
||||
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
|
||||
if (cursor.pos() == cursor.par()->size()) {
|
||||
if (!cursor.par()->next())
|
||||
return str;
|
||||
|
Loading…
Reference in New Issue
Block a user