]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInfo.h
Fix copy of multi-cells in table (#12196)
[lyx.git] / src / insets / InsetInfo.h
index 8cb7f45adb77a8734a7ecd498279e9b4c8db9bb3..57549e3382eb75b1c301e01b01820053008427a2 100644 (file)
@@ -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_;
 };