]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBox.h
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetBox.h
index 3ae2c6946e5a06aa892c0f43d697822d91013e2b..611647d6f34bdfd23e1bdb2ee44987b654c8e586 100644 (file)
@@ -79,8 +79,10 @@ public:
        bool showInsetDialog(BufferView * bv) const;
        ///
        DisplayType display() const { return Inline; }
+       //FIXME Is this the one we want? or is it:
+       //allowParagraphCustomization(idx_type)?
        ///
-       bool forceDefaultParagraphs(idx_type) const;
+       virtual bool forceEmptyLayout() const;
        ///
        bool neverIndent(Buffer const &) const { return true; }
        ///