summaryrefslogtreecommitdiff
path: root/xmloff/source/draw
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@openoffice.org>2009-12-31 15:49:52 +0100
committerDavid Tardon <dtardon@openoffice.org>2009-12-31 15:49:52 +0100
commit549023a799bab06666f5bc6f98e64cc7ae04323a (patch)
tree92ed52368ef99355050ccfd2d75c8fb6ddfade54 /xmloff/source/draw
parentba9299026d0a7938b58ef72a0e05e9949854e129 (diff)
dtardon01: #i107877#: properly initialize iterator member
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r--xmloff/source/draw/shapeexport.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx
index 3a0e01631f28..800f86dc75d3 100644
--- a/xmloff/source/draw/shapeexport.cxx
+++ b/xmloff/source/draw/shapeexport.cxx
@@ -78,6 +78,8 @@ XMLShapeExport::XMLShapeExport(SvXMLExport& rExp,
SvXMLExportPropertyMapper *pExtMapper )
: mrExport( rExp ),
mnNextUniqueShapeId(1),
+ maShapesInfos(),
+ maCurrentShapesIter(maShapesInfos.end()),
mbExportLayer( sal_False ),
// #88546# init to FALSE
mbHandleProgressBar( sal_False ),