]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBox.h
Stupid bug fix.
[lyx.git] / src / insets / InsetBox.h
index 2567a5ca5651f3f6e21675c775c9ed94f5cd6c17..cf86e13d41a9550cb70d8e4152e697d62578847f 100644 (file)
@@ -105,9 +105,9 @@ private:
        ///
        DisplayType display() const { return Inline; }
        ///
-       bool allowParagraphCustomization(idx_type = 0) { return forceEmptyLayout(); }
+       bool allowParagraphCustomization(idx_type = 0) { return forcePlainLayout(); }
        ///
-       bool forceEmptyLayout(idx_type = 0) const;
+       bool forcePlainLayout(idx_type = 0) const;
        ///
        bool neverIndent() const { return true; }
        ///