summaryrefslogtreecommitdiff
path: root/sal/workben
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2011-11-18 00:36:00 +0700
committerKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2011-11-18 00:40:02 +0700
commit9a7b77ae2365d568369b1628fcbfb027ca0cf89f (patch)
tree01aae8951f4e4a81338911805bd86c6b7531aa32 /sal/workben
parent3aec127f4db9b9f5beb6289a9177e6c21891c762 (diff)
cppcheck: unread variables
These variables are set, but unused.
Diffstat (limited to 'sal/workben')
-rw-r--r--sal/workben/clipboardwben/testpaste/cbptest.cxx1
-rw-r--r--sal/workben/clipboardwben/testviewer/cbvtest.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/sal/workben/clipboardwben/testpaste/cbptest.cxx b/sal/workben/clipboardwben/testpaste/cbptest.cxx
index 73507d96079d..eb9cb7134be8 100644
--- a/sal/workben/clipboardwben/testpaste/cbptest.cxx
+++ b/sal/workben/clipboardwben/testpaste/cbptest.cxx
@@ -270,7 +270,6 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
{
case WM_COMMAND:
wmId = LOWORD(wParam);
- int wmEvent = HIWORD(wParam);
// Menüauswahlen analysieren:
switch( wmId )
{
diff --git a/sal/workben/clipboardwben/testviewer/cbvtest.cxx b/sal/workben/clipboardwben/testviewer/cbvtest.cxx
index 6cf74c5b5835..b4ac1d520ede 100644
--- a/sal/workben/clipboardwben/testviewer/cbvtest.cxx
+++ b/sal/workben/clipboardwben/testviewer/cbvtest.cxx
@@ -217,7 +217,6 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
case WM_COMMAND:
wmId = LOWORD(wParam);
- int wmEvent = HIWORD(wParam);
// Menüauswahlen analysieren:
switch( wmId )
{