]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
Yet another unused variable.
[lyx.git] / src / insets / InsetTabular.h
index 8d1c56c0dceba0c90a12778f13d179858bf148bf..10516fe2a5b6d0860d99f15e387ce47109ffb808 100644 (file)
@@ -475,7 +475,8 @@ public:
        ///
        bool isMultiRow(idx_type cell) const;
        ///
-       idx_type setMultiRow(idx_type cell, idx_type number);
+       idx_type setMultiRow(idx_type cell, idx_type number,
+                            bool const bottom_border);
        ///
        void unsetMultiRow(idx_type cell);
        ///
@@ -803,10 +804,10 @@ public:
        bool allowSpellCheck() const { return true; }
        ///
        bool canTrackChanges() const { return true; }
-       /** returns true if, when outputing LaTeX, font changes should
+       /** returns false if, when outputing LaTeX, font changes should
            be closed before generating this inset. This is needed for
            insets that may contain several paragraphs */
-       bool noFontChange() const { return true; }
+       bool inheritFont() const { return false; }
        ///
        DisplayType display() const;
        ///