]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracbase.C
enable direct input of #1...#9; some whitespace changes
[lyx.git] / src / mathed / math_fracbase.C
index aa17ea7e82f5aa40003cd1bde0ec4e320f6ae856..2a6ac48d7680e4e67420c92447176179176f2c51 100644 (file)
@@ -3,6 +3,7 @@
 #endif
 
 #include "math_fracbase.h"
+#include "math_mathmlstream.h"
 
 
 MathFracbaseInset::MathFracbaseInset()
@@ -10,22 +11,19 @@ MathFracbaseInset::MathFracbaseInset()
 {}
 
 
-bool MathFracbaseInset::idxRight(MathInset::idx_type &,
-                                MathInset::pos_type &) const
+bool MathFracbaseInset::idxRight(idx_type &, pos_type &) const
 {
        return false;
 }
 
 
-bool MathFracbaseInset::idxLeft(MathInset::idx_type &,
-                               MathInset::pos_type &) const
+bool MathFracbaseInset::idxLeft(idx_type &, pos_type &) const
 {
        return false;
 }
 
 
-bool MathFracbaseInset::idxUp(MathInset::idx_type & idx,
-                             MathInset::pos_type &) const
+bool MathFracbaseInset::idxUp(idx_type & idx) const
 {
        if (idx == 0)
                return false;
@@ -34,8 +32,7 @@ bool MathFracbaseInset::idxUp(MathInset::idx_type & idx,
 }
 
 
-bool MathFracbaseInset::idxDown(MathInset::idx_type & idx,
-                               MathInset::pos_type &) const
+bool MathFracbaseInset::idxDown(idx_type & idx) const
 {
        if (idx == 1)
                return false;