summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportIterator.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-05-21 09:16:41 +0000
committerSascha Ballach <sab@openoffice.org>2001-05-21 09:16:41 +0000
commite48743a662c8e189b3d56b69d12aff2cdf54ef91 (patch)
tree1bc7ed60158e0dbb92496aa75cd5c65a1af24b58 /sc/source/filter/xml/XMLExportIterator.hxx
parentac0745dd7c2a4dfd9da7c96b9af9602900494292 (diff)
#87030#; improve the behaviour of the progressbar
Diffstat (limited to 'sc/source/filter/xml/XMLExportIterator.hxx')
-rw-r--r--sc/source/filter/xml/XMLExportIterator.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/filter/xml/XMLExportIterator.hxx b/sc/source/filter/xml/XMLExportIterator.hxx
index e8398e4809c2..e9cfaaff8d65 100644
--- a/sc/source/filter/xml/XMLExportIterator.hxx
+++ b/sc/source/filter/xml/XMLExportIterator.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLExportIterator.hxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: sab $ $Date: 2001-05-18 08:35:44 $
+ * last change: $Author: sab $ $Date: 2001-05-21 10:16:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -348,6 +348,7 @@ struct ScMyCell
sal_Bool bIsEditCell : 1;
sal_Bool bKnowWhetherIsEditCell : 1;
sal_Bool bHasStringValue : 1;
+ sal_Bool bHasXText : 1;
sal_Bool bIsMatrixBase : 1;
sal_Bool bIsMatrixCovered : 1;