summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-30 21:16:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-30 21:16:26 +0000
commitd0b04ecea7bd6ffa946bd745b89664791d87d667 (patch)
tree1f693a4615c2eb1bc22df76d217b0af0f8186fb7 /bridges
parent899060fe5f3809aa680793fe8f561ea1adfcb1d4 (diff)
cppcheck: prefer prefix variant
Diffstat (limited to 'bridges')
-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();