From: Uwe Stöhr Date: Sat, 22 May 2010 02:01:47 +0000 (+0000) Subject: InsetRef.h: fix #6711 X-Git-Tag: 2.0.0~3237 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=edd8a321bf1dc0875141bae0e644347980238012;p=features.git InsetRef.h: fix #6711 Also OK for branch? git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34450 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetRef.h b/src/insets/InsetRef.h index 1b9e9f469c..a205f598a7 100644 --- a/src/insets/InsetRef.h +++ b/src/insets/InsetRef.h @@ -81,6 +81,8 @@ private: Inset * clone() const { return new InsetRef(*this); } /// bool isLatex; + /// Force inset into LTR environment if surroundings are RTL + bool forceLTR() const { return true; } /// mutable docstring screen_label_; ///