summaryrefslogtreecommitdiff
path: root/xmlscript/source/inc
diff options
context:
space:
mode:
authorYeliz Taneroğlu <yeliztaneroglu@gmail.com>2016-05-01 15:45:45 +0300
committerStephan Bergmann <sbergman@redhat.com>2016-05-02 09:56:10 +0000
commit955ca134fd62f809efdf1ce87c8646586871597a (patch)
tree67462ce9df7c1d822666e04ef612aa6ec86c85fa /xmlscript/source/inc
parent6943396614bb223e05a9de36e7bbc955ed8e6492 (diff)
tdf#74608 Constructor function for XMLBasicImporter
Change-Id: I0a2c74c71d1633427598e793d7c211e5283c7a33 Reviewed-on: https://gerrit.libreoffice.org/24559 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.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/xmlscript/source/inc/unoservices.hxx b/xmlscript/source/inc/unoservices.hxx
index bdeea6a3f0e0..5a8be08f23d2 100644
--- a/xmlscript/source/inc/unoservices.hxx
+++ b/xmlscript/source/inc/unoservices.hxx
@@ -50,13 +50,6 @@ OUString SAL_CALL getImplementationName_XMLBasicExporter();
css::uno::Reference<css::uno::XInterface> SAL_CALL create_XMLBasicExporter(
css::uno::Reference<css::uno::XComponentContext> const & xContext);
-css::uno::Sequence<OUString> SAL_CALL
-getSupportedServiceNames_XMLBasicImporter();
-
-OUString SAL_CALL getImplementationName_XMLBasicImporter();
-
-css::uno::Reference<css::uno::XInterface> SAL_CALL create_XMLBasicImporter(
- css::uno::Reference<css::uno::XComponentContext> const & xContext);
}
#endif