[Libreoffice-commits] .: bridges/source

Caolán McNamara caolan at kemper.freedesktop.org
Thu Dec 30 13:16:31 PST 2010


 bridges/source/remote/urp/urp_unmarshal.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f32edd827d30db12ceefd68f5758a188e1efc7ab
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Dec 30 21:16:26 2010 +0000

    cppcheck: prefer prefix variant

diff --git a/bridges/source/remote/urp/urp_unmarshal.cxx b/bridges/source/remote/urp/urp_unmarshal.cxx
index 43802bc..8d6c575 100644
--- a/bridges/source/remote/urp/urp_unmarshal.cxx
+++ b/bridges/source/remote/urp/urp_unmarshal.cxx
@@ -562,7 +562,7 @@ sal_Bool Unmarshal::unpack( void *pDestination ,
     while ( it != end )
     {
         typelib_typedescription_release( *it );
-        it++;
+        ++it;
     }
     m_aTypesToRelease.clear();
 


More information about the Libreoffice-commits mailing list