summaryrefslogtreecommitdiff
path: root/offapi/type_reference/offapi.idl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-02-20 15:33:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-02-25 18:07:04 +0100
commit214e6caf2c503d817c47ebcc419e4f7e33b336ac (patch)
treeda8e9b3b1e20cba644d188320249c68ec801db07 /offapi/type_reference/offapi.idl
parentef6d1789e45cc9b3ab8a351d84d98dd81cfd84a0 (diff)
[API CHANGE] remove BasicImport UNO interfaces
which are unused since commit 4e97fa0f4e73acdf522643aeec486b1395e63727 Date: Thu Feb 20 13:09:32 2020 +0200 use fast-parser APIs for embedded script parsing and highly unlikely to be externally used since they parse document internal script code. Change-Id: I2e0e237fb31bba85f1ef63c88f3a6959eedf2ca7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89104 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'offapi/type_reference/offapi.idl')
-rw-r--r--offapi/type_reference/offapi.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index e8a192a42bd3..1d6baddbba95 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -4974,18 +4974,9 @@ module com {
};
};
module document {
- published service XMLBasicImporter {
- interface ::com::sun::star::document::XImporter;
- interface ::com::sun::star::xml::sax::XDocumentHandler;
- };
published service XMLOasisBasicExporter: ::com::sun::star::document::XXMLBasicExporter {
createWithHandler([in] ::com::sun::star::xml::sax::XDocumentHandler DocumentHandler);
};
- published interface XXMLOasisBasicImporter {
- interface ::com::sun::star::document::XImporter;
- interface ::com::sun::star::xml::sax::XDocumentHandler;
- };
- published service XMLOasisBasicImporter: ::com::sun::star::document::XXMLOasisBasicImporter;
published interface XMimeTypeInfo {
interface ::com::sun::star::uno::XInterface;
boolean supportsMimeType([in] string MimeTypeName);