]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettabular.h
* In the process of fixing the math background color bug, this commit transfer backgr...
[lyx.git] / src / insets / insettabular.h
index 2ab5d2f327f0f31d671bed6b263defe60030e1a2..967838573272ea2b62dda2165837b3dcf626eb45 100644 (file)
@@ -83,13 +83,13 @@ public:
        bool display() const { return tabular.isLongTabular(); }
        ///
        int latex(Buffer const &, odocstream &,
-                 OutputParams const &) const;
+                 OutputParams const &) const;
        ///
        int plaintext(Buffer const &, odocstream &,
-                 OutputParams const &) const;
+                     OutputParams const &) const;
        ///
        int docbook(Buffer const &, odocstream &,
-                   OutputParams const &) const;
+                   OutputParams const &) const;
        ///
        void validate(LaTeXFeatures & features) const;
        ///
@@ -203,6 +203,9 @@ private:
        mutable idx_type first_visible_cell;
        ///
        mutable int scx_;
+       /// Ugly boolean used when this inset is dissolved and
+       /// InsetTabularMailer should not be used.
+       bool is_deleted_;
 };