summaryrefslogtreecommitdiffstats
path: root/vcl/source/window/taskpanelist.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-05-08 17:04:25 +0200
committerJulien Nabet <serval2412@yahoo.fr>2011-05-08 17:04:25 +0200
commit5d80ddea6888fbe075907ea427105900906b57dd (patch)
tree414566884b0eabe76fb093efacf3fd67397f8f90 /vcl/source/window/taskpanelist.cxx
parentUnix System V has been dead for a long time. (diff)
downloadcore-5d80ddea6888fbe075907ea427105900906b57dd.tar.gz
core-5d80ddea6888fbe075907ea427105900906b57dd.zip
Some cppcheck cleaning
Diffstat (limited to 'vcl/source/window/taskpanelist.cxx')
-rw-r--r--vcl/source/window/taskpanelist.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/taskpanelist.cxx b/vcl/source/window/taskpanelist.cxx
index 56bd9d799cce..6b6421d1595e 100644
--- a/vcl/source/window/taskpanelist.cxx
+++ b/vcl/source/window/taskpanelist.cxx
@@ -235,7 +235,7 @@ sal_Bool TaskPaneList::HandleKeyEvent( KeyEvent aKeyEvent )
return sal_True;
}
else
- p++;
+ ++p;
}
// the focus is not in the list: activate first float if F6 was pressed