summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-26 21:31:10 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-26 21:47:45 +0000
commit79558e262223da9a93ff83085b491bce30ed9533 (patch)
tree066f77b523a67558dfa0edcd756de62900dc6996 /svx/source
parent739f2525d8e6ec79083b6ce94e3b2929c4b4fabf (diff)
cppcheck: use prefix variant
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/unodraw/UnoNameItemTable.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unodraw/UnoNameItemTable.cxx b/svx/source/unodraw/UnoNameItemTable.cxx
index f053554873..1b5009e138 100644
--- a/svx/source/unodraw/UnoNameItemTable.cxx
+++ b/svx/source/unodraw/UnoNameItemTable.cxx
@@ -160,7 +160,7 @@ void SAL_CALL SvxUnoNameItemTable::removeByName( const OUString& aApiName )
maItemSetVector.erase( aIter );
return;
}
- aIter++;
+ ++aIter;
}
if( !hasByName( Name ) )
@@ -195,7 +195,7 @@ void SAL_CALL SvxUnoNameItemTable::replaceByName( const OUString& aApiName, cons
(*aIter)->Put( *pNewItem );
return;
}
- aIter++;
+ ++aIter;
}
// if it is not in our own sets, modify the pool!