X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetInfo.h;h=57549e3382eb75b1c301e01b01820053008427a2;hb=c1e10c71850adf8e5a19160e24e32c696aaf01a6;hp=8cb7f45adb77a8734a7ecd498279e9b4c8db9bb3;hpb=a59301eaff51c63db706e17bd5496b8e02928f14;p=lyx.git diff --git a/src/insets/InsetInfo.h b/src/insets/InsetInfo.h index 8cb7f45adb..57549e3382 100644 --- a/src/insets/InsetInfo.h +++ b/src/insets/InsetInfo.h @@ -125,6 +125,8 @@ public: bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const; /// void doDispatch(Cursor & cur, FuncRequest & cmd); + /// Force inset into LTR environment if surroundings are RTL + bool forceLTR(OutputParams const &) const; /// void setInfo(std::string const & info); /// update info_ and text @@ -151,6 +153,8 @@ private: info_type type_; /// std::string name_; + /// + bool force_ltr_; };