]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettext.h
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / insettext.h
index 0914da33a2d3518f3144a345fccb1211d35a88fe..11cd54be750a9da92150cb9863a35af9b1f200d4 100644 (file)
@@ -139,6 +139,8 @@ public:
        bool insetAllowed(Code) const { return true; }
        ///
        bool allowSpellCheck() const { return true; }
+       /// should paragraph indendation be ommitted in any case?
+       bool neverIndent() const;
        ///
        InsetText(InsetText const &);