]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathGrid.h
Prepare for mutlicolumn lines
[lyx.git] / src / mathed / InsetMathGrid.h
index e9ea396930f3aa466536dd1135f3062393764ca4..de5b64507c9c8fe34195c1e79eaad618911d4a19 100644 (file)
@@ -44,13 +44,6 @@ public:
                Multicolumn multi_;
                /// special multi colums alignment
                docstring align_;
-               /// these should be a per-cell property, but ok to have it here
-               /// for single-column grids like paragraphs
-               mutable int glue_;
-               ///
-               mutable pos_type begin_;
-               ///
-               mutable pos_type end_;
        };
 
        /// additional per-row information
@@ -239,6 +232,8 @@ public:
        ///
        void htmlize(HtmlStream &, std::string attrib) const;
        ///
+       void validate(LaTeXFeatures & features) const;
+       ///
        //void octave(OctaveStream &) const;
 
 protected: