]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetScript.h
File format change caused by 34eadf5d4.
[lyx.git] / src / insets / InsetScript.h
index c4b9445b2a0c04f0d6dac6ff27b276aa8b4eb480..decfee37aeca3a3e7683ac51759295f2e40950c8 100644 (file)
@@ -82,11 +82,8 @@ public:
        ///
        bool neverIndent() const { return true; }
        ///
-       bool forcePlainLayout(idx_type = 0) const { return true; }
-       ///
-       bool allowParagraphCustomization(idx_type = 0) const { return false; }
-       ///
-       int plaintext(odocstream &, OutputParams const &) const;
+       int plaintext(odocstringstream & ods, OutputParams const & op,
+                     size_t max_length = INT_MAX) const;
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///