[Libreoffice-commits] .: cppu/source

Caolán McNamara caolan at kemper.freedesktop.org
Fri Nov 26 13:49:54 PST 2010


 cppu/source/typelib/typelib.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 04fb68858236232a52d9c8f91dd5277c3cf9f543
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Nov 26 21:38:32 2010 +0000

    cppcheck: use prefix variant

diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx
index 10a7cb1..5c05e43 100644
--- a/cppu/source/typelib/typelib.cxx
+++ b/cppu/source/typelib/typelib.cxx
@@ -281,7 +281,7 @@ TypeDescriptor_Init_Impl::~TypeDescriptor_Init_Impl() SAL_THROW( () )
         while( aIt != pCache->end() )
         {
             typelib_typedescription_release( (*aIt) );
-            aIt++;
+            ++aIt;
         }
         delete pCache;
         pCache = 0;


More information about the Libreoffice-commits mailing list