summaryrefslogtreecommitdiff
path: root/basctl/source/basicide
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-20 09:00:10 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-20 09:00:10 +0000
commit1e614485d0e182edefa7342eca8fa5b4ce5b754d (patch)
treed7dbb4cb0c7b097b1b2bd9eb1c3a113bee9dadee /basctl/source/basicide
parentd7b7fe45dc40d0431e273a181f346692a9fdfb9d (diff)
INTEGRATION: CWS keyconfig01 (1.31.18); FILE MERGED
2004/07/22 09:12:15 as 1.31.18.1: #108093# dont use hard coded shortcuts
Diffstat (limited to 'basctl/source/basicide')
-rw-r--r--basctl/source/basicide/basides1.cxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/basctl/source/basicide/basides1.cxx b/basctl/source/basicide/basides1.cxx
index c67334fd8d89..75913e94192d 100644
--- a/basctl/source/basicide/basides1.cxx
+++ b/basctl/source/basicide/basides1.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basides1.cxx,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: kz $ $Date: 2004-08-31 12:20:19 $
+ * last change: $Author: rt $ $Date: 2004-09-20 10:00:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1300,13 +1300,14 @@ void __EXPORT BasicIDEShell::Activate( BOOL bMDI )
if( pCurWin && pCurWin->IsA( TYPE( DialogWindow ) ) )
((DialogWindow*)pCurWin)->UpdateBrowser();
+/*
// Accelerator hauptsaechlich aus kompatibilitaetsgruenden in
// ExtraData statt in ViewShell
Accelerator* pAccel = IDE_DLL()->GetExtraData()->GetAccelerator();
DBG_ASSERT( pAccel, "Accel?!" );
pAccel->SetSelectHdl( LINK( this, BasicIDEShell, AccelSelectHdl ) );
Application::InsertAccel( pAccel );
-
+*/
ShowObjectDialog( TRUE, FALSE );
}
}
@@ -1338,11 +1339,12 @@ void __EXPORT BasicIDEShell::Deactivate( BOOL bMDI )
break;
}
}
-
+/*
Accelerator* pAccel = IDE_DLL()->GetExtraData()->GetAccelerator();
DBG_ASSERT( pAccel, "Accel?!" );
pAccel->SetSelectHdl( Link() );
Application::RemoveAccel( pAccel );
+*/
ShowObjectDialog( FALSE, FALSE );
}