]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndex.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / insets / InsetIndex.h
index 642d3ee0dce16bb902fd22bf1df1d48e1e34957b..bc288b85503bee107c9e44c6eb63faf51d714d0b 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;
        ///
@@ -74,8 +74,6 @@ private:
        ///
        void addToToc(DocIterator const &);
        ///
-       docstring const buttonLabel(BufferView const & bv) const;
-       ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
        /// Updates needed features for this inset.
        void validate(LaTeXFeatures & features) const;
@@ -101,13 +99,13 @@ public:
        ///
        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);
        ///