]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetLayout.h
New InsetLayout tag ParbreakIgnored
[features.git] / src / insets / InsetLayout.h
index f36afa11563a7a25ae3d7c7609831e7bc577de2e..bed2136c4fdf12ffb7191c50af88e321e08d3fe0 100644 (file)
@@ -164,6 +164,8 @@ public:
        ///
        bool parbreakIsNewline() const { return parbreakisnewline_; }
        ///
+       bool parbreakIgnored() const { return parbreakignored_; }
+       ///
        bool isNeedProtect() const { return needprotect_; }
        ///
        bool needsCProtect() const { return needcprotect_; }
@@ -289,6 +291,8 @@ private:
        ///
        bool parbreakisnewline_;
        ///
+       bool parbreakignored_;
+       ///
        bool freespacing_;
        ///
        bool keepempty_;