diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-11 16:37:30 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-11 16:37:30 +0000 |
commit | e62123fac60b1aad300cc7fde7020bad164e3c35 (patch) | |
tree | c1ceac2acce4b883505623410f39535bf6346180 | |
parent | f62ee95127550b6a0da51d544ae078f007bb7b59 (diff) |
INTEGRATION: CWS vcl07 (1.13.6.1.24); FILE MERGED
2003/03/26 11:28:59 tbe 1.13.6.1.24.1: #106204# Breakpoint dialog cannot be accessed via Keyboard
-rw-r--r-- | basctl/source/basicide/baside2.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx index 7378650ab1c3..5b503cbd75d7 100644 --- a/basctl/source/basicide/baside2.hxx +++ b/basctl/source/basicide/baside2.hxx @@ -2,9 +2,9 @@ * * $RCSfile: baside2.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2003-03-18 16:17:05 $ + * last change: $Author: vg $ $Date: 2003-04-11 17:37:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -438,6 +438,8 @@ public: BOOL BasicStepOut(); void BasicStop(); BOOL BasicToggleBreakPoint(); + void BasicToggleBreakPointEnabled(); + void ManageBreakPoints(); void UpdateBreakPoint( const BreakPoint& rBrk ); void BasicAddWatch(); void BasicRemoveWatch(); |