]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / insets / InsetERT.h
index 494f53e929b1216290b4d29fb45ef39a6092f81a..3f38f0e70eb9fc2d08f1fa602bcc44603faece33 100644 (file)
@@ -32,7 +32,7 @@ class Language;
 class InsetERT : public InsetCollapsable {
 public:
        ///
-       InsetERT(Buffer const &, CollapseStatus status = Open);
+       InsetERT(Buffer *, CollapseStatus status = Open);
        ///
        ~InsetERT();
        ///
@@ -47,15 +47,11 @@ private:
        ///
        void write(std::ostream & os) const;
        ///
-       docstring editMessage() const;
-       ///
-       bool insetAllowed(InsetCode code) const;
-       ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        void validate(LaTeXFeatures &) const {}
        ///