summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlexp.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-11-08 18:06:46 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-11-08 18:06:46 +0000
commit6af264883910fe31433b4164b1956f4f9ed75ecb (patch)
tree92e25a1b4b362c19452a9b99d891a1ed04a9c51b /sw/source/filter/xml/xmlexp.hxx
parent45bac2d0be18bc9abf7b04a3e6e01bafab1aab4a (diff)
#94187# switch redline mode outside of XML export components (or inside for each of them)
(also fixes #94465#)
Diffstat (limited to 'sw/source/filter/xml/xmlexp.hxx')
-rw-r--r--sw/source/filter/xml/xmlexp.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sw/source/filter/xml/xmlexp.hxx b/sw/source/filter/xml/xmlexp.hxx
index b74cf28373c6..d3a445fe3769 100644
--- a/sw/source/filter/xml/xmlexp.hxx
+++ b/sw/source/filter/xml/xmlexp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlexp.hxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: mib $ $Date: 2001-11-01 13:49:08 $
+ * last change: $Author: dvo $ $Date: 2001-11-08 19:06:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,9 +122,7 @@ class SwXMLExport : public SvXMLExport
sal_Bool bBlock : 1; // export text block?
sal_Bool bExportFirstTableOnly : 1;
sal_Bool bShowProgress : 1;
-
- sal_Bool bRedlineModeSaved; /// saved old redline mode?
- sal_Bool bRedlineModeValue; /// value of redline mode
+ sal_Bool bSavedShowChanges : 1;
void _InitItemExport();
void _FinitItemExport();