X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_fracbase.h;h=32d601f347fa487b47baa163ebb84c6869564c5b;hb=254272868f1d891b9d0a778f871afb23cce84081;hp=6fc8e5e1ea236a71d6cdfcfe3376a006dd5de75d;hpb=18f613448fea94b3587d8df2a85c823b87e96d9d;p=lyx.git diff --git a/src/mathed/math_fracbase.h b/src/mathed/math_fracbase.h index 6fc8e5e1ea..32d601f347 100644 --- a/src/mathed/math_fracbase.h +++ b/src/mathed/math_fracbase.h @@ -13,21 +13,11 @@ public: /// MathFracbaseInset(); /// - bool idxUp(idx_type &) const; - /// - bool idxDown(idx_type &) const; + bool idxUpDown(idx_type &, bool up) const; /// bool idxLeft(idx_type &, pos_type &) const; /// bool idxRight(idx_type &, pos_type &) const; - /// - bool idxFirstUp(idx_type &, pos_type &) const; - /// - bool idxFirstDown(idx_type &, pos_type &) const; - /// - bool idxLastUp(idx_type &, pos_type &) const; - /// - bool idxLastDown(idx_type &, pos_type &) const; }; #endif