diff options
-rw-r--r-- | xmloff/source/text/XMLRedlineExport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLRedlineExport.cxx b/xmloff/source/text/XMLRedlineExport.cxx index 917fb9581a71..11d6e2eb253d 100644 --- a/xmloff/source/text/XMLRedlineExport.cxx +++ b/xmloff/source/text/XMLRedlineExport.cxx @@ -107,7 +107,7 @@ XMLRedlineExport::~XMLRedlineExport() // delete changes lists for( ChangesMapType::iterator aIter = aChangeMap.begin(); aIter != aChangeMap.end(); - aIter++ ) + ++aIter ) { delete aIter->second; } |