]> 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 502428beb0c729bfae03ee06fd5c1008ef9080ef..5b88cb89836187b7552f0ea5d965ff77bf1672bb 100644 (file)
@@ -144,6 +144,8 @@ public:
        bool spellcheck() const { return spellcheck_; }
        ///
        bool resetsFont() const { return resetsfont_; }
+       ///
+       bool isDisplay() const { return display_; }
 private:
        ///
        void makeDefaultCSS() const;
@@ -232,6 +234,8 @@ private:
        bool spellcheck_;
        ///
        bool resetsfont_;
+       ///
+       bool display_;
 };
 
 ///