summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportIterator.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-05-29 14:42:01 +0000
committerSascha Ballach <sab@openoffice.org>2001-05-29 14:42:01 +0000
commit0426a15057be260f9024c8b6a2a2d184ecf9821f (patch)
treebe36a62b4b329a774f23b39f7fb1210413803974 /sc/source/filter/xml/XMLExportIterator.hxx
parent3a0daac06a2bc74b1db4e56e03a26c37b0d4ad77 (diff)
#79771#; some performance improvements
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 e9cfaaff8d65..6b19699cc1ee 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.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: sab $ $Date: 2001-05-21 10:16:41 $
+ * last change: $Author: sab $ $Date: 2001-05-29 15:42:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,6 +128,7 @@ struct ScMyShape
ScAddress aAddress;
ScAddress aEndAddress;
sal_Int32 nIndex;
+ sal_Int16 nLayerID;
sal_Bool operator<(const ScMyShape& aShape);
};