]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
simplify setInsetFont, removing a potential bug (an invalid DocIterator was built...
[lyx.git] / src / OutputParams.h
index 2267ffcf1cf8e6b63d361fd2a7d6d94aa42d1cb4..c45c1092299c3b605290d84f014bc57159e54680 100644 (file)
@@ -16,6 +16,7 @@
 
 #include "support/types.h"
 #include <boost/shared_ptr.hpp>
+#include "Changes.h"
 
 
 namespace lyx {
@@ -120,6 +121,16 @@ public:
         */
        bool inComment;
 
+       /** Whether we are inside an inset that is logically deleted.
+        *  A value > 0 indicates a deleted inset.
+         */
+       int inDeletedInset;
+
+       /** The change information of the outermost logically deleted inset.
+        *  changeOfDeletedInset shall only be evaluated if inDeletedInset > 0.
+         */ 
+       Change changeOfDeletedInset;
+
        /** allow output of only part of the top-level paragraphs
         *  par_begin: beginning paragraph
         */