diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-11 13:06:47 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-11 13:06:47 +0000 |
commit | 689be7c8863059423850074ff4b37ffdd75f6900 (patch) | |
tree | 3544f8b3447119fa41059f0501eba8b2a641d41f | |
parent | 34eac76fe184dccdeb341c0a3a536a76e4b309b7 (diff) |
INTEGRATION: CWS pbhelp02 (1.13.34); FILE MERGED
2004/07/05 12:51:49 pb 1.13.34.1: fix: #i29824# new slot: SID_HELP_TUTORIALS
-rw-r--r-- | sfx2/sdi/appslots.sdi | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/sfx2/sdi/appslots.sdi b/sfx2/sdi/appslots.sdi index 8671baa71fbf..be2cdf3b7b51 100644 --- a/sfx2/sdi/appslots.sdi +++ b/sfx2/sdi/appslots.sdi @@ -5,8 +5,8 @@ #* Description shell SfxApplication #* #* Creation date MI 01/31/1995 -#* last change $Author: hr $ $Date: 2004-08-02 15:19:59 $ -#* $Revision: 1.15 $ +#* last change $Author: obo $ $Date: 2004-08-11 14:06:47 $ +#* $Revision: 1.16 $ #* #* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved. #* @@ -339,19 +339,27 @@ interface Application : Module StateMethod = MiscState_Impl ; ] - //--------------------------------------------------------------------- + //--------------------------------------------------------------------- SID_HELP_SUPPORTPAGE [ ExecMethod = MiscExec_Impl ; ] - //--------------------------------------------------------------------- + //--------------------------------------------------------------------- SID_RECENTFILELIST [ ] + + //--------------------------------------------------------------------- SID_AVAILABLE_TOOLBARS [ ] + + //--------------------------------------------------------------------- + SID_HELP_TUTORIALS + [ + ExecMethod = MiscExec_Impl ; + ] } //========================================================================= |