diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-07-23 10:58:35 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-07-23 10:58:35 +0000 |
commit | c42505235c57e1dbb1f4c91483ec8f94c420e0cb (patch) | |
tree | 090c0a312b20cdb151c134fdfc8d7b34fcaf9e7a /sfx2/sdi | |
parent | 44905c1ff4ea43e9c76eb09c0cb66397f495f912 (diff) |
INTEGRATION: CWS tbe11 (1.46.44); FILE MERGED
2004/07/16 13:06:20 tbe 1.46.44.2: RESYNC: (1.46-1.48); FILE MERGED
2004/07/09 15:38:04 tbe 1.46.44.1: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index dd1d01e359b1..17e484f3c16c 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -3996,7 +3996,7 @@ SfxBoolItem LateInitDone SID_LATEINIT_DONE //-------------------------------------------------------------------------- SfxStringItem LibLoaded SID_BASICIDE_LIBLOADED -(SfxStringItem LibName SID_BASICIDE_ARG_LIBNAME) +(SfxObjectShellItem Shell SID_BASICIDE_ARG_SHELL,SfxStringItem LibName SID_BASICIDE_ARG_LIBNAME) [ /* flags: */ AutoUpdate = FALSE, @@ -4024,7 +4024,7 @@ SfxStringItem LibLoaded SID_BASICIDE_LIBLOADED //-------------------------------------------------------------------------- SfxStringItem LibRemoved SID_BASICIDE_LIBREMOVED -(SfxStringItem LibName SID_BASICIDE_ARG_LIBNAME) +(SfxObjectShellItem Shell SID_BASICIDE_ARG_SHELL,SfxStringItem LibName SID_BASICIDE_ARG_LIBNAME) [ /* flags: */ AutoUpdate = FALSE, @@ -4052,7 +4052,7 @@ SfxStringItem LibRemoved SID_BASICIDE_LIBREMOVED //-------------------------------------------------------------------------- SfxStringItem LibSelect SID_BASICIDE_LIBSELECTED -(SfxStringItem LibName SID_BASICIDE_ARG_LIBNAME) +(SfxObjectShellItem Shell SID_BASICIDE_ARG_SHELL,SfxStringItem LibName SID_BASICIDE_ARG_LIBNAME) [ /* flags: */ AutoUpdate = FALSE, |