]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHyperlink.h
Better TOC output for XHTML, per Rob and Pavel.
[lyx.git] / src / insets / InsetHyperlink.h
index 29439f51c51282b88c5356df19cc10719f2b7889..4e428c767decca41ad0fab381bc42580bdf03667 100644 (file)
@@ -38,13 +38,15 @@ public:
        ///
        void toString(odocstream &) const;
        ///
+       void forToc(docstring &, size_t) const;
+       ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
        ///
        docstring contextMenuName() const;
        ///
        void validate(LaTeXFeatures &) const;
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///