]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBox.h
Stupid bug fix.
[lyx.git] / src / insets / InsetBox.h
index 94dd37cce871ae1cdc9110c027a455d2877bfac0..cf86e13d41a9550cb70d8e4152e697d62578847f 100644 (file)
@@ -86,7 +86,6 @@ public:
 private:
        ///
        friend class InsetBoxParams;
-       friend class InsetBoxMailer;
        ///
        docstring editMessage() const;
        ///
@@ -106,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; }
        ///