]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCollapsable.h
Use forceLTR instead of inset codes in order to determine whether an inset
[features.git] / src / insets / InsetCollapsable.h
index c8733ff48f708258c2bc188040cc96945d35c696..8be193e00ccff5b7a4a34672766daa33b751c0d6 100644 (file)
@@ -147,7 +147,7 @@ public:
        virtual bool isFreeSpacing() const { return layout_->freespacing; }
        /// Don't eliminate empty paragraphs
        virtual bool allowEmpty() const { return layout_->keepempty; }
-       /// Force inset into LTR environment if surroundings are RTL
+       /// Force inset into LTR environment if surroundings are RTL?
        virtual bool forceLTR() const { return layout_->forceltr; }
 
 protected: