]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetScript.h
Fix mis-nomer
[lyx.git] / src / insets / InsetScript.h
index decfee37aeca3a3e7683ac51759295f2e40950c8..11864d305c4a39e01d37939ad7ed6ef8fff83751 100644 (file)
@@ -80,6 +80,10 @@ public:
        ///
        void read(Lexer & lex);
        ///
+       bool forcePlainLayout(idx_type = 0) const { return true; }
+       ///
+       bool allowParagraphCustomization(idx_type = 0) const { return false; }
+       ///
        bool neverIndent() const { return true; }
        ///
        int plaintext(odocstringstream & ods, OutputParams const & op,