]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListings.h
Remove all BufferParam arguments in InsetXXX methods (since insets know about their...
[lyx.git] / src / insets / InsetListings.h
index 09d1ac73000f837939ede43789e6e2fc51c6f24d..51a3f7022c364eb472bbeaaef14642b27156190e 100644 (file)
@@ -57,6 +57,8 @@ private:
        ///
        int latex(odocstream &, OutputParams const &) const;
        ///
+       docstring xhtml(odocstream &, OutputParams const &) const;
+       ///
        void validate(LaTeXFeatures &) const;
        ///
        bool showInsetDialog(BufferView *) const;
@@ -73,7 +75,7 @@ private:
        ///
        Inset * clone() const { return new InsetListings(*this); }
        ///
-       void setButtonLabel(BufferView const & bv);
+       docstring const buttonLabel(BufferView const & bv) const;
        ///
        docstring getCaption(OutputParams const &) const;