[Libreoffice-commits] .: xmloff/source

Julien Nabet serval2412 at kemper.freedesktop.org
Sun Mar 18 09:59:59 PDT 2012


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

New commits:
commit b1b4f699fc47d2c40034453754d01a1bbb0a7734
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Mar 18 17:58:35 2012 +0100

    Prefer prefix ++/-- operators for non-primitive types

diff --git a/xmloff/source/text/XMLRedlineExport.cxx b/xmloff/source/text/XMLRedlineExport.cxx
index 007aac1..917fb95 100644
--- a/xmloff/source/text/XMLRedlineExport.cxx
+++ b/xmloff/source/text/XMLRedlineExport.cxx
@@ -177,7 +177,7 @@ void XMLRedlineExport::ExportChangesList(
             // iterate over changes list
             for( ChangesListType::iterator aIter = pChangesList->begin();
                  aIter != pChangesList->end();
-                 aIter++ )
+                 ++aIter )
             {
                 ExportChangedRegion( *aIter );
             }


More information about the Libreoffice-commits mailing list