]> 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 a70200cc7523c7f1b6413ce64473b1bbd5292acb..90ae05b94f7413f721373c68ccdf102747937abe 100644 (file)
@@ -32,7 +32,7 @@ public:
        ///
        bool hasSettings() const { return true; }
        ///
-       bool forceLTR() const { return true; }
+       bool forceLTR(OutputParams const &) const { return true; }
        ///
        bool isInToc() const { return true; }
        ///
@@ -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