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
commitd39f5f88cf24fb33b40d1b83b30168815827cfa3 (patch)
tree5e7580aeb4806c05ddeb0d0d04e1f9a2ea86515e /sfx2/sdi/docslots.sdi
parentc3b5de73a70cc961e33ff6194f8d411d35e70a70 (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.sdi28
1 files changed, 19 insertions, 9 deletions
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;
+ ]
} ;