summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-09-07 08:41:44 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-09-07 11:58:02 +0200
commitc3c43c7966e0f4c7a3b76361559d29c9335487d9 (patch)
treec4cc73741d1fda978045345757767f6c67bae966 /oox/inc
parentaef44b5a71d6d2bd8e399d2cb35bce6d6023fbf8 (diff)
oox: create PowerPointImport instances with an uno constructor
PowerPointImport_getSupportedServiceNames() was copy&pasted from oox::core::FilterBase::getSupportedServiceNames(), so it can go away entirely. Change-Id: Ia6352cea1c2d65ba94cae66b500de951d82f455a Reviewed-on: https://gerrit.libreoffice.org/60124 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/services.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/oox/inc/services.hxx b/oox/inc/services.hxx
index 849c28a279bc..7140a5b87d80 100644
--- a/oox/inc/services.hxx
+++ b/oox/inc/services.hxx
@@ -24,13 +24,6 @@
namespace oox {
namespace ppt {
- extern OUString PowerPointImport_getImplementationName();
- extern css::uno::Sequence< OUString > PowerPointImport_getSupportedServiceNames();
- /// @throws css::uno::Exception
- extern css::uno::Reference< css::uno::XInterface > PowerPointImport_createInstance(
- const css::uno::Reference< css::uno::XComponentContext >& rxContext );
- }
- namespace ppt {
extern OUString QuickDiagrammingImport_getImplementationName();
extern css::uno::Sequence< OUString > QuickDiagrammingImport_getSupportedServiceNames();
/// @throws css::uno::Exception