[Libreoffice-commits] .: xmloff/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Nov 9 06:55:41 PST 2012


 xmloff/source/text/XMLRedlineExport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d34e2f8bf150210355d6717be7b2ad95c869af25
Author: jailletc36 <christophe.jaillet at wanadoo.fr>
Date:   Fri Nov 9 14:28:58 2012 +0100

    s/aIter++/++aIter/
    
    
    Change-Id: Id80013cbab8f1633db59d2d4492c7363224871bd
    Signed-off-by: jailletc36 <christophe.jaillet at wanadoo.fr>
    Reviewed-on: https://gerrit.libreoffice.org/1016
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>

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;
     }


More information about the Libreoffice-commits mailing list