]> git.lyx.org Git - features.git/commitdiff
InsetRef.h: fix #6711
authorUwe Stöhr <uwestoehr@web.de>
Sat, 22 May 2010 02:01:47 +0000 (02:01 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sat, 22 May 2010 02:01:47 +0000 (02:01 +0000)
Also OK for branch?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34450 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetRef.h

index 1b9e9f469c4821c0df6f58d244ab95b256b86cf2..a205f598a7e8a26691cb797536f5c7bf17ce8430 100644 (file)
@@ -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_;
        ///