]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetTabular.h
index 2b8b049a925fa23c6a3d3be007291ec1d550dbb7..9e3f532f390b70d7ff8e218ae27f041b28c90ed5 100644 (file)
@@ -483,12 +483,6 @@ public:
                ///
                int width;
                ///
-               int height;
-               ///
-               int ascent;
-               ///
-               int descent;
-               ///
                int multicolumn;
                ///
                int multirow;
@@ -497,6 +491,8 @@ public:
                ///
                VAlignment valignment;
                ///
+               int voffset;
+               ///
                bool top_line;
                ///
                bool bottom_line;
@@ -555,10 +551,6 @@ public:
                bool newpage;
                /// caption
                bool caption;
-               ///
-               VAlignment valignment;
-               ///
-               int maxheight;
        };
        ///
        typedef std::vector<RowData> row_vector;