]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
This is the first of a series of commits that will make InsetLayout a real class.
[lyx.git] / src / Paragraph.h
index 3b9d4be36ff5b75e090f16e532327177443e481d..e00f644f15b74305cf0d8d48443d46fe4f1b3935 100644 (file)
@@ -145,8 +145,11 @@ public:
        ///
        InsetCode ownerCode() const;
        ///
-       bool forceDefaultParagraphs() const;
-
+       bool forceEmptyLayout() const;
+       ///
+       bool allowParagraphCustomization() const;
+       ///
+       bool useEmptyLayout() const;
        ///
        pos_type size() const;
        ///
@@ -350,7 +353,7 @@ public:
 
        ///
        void changeCase(BufferParams const & bparams, pos_type pos,
-               pos_type right, TextCase action);
+               pos_type right, TextCase action);
 
        /// find \param str string inside Paragraph.
        /// \return true if the specified string is at the specified position