diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-20 09:00:22 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-20 09:00:22 +0000 |
commit | 29ecba0f7206ccb8003e668132bc5873439ae335 (patch) | |
tree | 9382a6134556e5fc48bb82c8ff45069977942d61 /basctl/source/basicide/iderdll.cxx | |
parent | 1e614485d0e182edefa7342eca8fa5b4ce5b754d (diff) |
INTEGRATION: CWS keyconfig01 (1.14.16); FILE MERGED
2004/07/22 09:12:16 as 1.14.16.1: #108093# dont use hard coded shortcuts
Diffstat (limited to 'basctl/source/basicide/iderdll.cxx')
-rw-r--r-- | basctl/source/basicide/iderdll.cxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx index fb1f78de6d4e..3c7d0edb93c9 100644 --- a/basctl/source/basicide/iderdll.cxx +++ b/basctl/source/basicide/iderdll.cxx @@ -2,9 +2,9 @@ * * $RCSfile: iderdll.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2004-06-28 14:16:47 $ + * last change: $Author: rt $ $Date: 2004-09-20 10:00:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -202,11 +202,11 @@ BasicIDEData::~BasicIDEData() // StarBASIC::setGlobalStarScriptListener( XEngineListenerRef() ); delete pSearchItem; - delete pAccelerator; + //delete pAccelerator; } void BasicIDEData::InitAccelerator() -{ +{/* if ( !pAccelerator ) { pAccelerator = new Accelerator; @@ -218,6 +218,7 @@ void BasicIDEData::InitAccelerator() pAccelerator->InsertItem( 7, KeyCode( KEY_F9 ) ); pAccelerator->InsertItem( 8, KeyCode( KEY_F9, KEY_SHIFT ) ); } + */ } SvxSearchItem& BasicIDEData::GetSearchItem() const |