summaryrefslogtreecommitdiffstats
path: root/vcl/source/window/taskpanelist.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2004-01-06 13:19:09 +0000
committerVladimir Glazounov <vg@openoffice.org>2004-01-06 13:19:09 +0000
commit1b9ea9f9d1037a8bb4938c16340e9305e7e0e889 (patch)
tree156a14e79ee15758bab7bd419fe41b3a4bae2fc7 /vcl/source/window/taskpanelist.cxx
parentINTEGRATION: CWS vclcleanup02 (1.7.4); FILE MERGED (diff)
downloadcore-1b9ea9f9d1037a8bb4938c16340e9305e7e0e889.tar.gz
core-1b9ea9f9d1037a8bb4938c16340e9305e7e0e889.zip
INTEGRATION: CWS vclcleanup02 (1.14.340); FILE MERGED
2003/12/10 15:59:42 mt 1.14.340.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:28:50 mt 1.14.340.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code
Diffstat (limited to 'vcl/source/window/taskpanelist.cxx')
-rw-r--r--vcl/source/window/taskpanelist.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/vcl/source/window/taskpanelist.cxx b/vcl/source/window/taskpanelist.cxx
index 655ee638e8b4..5e920d8f401a 100644
--- a/vcl/source/window/taskpanelist.cxx
+++ b/vcl/source/window/taskpanelist.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: taskpanelist.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: ssa $ $Date: 2002-11-21 10:28:30 $
+ * last change: $Author: vg $ $Date: 2004-01-06 14:19:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,8 +61,8 @@
#ifndef _SV_SVDATA_HXX
#include <svdata.hxx>
#endif
-#ifndef _RCID_H
-#include <rcid.h>
+#ifndef _TOOLS_RCID_H
+#include <tools/rcid.h>
#endif
#ifndef _SV_DOCKWIN_HXX
#include <dockwin.hxx>
@@ -199,7 +199,6 @@ BOOL TaskPaneList::HandleKeyEvent( KeyEvent aKeyEvent )
bSplitterOnly = bF6 && aKeyCode.IsMod1() && aKeyCode.IsShift();
// is the focus in the list ?
- BOOL bHasFocus = FALSE;
::std::vector< Window* >::iterator p = mTaskPanes.begin();
while( p != mTaskPanes.end() )
{