]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetScript.h
Fix mis-nomer
[lyx.git] / src / insets / InsetScript.h
index 84ed50e1b12a09c94749556d8a98004b44fecc49..11864d305c4a39e01d37939ad7ed6ef8fff83751 100644 (file)
@@ -82,6 +82,8 @@ public:
        ///
        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,