summaryrefslogtreecommitdiffstats
path: root/vcl/source/window/taskpanelist.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2002-02-22 15:44:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2002-02-22 15:44:20 +0000
commit85cd841692e6e931e2ab429c2ce41354167cf1d1 (patch)
tree339e985dd6704ea21e48ae48daa49636637f7255 /vcl/source/window/taskpanelist.cxx
parent#95584#; change from bitset to uInt64, because the solaris compiler has an error (diff)
downloadcore-85cd841692e6e931e2ab429c2ce41354167cf1d1.tar.gz
core-85cd841692e6e931e2ab429c2ce41354167cf1d1.zip
#652903#
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 5c2f9f695819..0019d9e4a238 100644
--- a/vcl/source/window/taskpanelist.cxx
+++ b/vcl/source/window/taskpanelist.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: taskpanelist.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ssa $ $Date: 2002-02-22 09:10:27 $
+ * last change: $Author: vg $ $Date: 2002-02-22 16:44:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -174,7 +174,7 @@ BOOL TaskPaneList::HandleKeyEvent( KeyEvent aKeyEvent )
Window* TaskPaneList::FindNextPane( Window *pWindow )
{
- mTaskPanes.sort(LTR);
+ //mTaskPanes.sort(LTR);
::std::list< Window* >::iterator p = mTaskPanes.begin();
while( p != mTaskPanes.end() )