summaryrefslogtreecommitdiff
path: root/sw/sdi/_viewsh.sdi
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-27 10:41:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-28 06:41:43 +0000
commitb3549aacabffad3c4c66d901938d59e4789eef22 (patch)
treefe5c25c19b0359d84edf976e4d5e150ccb7dbd74 /sw/sdi/_viewsh.sdi
parent2fc5ef74c5200bdb82cdbbc812d7ac05a9a489dd (diff)
remove unused interfaces from sdi files
Change-Id: I69e880e348372b3695b14efd4928f38f29bda37e Reviewed-on: https://gerrit.libreoffice.org/35747 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/sdi/_viewsh.sdi')
-rw-r--r--sw/sdi/_viewsh.sdi21
1 files changed, 0 insertions, 21 deletions
diff --git a/sw/sdi/_viewsh.sdi b/sw/sdi/_viewsh.sdi
index 991262d924e0..8c85e38b7b19 100644
--- a/sw/sdi/_viewsh.sdi
+++ b/sw/sdi/_viewsh.sdi
@@ -871,24 +871,3 @@ interface BaseTextEditView
]
}
-interface GlobalContents
-{
- UINT16 Type FN_COLL_TYPE
- (
- UINT16 Position FN_COLL_TYPE
- )
-
- // Areaname, Index-Titel or Empty String
- String Title FN_COLL_TITLE
- (
- UINT16 Position FN_COLL_TITLE
- )
-
- // Without a FileName an area of the text is inserted at this location.
- BOOL InsertDocument FN_COLL_ADD
- (
- UINT16 Position FN_COLL_ADD,
- UINT16 FileName FN_PARAM_1
- )
-}
-