]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHyperlink.h
New attempt on #9906: allow following hyperlinks via context menu.
[lyx.git] / src / insets / InsetHyperlink.h
index d5da130d763e3d0e58486501ad58feb4056baa96..90ae05b94f7413f721373c68ccdf102747937abe 100644 (file)
@@ -51,9 +51,9 @@ public:
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///
-       int docbook(odocstream &, OutputParams const &) const;
+       void docbook(XMLStream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        //@}
 
        /// \name Static public methods obligated for InsetCommand derived classes