]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Revert unintentional commits.
[lyx.git] / src / Paragraph.h
index ac95de18e8a3d745eac5d8069fa59242b080cfe2..c83ede5975788122307fe8715662ddde34b66bf9 100644 (file)
@@ -156,11 +156,11 @@ public:
        ///
        InsetCode ownerCode() const;
        ///
-       bool forceEmptyLayout() const;
+       bool forcePlainLayout() const;
        ///
        bool allowParagraphCustomization() const;
        ///
-       bool useEmptyLayout() const;
+       bool usePlainLayout() const;
        ///
        pos_type size() const;
        ///
@@ -171,7 +171,7 @@ public:
        /// Do not pass a temporary to this!
        void setLayout(Layout const & layout);
        ///
-       void setEmptyOrDefaultLayout(DocumentClass const & tc);
+       void setPlainOrDefaultLayout(DocumentClass const & tc);
 
        /// This is the item depth, only used by enumerate and itemize
        signed char itemdepth;