diff options
author | David Tardon <dtardon@openoffice.org> | 2009-12-31 15:49:52 +0100 |
---|---|---|
committer | David Tardon <dtardon@openoffice.org> | 2009-12-31 15:49:52 +0100 |
commit | 549023a799bab06666f5bc6f98e64cc7ae04323a (patch) | |
tree | 92ed52368ef99355050ccfd2d75c8fb6ddfade54 /xmloff/source/draw | |
parent | ba9299026d0a7938b58ef72a0e05e9949854e129 (diff) |
dtardon01: #i107877#: properly initialize iterator member
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/shapeexport.cxx | 2 |
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 ), |