]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
Make undo action no-ops when the buffer is read-only
[lyx.git] / src / insets / InsetTabular.h
index 1d1cf5712b2f7018c607f82e49811f7d1fe89a68..0d4e7afee9d0e954e564e7f86f8fefec0e28bacd 100644 (file)
@@ -980,9 +980,7 @@ public:
        bool canTrackChanges() const override { return true; }
        ///
        bool canPaintChange(BufferView const &) const override { return true; }
-       /** returns false if, when outputting LaTeX, font changes should
-           be closed before generating this inset. This is needed for
-           insets that may contain several paragraphs */
+       ///
        bool inheritFont() const override { return false; }
        ///
        bool allowMultiPar() const override;
@@ -991,7 +989,7 @@ public:
        //
        bool isTable() const override { return true; }
        ///
-       RowFlags rowFlags() const override;
+       int rowFlags() const override;
        ///
        void latex(otexstream &, OutputParams const &) const override;
        ///