summaryrefslogtreecommitdiff
path: root/sfx2/sdi/docslots.sdi
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-26 14:06:02 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-26 14:06:02 +0000
commitbf3cf8a0a40b6f08747a5f5c0d1459ab6b8687aa (patch)
treea642d9bc94dc8f9147fc125259647a7c3928619d /sfx2/sdi/docslots.sdi
parentbda69dc8102d7bae01989f453f906a41022efa6c (diff)
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
Diffstat (limited to 'sfx2/sdi/docslots.sdi')
-rw-r--r--sfx2/sdi/docslots.sdi30
1 files changed, 20 insertions, 10 deletions
diff --git a/sfx2/sdi/docslots.sdi b/sfx2/sdi/docslots.sdi
index 538cd92add..9102164351 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;
+ ]
} ;