[LyX/master] Do not forceLTR in InsetHyperlink (#12044)
Juergen Spitzmueller
spitz at lyx.org
Sun Dec 13 04:25:10 UTC 2020
commit e6e30caca50bc476cf3976ecf3e84e694fc8fe60
Author: Juergen Spitzmueller <spitz at lyx.org>
Date: Sun Dec 13 05:54:48 2020 +0100
Do not forceLTR in InsetHyperlink (#12044)
This can also be RTL text
---
src/insets/InsetHyperlink.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/insets/InsetHyperlink.h b/src/insets/InsetHyperlink.h
index cfbc51e..999e375 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;
More information about the lyx-cvs
mailing list