]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Introduce NeedCProtect -1 layout option
[lyx.git] / src / OutputParams.h
index 9d9a7ae8f83248bb449bb18fd1b7c421cb10fce6..2e7d84e9c79b06476e4015adc2e44172983280ce 100644 (file)
@@ -108,6 +108,11 @@ public:
        */
        bool moving_arg = false;
 
+       /** no_cprotect == true means that the layout in which this is
+        *  does not allow \cprotect'ing.
+       */
+       bool no_cprotect = false;
+
        /** intitle == true means that the environment in which the
            inset is typeset is part of a title (before a \\maketitle).
            Footnotes in such environments have moving arguments.