]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Fix functions that used functions but did not defined it
[lyx.git] / src / OutputParams.h
index 9d9a7ae8f83248bb449bb18fd1b7c421cb10fce6..671bc23892bb5588b7816823bcdb9331d9e5fcf4 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.
@@ -372,6 +377,10 @@ public:
        /// Should we output verbatim specific chars?
        docstring pass_thru_chars;
 
+       /// Do not output verbatim specific chars even
+       /// if normally requested
+       docstring no_pass_thru_chars;
+
        /// A specific newline macro
        std::string newlinecmd;