]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetScript.h
Fix mis-nomer
[lyx.git] / src / insets / InsetScript.h
index c4b9445b2a0c04f0d6dac6ff27b276aa8b4eb480..11864d305c4a39e01d37939ad7ed6ef8fff83751 100644 (file)
@@ -80,13 +80,14 @@ public:
        ///
        void read(Lexer & lex);
        ///
-       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;
+       bool neverIndent() const { return true; }
+       ///
+       int plaintext(odocstringstream & ods, OutputParams const & op,
+                     size_t max_length = INT_MAX) const;
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///