diff options
author | Yeliz Taneroğlu <yeliztaneroglu@gmail.com> | 2016-04-30 15:56:22 +0300 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-02 08:35:19 +0000 |
commit | b8c04ea449750b39ab5dc64f91f74688fd9a4d3a (patch) | |
tree | 7c1120df61fc31e8cf7c63968cb3c45df52b6687 /xmlscript/source/inc | |
parent | 7aa67d528b9f543fb61527cae7f0f487426cb414 (diff) |
tdf#74608 Constructor function for XMLOasisBasicExporter
Change-Id: If5409621f515918e715e3c0b71ec1b3d6fd1ef92
Reviewed-on: https://gerrit.libreoffice.org/24518
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.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xmlscript/source/inc/unoservices.hxx b/xmlscript/source/inc/unoservices.hxx index 6ac388af218e..61e10d9e5b22 100644 --- a/xmlscript/source/inc/unoservices.hxx +++ b/xmlscript/source/inc/unoservices.hxx @@ -51,14 +51,6 @@ 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_XMLOasisBasicExporter(); - -OUString SAL_CALL getImplementationName_XMLOasisBasicExporter(); - -css::uno::Reference<css::uno::XInterface> SAL_CALL create_XMLOasisBasicExporter( - css::uno::Reference<css::uno::XComponentContext> const & xContext); - -css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames_XMLBasicImporter(); OUString SAL_CALL getImplementationName_XMLBasicImporter(); |