]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommand.h
Prettify the tooltip for footnotes.
[lyx.git] / src / insets / InsetCommand.h
index 6f4c3521b0c592377fb7ba3cba197056df2dcbbb..131beff900d6261084676ce68c95e96531af5c49 100644 (file)
@@ -76,9 +76,10 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       int latex(otexstream &, OutputParams const &) const;
+       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 & runparams) const;
        ///
@@ -91,7 +92,7 @@ protected:
        /// \name Methods relaying to the InsetCommandParams p_
        //@{
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        ///
        bool showInsetDialog(BufferView * bv) const;
        ///