]> 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 c8ab5e18a3cd484c1d09814f01cc551ffa44209b..82afa62cee35af76091b0a9d5e7c3e23f59eb733 100644 (file)
@@ -36,7 +36,7 @@ public:
        ///
        ~InsetERT();
        ///
-       static void string2params(std::string const &, CollapseStatus &);
+       static CollapseStatus string2params(std::string const &);
        ///
        static std::string params2string(CollapseStatus);
 private:
@@ -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?