From: Uwe Stöhr Date: Sat, 22 May 2010 00:46:57 +0000 (+0000) Subject: InsetMathHull.h: fix typo in comment X-Git-Tag: 2.0.0~3241 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=106d31cd67e168a685433fa9793156cb9ea28782;p=lyx.git InsetMathHull.h: fix typo in comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34445 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/InsetMathHull.h b/src/mathed/InsetMathHull.h index d9e11ac4f5..945e0f8a51 100644 --- a/src/mathed/InsetMathHull.h +++ b/src/mathed/InsetMathHull.h @@ -148,7 +148,7 @@ public: /// static int displayMargin() { return 12; } - /// Force inset into LTR environment if surroundings are RTL? + /// Force inset into LTR environment if surroundings are RTL virtual bool forceLTR() const { return true; } ///