From a7c062e14eb01c0c5041f4af7fe72348e569ec44 Mon Sep 17 00:00:00 2001 From: Dekel Tsur Date: Sun, 13 Jan 2002 15:34:53 +0000 Subject: [PATCH] Remove another #warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3355 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/insettext.C | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/insets/insettext.C b/src/insets/insettext.C index 61a0147063..e349b22638 100644 --- a/src/insets/insettext.C +++ b/src/insets/insettext.C @@ -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); -- 2.39.2