]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetert.h
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / insetert.h
index 0252453d10dd1a3f05b9ee319281decb89e91279..162e8950dcaed15744ee0963140e4c91a5b964d7 100644 (file)
@@ -67,7 +67,9 @@ public:
        ///
        void getDrawFont(LyXFont &) const;
        ///
-       bool forceDefaultParagraphs(InsetBase const *) const { return true; }
+       bool forceDefaultParagraphs(idx_type) const { return true; }
+       /// should paragraph indendation be ommitted in any case?
+       bool neverIndent() const { return true; }
 protected:
        InsetERT(InsetERT const &);
        ///