diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:54:28 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:54:28 +0000 |
commit | 687115c08ab739d0b64582be51796e6fa66ddbc2 (patch) | |
tree | 332092575c678de440b5e3909625e6442adf0c75 /sfx2/sdi | |
parent | 5b4d9a92108541d4356bff91dbb557ffa1076037 (diff) |
INTEGRATION: CWS onlineupdate1 (1.24.182); FILE MERGED
2006/03/31 13:22:01 cd 1.24.182.1: #134151# Added new slot for update
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/appslots.sdi | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sfx2/sdi/appslots.sdi b/sfx2/sdi/appslots.sdi index aea0b04d9325..54a84da9522c 100644 --- a/sfx2/sdi/appslots.sdi +++ b/sfx2/sdi/appslots.sdi @@ -4,9 +4,9 @@ * * $RCSfile: appslots.sdi,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:27:41 $ + * last change: $Author: vg $ $Date: 2006-04-07 14:54:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -435,7 +435,7 @@ shell SfxApplication ExecMethod = OfaExec_Impl; ] - //---------------------------------------------------------------------- + //---------------------------------------------------------------------- SID_ONLINE_REGISTRATION [ @@ -445,6 +445,14 @@ shell SfxApplication //---------------------------------------------------------------------- + SID_ONLINEUPDATE + [ + ExecMethod = OfaExec_Impl; + StateMethod = OfaState_Impl; + ] + + //---------------------------------------------------------------------- + SID_OFFICE_CHECK_PLZ [ ExecMethod = OfaExec_Impl; |