diff options
-rw-r--r-- | sfx2/sdi/appslots.sdi | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/sfx2/sdi/appslots.sdi b/sfx2/sdi/appslots.sdi index 6829843d09eb..7805ad1a9824 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-02-03 19:51:16 $ -#* $Revision: 1.12 $ +#* last change $Author: rt $ $Date: 2004-05-19 08:31:46 $ +#* $Revision: 1.13 $ #* #* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved. #* @@ -388,6 +388,27 @@ shell SfxApplication //---------------------------------------------------------------------- + SID_SCRIPTORGANIZER // status(final|play) + [ + ExecMethod = OfaExec_Impl; + ] + + //---------------------------------------------------------------------- + + SID_MACROORGANIZER // status(final|play) + [ + ExecMethod = OfaExec_Impl; + ] + + //---------------------------------------------------------------------- + + SID_RUNMACRO // status(final|play) + [ + ExecMethod = OfaExec_Impl; + ] + + //---------------------------------------------------------------------- + SID_BASICCHOOSER // status(final|play) [ ExecMethod = OfaExec_Impl; |