]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.h
Amend 207eaeee9071cb
[lyx.git] / src / Layout.h
index 0c0b4ae0ef89f29a88c3ffafa16b6474077ecb9d..eef0bee2903c6b024f9eab60bd1690f5eb012326 100644 (file)
@@ -387,6 +387,9 @@ public:
        bool pass_thru;
        /// Individual chars to be passed verbatim
        docstring pass_thru_chars;
+       /// Individual characters that must not be
+       /// passed verbatim even if normally requested
+       docstring no_pass_thru_chars;
        ///
        bool parbreak_is_newline;
        /// show this in toc
@@ -400,6 +403,9 @@ public:
        /** true when the verbatim stuff of this layout needs to be
            \cprotect'ed. */
        bool needcprotect;
+       /** true when the verbatim stuff of this layout never should be
+           \cprotect'ed. */
+       bool nocprotect;
        /** true when specific commands in this paragraph need to be
            protected in an \mbox. */
        bool needmboxprotect;