Do not forceLTR in InsetHyperlink (#12044)

This can also be RTL text
This commit is contained in:
Juergen Spitzmueller 2020-12-13 05:54:48 +01:00
parent 39a28b4b27
commit e6e30caca5

View 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;