]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBox.h
Change string
[lyx.git] / src / insets / InsetBox.h
index 29fa21e263b833463abcdeca47bf2a875ef5e8ad..4f207c28a832dbcb370ab9bc3afb1f932081285c 100644 (file)
@@ -94,17 +94,16 @@ 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; }
        ///
        bool noFontChange() const { return true; }
        ///
-       bool isMacroScope() const;
-       ///
        int latex(odocstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;