summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
+ ]
} ;