diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-11 16:37:09 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-11 16:37:09 +0000 |
commit | b4a5f2e0536d73f9313481098d513a72ee615afa (patch) | |
tree | 4a837eae0922f6686cb42d4c249b8d1d4c1ca973 /basctl/sdi/baside.sdi | |
parent | 1d122172deba514ae44ccdb5b98d2820f68739c5 (diff) |
INTEGRATION: CWS vcl07 (1.4.40); FILE MERGED
2003/03/26 11:27:23 tbe 1.4.40.1: #106204# added SID_BASICIDE_MANAGEBRKPNTS and SID_BASICIDE_TOGGLEBRKPNTENABLED
Diffstat (limited to 'basctl/sdi/baside.sdi')
-rw-r--r-- | basctl/sdi/baside.sdi | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/basctl/sdi/baside.sdi b/basctl/sdi/baside.sdi index 521e2fdc586c..7f70fa3c4380 100644 --- a/basctl/sdi/baside.sdi +++ b/basctl/sdi/baside.sdi @@ -2,9 +2,9 @@ * * $RCSfile: baside.sdi,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: tbe $ $Date: 2002-05-08 16:31:13 $ + * last change: $Author: vg $ $Date: 2003-04-11 17:37:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -374,6 +374,18 @@ shell BasicIDEShell StateMethod = GetState; ] + SID_BASICIDE_MANAGEBRKPNTS + [ + ExecMethod = ExecuteBasic; + StateMethod = GetState; + ] + + SID_BASICIDE_TOGGLEBRKPNTENABLED + [ + ExecMethod = ExecuteBasic; + StateMethod = GetState; + ] + SID_BASICIDE_ADDWATCH [ ExecMethod = ExecuteBasic; @@ -382,14 +394,14 @@ shell BasicIDEShell SID_BASICIDE_REMOVEWATCH [ - ExecMethod = ExecuteBasic; + ExecMethod = ExecuteBasic; StateMethod = GetState; ] SID_BASICIDE_BRKPNTSCHANGED [ - ExecMethod = ExecuteBasic; - StateMethod = GetState; + ExecMethod = ExecuteBasic; + StateMethod = GetState; ] // ======================================================== |