]> git.lyx.org Git - features.git/blobdiff - src/insets/Inset.h
Use forceLTR instead of inset codes in order to determine whether an inset
[features.git] / src / insets / Inset.h
index c0dfb170c540d7536e2c79d34c4553020939dff0..2caf998873b0bc43d0e51e5ade93bb2954c0c92a 100644 (file)
@@ -164,6 +164,8 @@ public:
        virtual bool isFreeSpacing() const { return false; }
        ///
        virtual bool allowEmpty() const { return false; }
+       /// Force inset into LTR environment if surroundings are RTL?
+       virtual bool forceLTR() const { return false; }
 
        /// is this an inset that can be moved into?
        /// FIXME: merge with editable()