xmloff/source/text/XMLRedlineExport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d34e2f8bf150210355d6717be7b2ad95c869af25 Author: jailletc36 <[email protected]> Date: Fri Nov 9 14:28:58 2012 +0100 s/aIter++/++aIter/ Change-Id: Id80013cbab8f1633db59d2d4492c7363224871bd Signed-off-by: jailletc36 <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/1016 Reviewed-by: Eike Rathke <[email protected]> Tested-by: Eike Rathke <[email protected]> diff --git a/xmloff/source/text/XMLRedlineExport.cxx b/xmloff/source/text/XMLRedlineExport.cxx index 917fb95..11d6e2e 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; } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
