]> git.lyx.org Git - features.git/commitdiff
Remove another #warning
authorDekel Tsur <dekelts@tau.ac.il>
Sun, 13 Jan 2002 15:34:53 +0000 (15:34 +0000)
committerDekel Tsur <dekelts@tau.ac.il>
Sun, 13 Jan 2002 15:34:53 +0000 (15:34 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3355 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/insettext.C

index 61a0147063c199cfabfdef70d3463cbb8c8d5f65..e349b226383332c32ba2afa8b0432e9e1951a87e 100644 (file)
@@ -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);