]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Add LFUN_SERVER_GET_STATISTICS command
[lyx.git] / src / OutputParams.h
index f220b5e654d3cf7fa3f61393ec7ae2ead21f4c31..598b5753b8d4e2ae2a0fb032d26a583d77a24614 100644 (file)
@@ -99,13 +99,13 @@ public:
        */
        bool intitle;
 
-       /** inulemcmd == true means that the environment in which the
+       /** inulemcmd > 0 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;
+       mutable int inulemcmd;
 
        /** the font at the point where the inset is
         */