]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathGrid.h
Getting rid of LTR bias --- part 4/4
[features.git] / src / mathed / InsetMathGrid.h
index d01085089417c2b5b5aa72c4f0d2fa5f698efd5c..e49aa500fe24d13f1e954968dec07d216f778853 100644 (file)
@@ -155,9 +155,9 @@ public:
        ///
        bool idxUpDown(Cursor &, bool up) const;
        ///
-       bool idxLeft(Cursor &) const;
+       bool idxBackward(Cursor &) const;
        ///
-       bool idxRight(Cursor &) const;
+       bool idxForward(Cursor &) const;
        ///
        bool idxFirst(Cursor &) const;
        ///