]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewpage.h
Limit ligature protection to quote ligature chars
[lyx.git] / src / insets / InsetNewpage.h
index 002ae7f77feaa41456e8543efc61bd4de0bd9782..51f640a09700b1483b1feb8fe2f4fb939bf89e3e 100644 (file)
@@ -65,7 +65,8 @@ private:
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///
-       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;
        ///
@@ -81,7 +82,7 @@ private:
        ///
        ColorCode ColorName() const;
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        ///
        Inset * clone() const { return new InsetNewpage(*this); }
        ///