From d39f5f88cf24fb33b40d1b83b30168815827cfa3 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 26 Nov 2004 14:06:02 +0000 Subject: INTEGRATION: CWS xmlsec06 (1.12.20); FILE MERGED 2004/11/09 07:35:05 pb 1.12.20.1: fix: #i36223# SID_MACRO_SIGNATURE added --- sfx2/sdi/docslots.sdi | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) (limited to 'sfx2/sdi/docslots.sdi') diff --git a/sfx2/sdi/docslots.sdi b/sfx2/sdi/docslots.sdi index 0109fbd37686..417c96728338 100644 --- a/sfx2/sdi/docslots.sdi +++ b/sfx2/sdi/docslots.sdi @@ -2,7 +2,7 @@ shell SfxObjectShell (C) 1994-1995 StarDivision GmbH, Hamburg, Germany - $Author: kz $ $Date: 2004-10-04 20:41:06 $ $Revision: 1.12 $ + $Author: rt $ $Date: 2004-11-26 15:06:02 $ $Revision: 1.13 $ $Logfile: T:/sfx2/sdi/docslots.sdv $ $Workfile: DOCSLOTS.SDI $ =========================================================================*/ @@ -190,11 +190,16 @@ interface OfficeDocument : Document ExecMethod = ExecFile_Impl; StateMethod = GetState_Impl; ] - SID_SIGNATURE - [ + SID_SIGNATURE + [ ExecMethod = ExecFile_Impl; StateMethod = GetState_Impl; - ] + ] + SID_MACRO_SIGNATURE + [ + ExecMethod = ExecFile_Impl; + StateMethod = GetState_Impl; + ] } //========================================================================= @@ -236,14 +241,19 @@ shell SfxObjectShell ExecMethod = ExecFile_Impl ; StateMethod = GetState_Impl ; ] - SID_SAVE_VERSION_ON_CLOSE + SID_SAVE_VERSION_ON_CLOSE [ - ExecMethod = ExecFile_Impl ; - StateMethod = GetState_Impl ; + ExecMethod = ExecFile_Impl ; + StateMethod = GetState_Impl ; ] SID_SIGNATURE [ - ExecMethod = ExecFile_Impl; - StateMethod = GetState_Impl; + ExecMethod = ExecFile_Impl; + StateMethod = GetState_Impl; ] + SID_MACRO_SIGNATURE + [ + ExecMethod = ExecFile_Impl; + StateMethod = GetState_Impl; + ] } ; -- cgit