]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBox.h
This patch introduces an optional argument to Buffer::updateLabels(), so
[lyx.git] / src / insets / InsetBox.h
index c254fb6ea1dacf8f7f76f9fa9c40d49ac0788f65..83ba43403e07129dd5270eb6446a85970aa820f6 100644 (file)
@@ -76,7 +76,7 @@ public:
                Doublebox
        };
        ///
-       InsetBox(Buffer const &, std::string const &);
+       InsetBox(Buffer *, std::string const &);
        ///
        ~InsetBox();
        ///
@@ -87,8 +87,6 @@ private:
        ///
        friend class InsetBoxParams;
        ///
-       docstring editMessage() const;
-       ///
        InsetCode lyxCode() const { return BOX_CODE; }
        ///
        docstring name() const;
@@ -119,7 +117,7 @@ private:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       int xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        void validate(LaTeXFeatures &) const;
        ///