summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportIterator.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2000-11-14 11:28:32 +0000
committerSascha Ballach <sab@openoffice.org>2000-11-14 11:28:32 +0000
commit26127ac1e9e19171b8294edd4ccbcf21290766f7 (patch)
tree51738ef73c1dc36234ba2fb66cbb95502dcad51f /sc/source/filter/xml/XMLExportIterator.hxx
parentda1480c09d05fdc99e0ec008cec8ac2575137288 (diff)
end position of a shape added
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 ef837a669a36..d53836b3d64c 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.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dr $ $Date: 2000-11-10 09:57:28 $
+ * last change: $Author: sab $ $Date: 2000-11-14 12:28:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -132,6 +132,7 @@ public:
struct ScMyShape
{
ScAddress aAddress;
+ ScAddress aEndAddress;
sal_Int32 nIndex;
};