summaryrefslogtreecommitdiff
path: root/basic/source/runtime
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-01 21:03:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-01 21:03:34 +0000
commit20d6349287f340240a977b92dae127f7216f0c56 (patch)
tree227c7bf877872a029b09b29a9e686074600b1b58 /basic/source/runtime
parenta445d3fed1b1667bdf1cf56c3ebbcfca135ffffa (diff)
cppcheck: prefer prefix variant
Diffstat (limited to 'basic/source/runtime')
-rw-r--r--basic/source/runtime/methods.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx
index 0206e196f0..f3d03747e8 100644
--- a/basic/source/runtime/methods.cxx
+++ b/basic/source/runtime/methods.cxx
@@ -3588,7 +3588,7 @@ RTLFUNC(Shell)
::rtl::OUString aOUStrProg( rStr.GetBuffer(), rStr.Len() );
::rtl::OUString aOUStrProgUNC = getFullPathUNC( aOUStrProg );
- iter++;
+ ++iter;
USHORT nParamCount = sal::static_int_cast< USHORT >(
aTokenList.size() - 1 );