]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndex.h
Restore XHTML output for InsetListings.
[lyx.git] / src / insets / InsetIndex.h
index 14c77d057cc9c7848be31a38455c9992f84ae575..d0b0d1da29856f9f7d89fa1baec4857fb4ef0847 100644 (file)
@@ -60,7 +60,7 @@ private:
        int docbook(odocstream &, OutputParams const &) const;
        /// At the moment, this does nothing. See development/HTML.notes
        /// for some remarks on what could be done.
-       docstring xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        int latex(odocstream &, OutputParams const &) const;
        ///
@@ -94,20 +94,20 @@ private:
 class InsetPrintIndex : public InsetCommand {
 public:
        ///
-       InsetPrintIndex(InsetCommandParams const &);
+       InsetPrintIndex(Buffer * buf, InsetCommandParams const &);
        ///
        InsetCode lyxCode() const { return INDEX_PRINT_CODE; }
 
        ///
        static ParamInfo const & findInfo(std::string const &);
        ///
-       static std::string defaultCommand() { return "printindex"; };
+       static std::string defaultCommand() { return "printindex"; }
        ///
        static bool isCompatibleCommand(std::string const & s);
        ///
        int latex(odocstream &, OutputParams const &) const;
        /// Does nothing yet.
-       docstring xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///