diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-06-28 13:19:15 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-06-28 13:19:15 +0000 |
commit | 4a9c7847c7698a0c0fa89258854947fd93635bd6 (patch) | |
tree | 4cfb0e7978f146a2cb8fe26ce88dcbd62d2afc8a /sfx2 | |
parent | f4a4e1b01a80627b74a606890e4462f602acf45e (diff) |
INTEGRATION: CWS tbe10 (1.46.20); FILE MERGED
2004/06/04 09:56:00 tbe 1.46.20.2: #i29866# some Basic IDE slots have wrong group id
2004/06/04 09:33:17 tbe 1.46.20.1: #i29791# sfx slot SID_BASICIDE_TOGGLEBRKPNTENABLED must be UI configurable
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 25c8e116670f..3a17bd75c812 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -898,7 +898,7 @@ SfxVoidItem BasicStepInto SID_BASICSTEPINTO MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- @@ -923,7 +923,7 @@ SfxVoidItem BasicStepOut SID_BASICSTEPOUT MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- @@ -948,7 +948,7 @@ SfxVoidItem BasicStepOver SID_BASICSTEPOVER MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- @@ -6165,7 +6165,7 @@ SfxVoidItem RunBasic SID_BASICRUN MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_EDIT; + GroupId = GID_MACRO; ] //-------------------------------------------------------------------------- @@ -7722,7 +7722,7 @@ SfxVoidItem ToggleBreakPointEnabled SID_BASICIDE_TOGGLEBRKPNTENABLED Asynchron; /* config: */ - AccelConfig = FALSE, + AccelConfig = TRUE, MenuConfig = FALSE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, |