summaryrefslogtreecommitdiff
path: root/sfx2/sdi/docslots.sdi
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-21 13:05:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-21 19:31:34 +0100
commit08f4ecd5823c420bb7157c238460d50f1f1f9791 (patch)
treef9bd43bba0d6d8bd3baa752fd6c4f51a1f4f7d52 /sfx2/sdi/docslots.sdi
parent46db544b41fd30f61dd7b7b4fa2b97ab22ceb079 (diff)
unused SID command in sfx2
Change-Id: Ib11b2fb8d922cf522cc28d86082036b75002ba87 Reviewed-on: https://gerrit.libreoffice.org/46908 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/sdi/docslots.sdi')
-rw-r--r--sfx2/sdi/docslots.sdi38
1 files changed, 0 insertions, 38 deletions
diff --git a/sfx2/sdi/docslots.sdi b/sfx2/sdi/docslots.sdi
index 811467cd94be..5789187c8963 100644
--- a/sfx2/sdi/docslots.sdi
+++ b/sfx2/sdi/docslots.sdi
@@ -46,11 +46,6 @@ interface Documents
[
ExecMethod = OpenDocExec_Impl ;
]
- SID_CLOSEDOCS // ole(req) api(final/play/rec)
- [
- ExecMethod = MiscExec_Impl ;
- StateMethod = MiscState_Impl ;
- ]
SID_SAVEDOCS // ole(no) api(final/play/rec)
[
ExecMethod = MiscExec_Impl ;
@@ -66,11 +61,6 @@ interface Document
ExecMethod = ExecProps_Impl ;
StateMethod = StateProps_Impl ;
]
- SID_DOCPATH // ole(req) api(final/play/norec)
- [
- ExecMethod = ExecProps_Impl ;
- StateMethod = StateProps_Impl ;
- ]
SID_DOCFULLNAME // ole(req) api(final/play/norec)
[
ExecMethod = ExecProps_Impl ;
@@ -81,15 +71,6 @@ interface Document
ExecMethod = ExecFile_Impl ;
StateMethod = GetState_Impl ;
]
- SID_CLOSING // ole(no) api(final/play/norec)
- [
- StateMethod = StateProps_Impl ;
- ]
- SID_ACTIVATE // ole(no) api(final/play/norec)
- [
- ExecMethod = ExecView_Impl ;
- StateMethod = StateView_Impl ;
- ]
}
interface OfficeDocument : Document
@@ -104,21 +85,11 @@ interface OfficeDocument : Document
ExecMethod = ExecProps_Impl ;
StateMethod = StateProps_Impl ;
]
- SID_DOCINFO_KEYWORDS // ole(opt) api(todo)
- [
- ExecMethod = ExecProps_Impl ;
- StateMethod = StateProps_Impl ;
- ]
SID_DOC_READONLY // ole(opt) api(final/play/norec)
[
ExecMethod = ExecProps_Impl ;
StateMethod = StateProps_Impl ;
]
- SID_DOC_SAVED // ole(req) api(final/play/norec)
- [
- ExecMethod = ExecProps_Impl ;
- StateMethod = StateProps_Impl ;
- ]
SID_DOC_MODIFIED // ole(no) api(final/noplay/norec)
[
StateMethod = GetState_Impl ;
@@ -159,19 +130,10 @@ interface OfficeDocument : Document
ExecMethod = PrintExec_Impl ;
StateMethod = NoState ;
]
- SID_PRINTOUT // ole(opt) api(final/play/norec)
- [
- ExecMethod = PrintExec_Impl ;
- StateMethod = PrintState_Impl ;
- ]
SID_DOC_LOADING // ole(no) api(final/play/norec)
[
StateMethod = StateProps_Impl ;
]
- SID_IMG_LOADING // ole(no) api(final/play/norec)
- [
- StateMethod = StateProps_Impl ;
- ]
SID_VERSION
[
ExecMethod = ExecFile_Impl;