]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
Cosmetics.
[lyx.git] / src / insets / InsetTabular.h
index cc474027379ef9ac36fccf7873b2c375e760824b..777dbed7d9a91b7856d95455f48f0292b3fbb97f 100644 (file)
@@ -738,7 +738,9 @@ public:
        /// should all paragraphs be output with "Standard" layout?
        virtual bool allowParagraphCustomization(idx_type cell = 0) const;
        ///
-       virtual bool forceEmptyLayout() { return true; }
+       virtual bool forceEmptyLayout(idx_type cell = 0) const;
+       ///
+       virtual bool useEmptyLayout() { return true; }
        ///
        void addPreview(graphics::PreviewLoader &) const;