]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNomencl.h
Restore XHTML output for InsetListings.
[lyx.git] / src / insets / InsetNomencl.h
index 0737545648d41ac4772bd951f6b6b8596d906fe9..a296fc9f91a9d5ae2c79df446986591c27aa3d78 100644 (file)
@@ -26,7 +26,7 @@ class LaTeXFeatures;
 class InsetNomencl : public InsetCommand {
 public:
        ///
-       InsetNomencl(InsetCommandParams const &);
+       InsetNomencl(Buffer * buf, InsetCommandParams const &);
        ///
        docstring screenLabel() const;
        ///
@@ -40,7 +40,7 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        /// Does nothing at the moment.
-       void xhtml(odocstream &, OutputParams const &) const { return; }
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        int docbookGlossary(odocstream &) const;
        ///
@@ -60,13 +60,13 @@ private:
 class InsetPrintNomencl : public InsetCommand {
 public:
        ///
-       InsetPrintNomencl(InsetCommandParams const &);
+       InsetPrintNomencl(Buffer * buf, InsetCommandParams const &);
        /// Updates needed features for this inset.
        void validate(LaTeXFeatures & features) const;
        ///
        int docbook(odocstream &, OutputParams const &) const;
        /// Does nothing at the moment.
-       void xhtml(odocstream &, OutputParams const &) const { return; }
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        InsetCode lyxCode() const;
        ///