]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHyperlink.h
Run codespell on tex2lyx/, client/, convert/ and graphics/
[lyx.git] / src / insets / InsetHyperlink.h
index a70200cc7523c7f1b6413ce64473b1bbd5292acb..0e0e8d34465320821e9ddb43feea6ea367f23b36 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; }
        ///
@@ -53,7 +53,7 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        //@}
 
        /// \name Static public methods obligated for InsetCommand derived classes