]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
MSVC does not define WIN32 but _WIN32.
[lyx.git] / src / OutputParams.h
index f0c06dc846461194837bc65f1b4f02e6eeb85381..9ead2167f7a475a8805ddecd9b03bbaf2a537de6 100644 (file)
@@ -75,6 +75,14 @@ public:
        */
        bool intitle;
 
+       /** inulemcmd == true means that the environment in which the
+           inset is typeset is part of a ulem command (\uline, \uuline,
+           \uwave, or \sout). Insets that output latex commands relying
+           on local assignments (such as \cite) should enclose such
+           commands in \mbox{} in order to avoid breakage.
+       */
+       mutable bool inulemcmd;
+
        /** the font at the point where the inset is
         */
        Font const * local_font;