]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetLayout.h
Introduce new tag ParbreakIsNewline in Layout and InsetLayout (not yet used)
[features.git] / src / insets / InsetLayout.h
index 3fdc17f8cecfb5f5036a77789b821d8cd061db86..82fbe75edc6eb42a54690834de8e81a95ca7aa00 100644 (file)
@@ -129,6 +129,8 @@ public:
        ///
        bool isPassThru() const { return passthru_; }
        ///
+       bool parbreakIsNewline() const { return parbreakisnewline_; }
+       ///
        bool isNeedProtect() const { return needprotect_; }
        ///
        bool isFreeSpacing() const { return freespacing_; }
@@ -213,13 +215,15 @@ private:
        ///
        bool passthru_;
        ///
-       bool needprotect_;
+       bool parbreakisnewline_;
        ///
        bool freespacing_;
        ///
        bool keepempty_;
        ///
        bool forceltr_;
+       ///
+       bool needprotect_;
        /// should the contents be written to TOC strings?
        bool intoc_;
        /// check spelling of this inset?