]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.h
Move isMultiCell() to Cursor, and use it.
[lyx.git] / src / insets / InsetERT.h
index af60deb76f092520bf98f521f93f334ded81938d..82afa62cee35af76091b0a9d5e7c3e23f59eb733 100644 (file)
@@ -63,7 +63,7 @@ private:
        ///
        bool showInsetDialog(BufferView *) const;
        ///
-       virtual bool forceEmptyLayout(idx_type = 0) const { return true; }
+       virtual bool forcePlainLayout(idx_type = 0) const { return true; }
        ///
        virtual bool allowParagraphCustomization(idx_type = 0) const { return false; }
        /// should paragraph indendation be omitted in any case?