summaryrefslogtreecommitdiff
path: root/bridges/source/remote/urp/urp_unmarshal.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/source/remote/urp/urp_unmarshal.cxx')
-rw-r--r--bridges/source/remote/urp/urp_unmarshal.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/remote/urp/urp_unmarshal.cxx b/bridges/source/remote/urp/urp_unmarshal.cxx
index 5fd124017d4a..90cfff80aa27 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();