]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHyperlink.h
Fixup 572b06d6: reduce cache size for breakString
[lyx.git] / src / insets / InsetHyperlink.h
index cfbc51e1c6a0504df31a55370418a38dd76d3d04..974f2f431af5bfd4727e8501fd1c0911f4835593 100644 (file)
@@ -32,8 +32,6 @@ public:
        ///
        bool hasSettings() const override { return true; }
        ///
-       bool forceLTR(OutputParams const &) const override { return true; }
-       ///
        bool isInToc() const override { return true; }
        ///
        void toString(odocstream &) const override;
@@ -54,6 +52,8 @@ public:
        void docbook(XMLStream &, OutputParams const &) const override;
        ///
        docstring xhtml(XMLStream &, OutputParams const &) const override;
+       ///
+       std::pair<int, int> isWords() const override;
        //@}
 
        /// \name Static public methods obligated for InsetCommand derived classes