summaryrefslogtreecommitdiff
path: root/sfx2/sdi/docslots.sdi
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-07-03 15:26:15 +0000
committerMathias Bauer <mba@openoffice.org>2002-07-03 15:26:15 +0000
commit9c2d4874e62f76dc838f699171a64cb04fa94546 (patch)
treef1504ac76fc9de7ec52d69d5ae3e886ed31a3fb6 /sfx2/sdi/docslots.sdi
parente231b20b89d70ffe763d3163b0ffb00512789c10 (diff)
#100913#: SID_CURRENTURL moved to frame
Diffstat (limited to 'sfx2/sdi/docslots.sdi')
-rw-r--r--sfx2/sdi/docslots.sdi11
1 files changed, 1 insertions, 10 deletions
diff --git a/sfx2/sdi/docslots.sdi b/sfx2/sdi/docslots.sdi
index f11ebf6b5e6d..d9e5a2d86ff2 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: mba $ $Date: 2002-05-27 13:49:05 $ $Revision: 1.4 $
+ $Author: mba $ $Date: 2002-07-03 16:25:54 $ $Revision: 1.5 $
$Logfile: T:/sfx2/sdi/docslots.sdv $ $Workfile: DOCSLOTS.SDI $
=========================================================================*/
@@ -15,30 +15,21 @@ interface Documents
SID_NEWDOC // ole(opt) api(final/play/rec)
[
ExecMethod = NewDocExec_Impl ;
- StateMethod = CreateDocState_Impl ;
]
//---------------------------------------------------------------------
SID_OPENDOC // ole(no) api(final/play/rec)
[
ExecMethod = OpenDocExec_Impl ;
- StateMethod = CreateDocState_Impl ;
]
//---------------------------------------------------------------------
SID_OPENURL // ole(no) api(no)
[
ExecMethod = OpenDocExec_Impl ;
- StateMethod = CreateDocState_Impl ;
- ]
- //---------------------------------------------------------------------
- SID_CURRENT_URL // ole(no) api(no)
- [
- StateMethod = CreateDocState_Impl ;
]
//---------------------------------------------------------------------
SID_OPENTEMPLATE // ole(no) api(final/play/rec)
[
ExecMethod = OpenDocExec_Impl ;
- StateMethod = CreateDocState_Impl ;
]
//---------------------------------------------------------------------
SID_CLOSEDOCS // ole(req) api(final/play/rec)