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:
Dekel Tsur 2002-01-13 15:34:53 +00:00
parent 6c18d1771b
commit a7c062e14e

View File

@ -2498,9 +2498,7 @@ string const InsetText::selectNextWordToSpellcheck(BufferView * bv, float & valu
lt = 0; lt = 0;
return str; return str;
} }
#warning Dekel please have a look on this one RTL? (Jug) // we have to go on checking so move cusor to the next char
#warning DEKEL!
// we have to go on checking so move cusor to the right
lt->cursor.pos(lt->cursor.pos() + 1); lt->cursor.pos(lt->cursor.pos() + 1);
} }
str = lt->selectNextWordToSpellcheck(bv, value); str = lt->selectNextWordToSpellcheck(bv, value);