]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
Fix wrongly copy-pasted entries in SpellcheckerUi.ui
[lyx.git] / src / insets / InsetTabular.h
index 8d1c56c0dceba0c90a12778f13d179858bf148bf..00124eab7ad73c075be10455028c80c3dfff9368 100644 (file)
@@ -803,10 +803,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;
        ///