]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathFrac.h
Getting rid of LTR bias --- part 4/4
[features.git] / src / mathed / InsetMathFrac.h
index 0788747d39d4022696e98e9c7ed7486608abc477..ffcab063530cf09a9b9db27a5f16f3e5820a8b26 100644 (file)
@@ -26,9 +26,9 @@ public:
        ///
        bool idxUpDown(Cursor &, bool up) const;
        ///
-       bool idxLeft(Cursor &) const { return false; }
+       bool idxBackward(Cursor &) const { return false; }
        ///
-       bool idxRight(Cursor &) const { return false; }
+       bool idxForward(Cursor &) const { return false; }
 };
 
 
@@ -49,9 +49,9 @@ public:
        ///
        explicit InsetMathFrac(Kind kind = FRAC, idx_type ncells = 2);
        ///
-       bool idxRight(Cursor &) const;
+       bool idxForward(Cursor &) const;
        ///
-       bool idxLeft(Cursor &) const;
+       bool idxBackward(Cursor &) const;
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///