From e6e30caca50bc476cf3976ecf3e84e694fc8fe60 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sun, 13 Dec 2020 05:54:48 +0100 Subject: [PATCH] Do not forceLTR in InsetHyperlink (#12044) This can also be RTL text --- src/insets/InsetHyperlink.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/insets/InsetHyperlink.h b/src/insets/InsetHyperlink.h index cfbc51e1c6..999e3753c0 100644 --- a/src/insets/InsetHyperlink.h +++ b/src/insets/InsetHyperlink.h @@ -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;