]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathGrid.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathGrid.h
index 96ec55a2dd0b74d18fc56dedc8acc7b2fa79dac9..3faa33f4eaed1de4db65ffda6fc1807bef60bbef 100644 (file)
@@ -13,7 +13,7 @@
 #define MATH_GRID_H
 
 #include "InsetMathNest.h"
-#include "LyXLength.h"
+#include "Length.h"
 
 
 namespace lyx {
@@ -59,7 +59,7 @@ public:
                /// how many hlines above this row?
                unsigned int lines_;
                /// parameter to the line break
-               LyXLength crskip_;
+               Length crskip_;
                /// extra distance between lines
                int skip_;
                /// Is a page break allowed after this row?
@@ -123,9 +123,9 @@ public:
        ///
        char valign() const;
        ///
-       void vcrskip(LyXLength const &, row_type row);
+       void vcrskip(Length const &, row_type row);
        ///
-       LyXLength vcrskip(row_type row) const;
+       Length vcrskip(row_type row) const;
        ///
        void resize(short int type, col_type cols);
        ///
@@ -245,7 +245,7 @@ protected:
        ///
        char v_align_; // add approp. type
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 };