diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-07 11:21:08 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-07 11:21:08 +0000 |
commit | 8959acacacf9c2cb189139fc21c9c8c492ab8dfe (patch) | |
tree | a916cc3c145684cc54eaa5c44c84a84b6138f27d /basctl | |
parent | b1196e602b9879d5d80aaef8de81242073194675 (diff) |
INTEGRATION: CWS ab53 (1.25.10); FILE MERGED
2008/06/06 13:13:17 ab 1.25.10.1: #i89523# Removed unused code
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/iderdll.cxx | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx index cbf20c892434..cf8ed498d474 100644 --- a/basctl/source/basicide/iderdll.cxx +++ b/basctl/source/basicide/iderdll.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: iderdll.cxx,v $ - * $Revision: 1.25 $ + * $Revision: 1.26 $ * * This file is part of OpenOffice.org. * @@ -165,22 +165,6 @@ BasicIDEData::~BasicIDEData() //delete pAccelerator; } -void BasicIDEData::InitAccelerator() -{/* - if ( !pAccelerator ) - { - pAccelerator = new Accelerator; - pAccelerator->InsertItem( 1, KeyCode( KEY_F5 ) ); - pAccelerator->InsertItem( 2, KeyCode( KEY_F5, KEY_SHIFT ) ); - pAccelerator->InsertItem( 4, KeyCode( KEY_F7 ) ); - pAccelerator->InsertItem( 5, KeyCode( KEY_F8 ) ); - pAccelerator->InsertItem( 6, KeyCode( KEY_F8, KEY_SHIFT ) ); - pAccelerator->InsertItem( 7, KeyCode( KEY_F9 ) ); - pAccelerator->InsertItem( 8, KeyCode( KEY_F9, KEY_SHIFT ) ); - } - */ -} - SvxSearchItem& BasicIDEData::GetSearchItem() const { return *pSearchItem; |