]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetOptArg.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / insets / InsetOptArg.h
index 26a01f9433a0d747cadea1c94c4bf101ec1d3cdd..2584049a61287e0351320d631f41a84586063b24 100644 (file)
@@ -27,7 +27,7 @@ class InsetOptArg : public InsetCollapsable
 {
 public:
        ///
-       InsetOptArg(Buffer const &);
+       InsetOptArg(Buffer *);
 
        /// Outputting the optional parameter of a LaTeX command
        int latexOptional(odocstream &, OutputParams const &) const;
@@ -39,8 +39,6 @@ private:
        InsetCode lyxCode() const { return OPTARG_CODE; }
        ///
        docstring name() const { return from_ascii("OptArg"); }
-       /// return an message upon editing
-       docstring editMessage() const;
        /// Standard LaTeX output -- short-circuited
        int latex(odocstream &, OutputParams const &) const;
        /// Standard plain text output -- short-circuited
@@ -48,7 +46,7 @@ private:
        /// Standard DocBook output -- short-circuited
        int docbook(odocstream &, OutputParams const &) const;
        /// Standard XHTML output -- short-circuited
-       void xhtml(odocstream &, OutputParams const &) const { return; }
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        /// Write out to the .lyx file
        void write(std::ostream & os) const;
        /// should paragraph indendation be ommitted in any case?