summaryrefslogtreecommitdiff
path: root/basctl/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-06-28 13:16:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-06-28 13:16:47 +0000
commit20cf87e4fbf89bcf2b2a1535beb3cde3be997f42 (patch)
treea077d4997c968b65646b512ff3ce678d444459d0 /basctl/source
parent69c3f18bd7b94090bb39f0673ba0b1f7b7b0f929 (diff)
INTEGRATION: CWS tbe10 (1.12.80); FILE MERGED
2004/06/04 10:50:47 tbe 1.12.80.1: #i29867# change Basic IDE keyboard shortcut for BasicStop
Diffstat (limited to 'basctl/source')
-rw-r--r--basctl/source/basicide/iderdll.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx
index e77c4f6cc798..fb1f78de6d4e 100644
--- a/basctl/source/basicide/iderdll.cxx
+++ b/basctl/source/basicide/iderdll.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: iderdll.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hjs $ $Date: 2004-06-25 12:44:55 $
+ * last change: $Author: hr $ $Date: 2004-06-28 14:16:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -212,7 +212,6 @@ void BasicIDEData::InitAccelerator()
pAccelerator = new Accelerator;
pAccelerator->InsertItem( 1, KeyCode( KEY_F5 ) );
pAccelerator->InsertItem( 2, KeyCode( KEY_F5, KEY_SHIFT ) );
- pAccelerator->InsertItem( 3, KeyCode( KEY_F5, KEY_MOD2 ) );
pAccelerator->InsertItem( 4, KeyCode( KEY_F7 ) );
pAccelerator->InsertItem( 5, KeyCode( KEY_F8 ) );
pAccelerator->InsertItem( 6, KeyCode( KEY_F8, KEY_SHIFT ) );