summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-11 16:38:11 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-11 16:38:11 +0000
commit087b335a7e79135913cf48e85467b2ee2b242abc (patch)
treedcfe6d55f31d37836400abd3da67a0e8171034df /basctl
parent5110df10e48fedd7ee2dc2fff62966ae5be71e3a (diff)
INTEGRATION: CWS vcl07 (1.19.32); FILE MERGED
2003/03/26 11:29:03 tbe 1.19.32.1: #106204# Breakpoint dialog cannot be accessed via Keyboard
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basobj3.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/basctl/source/basicide/basobj3.cxx b/basctl/source/basicide/basobj3.cxx
index 7f804a9fdf64..b687d5de8750 100644
--- a/basctl/source/basicide/basobj3.cxx
+++ b/basctl/source/basicide/basobj3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basobj3.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: ab $ $Date: 2002-11-01 11:36:29 $
+ * last change: $Author: vg $ $Date: 2003-04-11 17:38:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -891,6 +891,8 @@ void BasicIDE::InvalidateDebuggerSlots()
rBindings.Update( SID_BASICSTEPOUT );
rBindings.Invalidate( SID_BASICIDE_TOGGLEBRKPNT );
rBindings.Update( SID_BASICIDE_TOGGLEBRKPNT );
+ rBindings.Invalidate( SID_BASICIDE_MANAGEBRKPNTS );
+ rBindings.Update( SID_BASICIDE_MANAGEBRKPNTS );
rBindings.Invalidate( SID_BASICIDE_STAT_POS );
rBindings.Update( SID_BASICIDE_STAT_POS );
}