]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBox.h
Cosmetics.
[lyx.git] / src / insets / InsetBox.h
index f9ab46c67deb1bedfceb4889053164e319ab5be3..4f207c28a832dbcb370ab9bc3afb1f932081285c 100644 (file)
@@ -94,10 +94,11 @@ private:
        bool showInsetDialog(BufferView * bv) const;
        ///
        DisplayType display() const { return Inline; }
-       //FIXME Is this the one we want? or is it:
-       //allowParagraphCustomization(idx_type)?
        ///
-       bool forceEmptyLayout() const;
+       virtual bool allowParagraphCustomization(idx_type = 0)
+               { return forceEmptyLayout(); }
+       ///
+       virtual bool forceEmptyLayout(idx_type = 0) const;
        ///
        bool neverIndent() const { return true; }
        ///