[Libreoffice-commits] .: sw/source

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


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

New commits:
commit 3bf2855f8030aae8bc2cbd448d7d86a0853679d3
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Jan 1 21:37:32 2011 +0000

    cppcheck: prefer prefix variant

diff --git a/sw/source/core/unocore/unoidx.cxx b/sw/source/core/unocore/unoidx.cxx
index aca14a1..f070172 100644
--- a/sw/source/core/unocore/unoidx.cxx
+++ b/sw/source/core/unocore/unoidx.cxx
@@ -3228,7 +3228,7 @@ throw (lang::IndexOutOfBoundsException, lang::WrappedTargetException,
                 ;
         }
 
-        aIt++; // #i21237#
+        ++aIt; // #i21237#
     }
 
     uno::Any aRet;


More information about the Libreoffice-commits mailing list