[Libreoffice-commits] .: sw/source

Caolán McNamara caolan at kemper.freedesktop.org
Sat Jan 1 13:27:49 PST 2011


 sw/source/core/doc/doctxm.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit caa6bc7661ac247493d9d572ade48a4884a2be6d
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Jan 1 21:27:40 2011 +0000

    cppcheck: prefer prefix variant

diff --git a/sw/source/core/doc/doctxm.cxx b/sw/source/core/doc/doctxm.cxx
index 275756c..1371d3d 100644
--- a/sw/source/core/doc/doctxm.cxx
+++ b/sw/source/core/doc/doctxm.cxx
@@ -1874,7 +1874,7 @@ void SwTOXBaseSection::GenerateText( USHORT nArrayIdx,
                 }
             }
 
-            aIt++; // #i21237#
+            ++aIt; // #i21237#
         }
 
         pTOXNd->SetAttr( aTStops );


More information about the Libreoffice-commits mailing list