summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/script/XMLEventExport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/script/XMLEventExport.cxx b/xmloff/source/script/XMLEventExport.cxx
index 3086ff7cc4..dee986eab3 100644
--- a/xmloff/source/script/XMLEventExport.cxx
+++ b/xmloff/source/script/XMLEventExport.cxx
@@ -70,7 +70,7 @@ XMLEventExport::~XMLEventExport()
for( HandlerMap::iterator aIter =
aHandlerMap.begin();
aIter != aEnd;
- aIter++ )
+ ++aIter )
{
delete aIter->second;
}