]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLayout.h
Fix wrongly copy-pasted entries in SpellcheckerUi.ui
[lyx.git] / src / insets / InsetLayout.h
index 82fbe75edc6eb42a54690834de8e81a95ca7aa00..5b88cb89836187b7552f0ea5d965ff77bf1672bb 100644 (file)
@@ -142,6 +142,10 @@ public:
        bool isInToc() const { return intoc_; }
        ///
        bool spellcheck() const { return spellcheck_; }
+       ///
+       bool resetsFont() const { return resetsfont_; }
+       ///
+       bool isDisplay() const { return display_; }
 private:
        ///
        void makeDefaultCSS() const;
@@ -228,6 +232,10 @@ private:
        bool intoc_;
        /// check spelling of this inset?
        bool spellcheck_;
+       ///
+       bool resetsfont_;
+       ///
+       bool display_;
 };
 
 ///