summaryrefslogtreecommitdiff
path: root/xmlscript/source/inc
diff options
context:
space:
mode:
authorYeliz Taneroğlu <yeliztaneroglu@gmail.com>2016-05-01 13:33:41 +0300
committerStephan Bergmann <sbergman@redhat.com>2016-05-02 08:37:09 +0000
commit2dc8f1b25c157a597905fb33f1527244baf977f3 (patch)
tree36caff0528366e271fb8fb88ac66e8bc8003ba6d /xmlscript/source/inc
parentb8c04ea449750b39ab5dc64f91f74688fd9a4d3a (diff)
tdf#74608 Constructor function for XMLOasisBasicImporter
Change-Id: Iec1c875f6aa34c37ac26a5dac008db547e8965ca Reviewed-on: https://gerrit.libreoffice.org/24551 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'xmlscript/source/inc')
-rw-r--r--xmlscript/source/inc/unoservices.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/xmlscript/source/inc/unoservices.hxx b/xmlscript/source/inc/unoservices.hxx
index 61e10d9e5b22..bdeea6a3f0e0 100644
--- a/xmlscript/source/inc/unoservices.hxx
+++ b/xmlscript/source/inc/unoservices.hxx
@@ -57,15 +57,6 @@ OUString SAL_CALL getImplementationName_XMLBasicImporter();
css::uno::Reference<css::uno::XInterface> SAL_CALL create_XMLBasicImporter(
css::uno::Reference<css::uno::XComponentContext> const & xContext);
-
-css::uno::Sequence<OUString> SAL_CALL
-getSupportedServiceNames_XMLOasisBasicImporter();
-
-OUString SAL_CALL getImplementationName_XMLOasisBasicImporter();
-
-css::uno::Reference<css::uno::XInterface> SAL_CALL create_XMLOasisBasicImporter(
- css::uno::Reference<css::uno::XComponentContext> const & xContext);
-
}
#endif