X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetLayout.h;h=f36afa11563a7a25ae3d7c7609831e7bc577de2e;hb=70b3d3adccdda2daf9346b995575f9ee658ac5d3;hp=dc46946897e4f9f9c9981816f9b50f9e914d59bc;hpb=ed44bbddee012f1cb38752142aba8e068dce47d2;p=features.git diff --git a/src/insets/InsetLayout.h b/src/insets/InsetLayout.h index dc46946897..f36afa1156 100644 --- a/src/insets/InsetLayout.h +++ b/src/insets/InsetLayout.h @@ -160,6 +160,8 @@ public: /// docstring passThruChars() const { return passthru_chars_; } /// + std::string newlineCmd() const { return newline_cmd_; } + /// bool parbreakIsNewline() const { return parbreakisnewline_; } /// bool isNeedProtect() const { return needprotect_; } @@ -283,6 +285,8 @@ private: /// docstring passthru_chars_; /// + std::string newline_cmd_; + /// bool parbreakisnewline_; /// bool freespacing_;