summaryrefslogtreecommitdiffstats
path: root/vcl/source/window/taskpanelist.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:41:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:41:36 +0000
commitb9545127c70a89e2a9759084c4cce56fc6f62c67 (patch)
tree7c43c974dc05cf6662cfbd7b9d51fa8b5ceb3f40 /vcl/source/window/taskpanelist.cxx
parentINTEGRATION: CWS warnings01 (1.11.70); FILE MERGED (diff)
downloadcore-b9545127c70a89e2a9759084c4cce56fc6f62c67.tar.gz
core-b9545127c70a89e2a9759084c4cce56fc6f62c67.zip
INTEGRATION: CWS warnings01 (1.19.90); FILE MERGED
2006/03/17 16:12:56 pl 1.19.90.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'vcl/source/window/taskpanelist.cxx')
-rw-r--r--vcl/source/window/taskpanelist.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/window/taskpanelist.cxx b/vcl/source/window/taskpanelist.cxx
index 4636acae2d20..56a7e2aa8712 100644
--- a/vcl/source/window/taskpanelist.cxx
+++ b/vcl/source/window/taskpanelist.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: taskpanelist.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: rt $ $Date: 2005-11-10 15:49:19 $
+ * last change: $Author: hr $ $Date: 2006-06-19 19:41:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -213,7 +213,7 @@ BOOL TaskPaneList::HandleKeyEvent( KeyEvent aKeyEvent )
KeyCode aKeyCode = aKeyEvent.GetKeyCode();
BOOL bForward = !aKeyCode.IsShift();
if( ( (aKeyCode.IsMod1() || aKeyCode.IsMod2()) && aKeyCode.GetCode() == KEY_TAB ) // Ctrl-TAB or Alt-TAB
- || ( bF6 = ( aKeyCode.GetCode()) == KEY_F6 ) // F6
+ || ( bF6 = ( aKeyCode.GetCode()) == KEY_F6 ) != FALSE // F6
)
{
bSplitterOnly = bF6 && aKeyCode.IsMod1() && aKeyCode.IsShift();