diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-09-13 22:38:57 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-09-14 09:05:07 +0200 |
commit | 515f97e3dd279ca8487f6f6038045511f0e1db51 (patch) | |
tree | 3a10f2d64e75ab068b08001de4cc23c93a8be7a6 /oox/inc | |
parent | 7fb70e419d8f6ce5b0821cb0476cc37483791180 (diff) |
oox: create QuickDiagrammingImport instances with an uno constructor
This is effectively dead code as commit
547217ecf2348cf511b1f058ecbab6f15f2bceff (Document seemingly dead
QuickDiagrammingImport, QuickDiagrammingLayout, 2013-06-03) found, so
the primary motivation is to just get this out of
oox_component_getFactory().
Change-Id: If0a585c2fc4b87ceb00e6f772fef2ac65d10dc67
Reviewed-on: https://gerrit.libreoffice.org/60470
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/services.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/oox/inc/services.hxx b/oox/inc/services.hxx index 7140a5b87d80..e4becd9f6d4f 100644 --- a/oox/inc/services.hxx +++ b/oox/inc/services.hxx @@ -24,13 +24,6 @@ namespace oox { namespace ppt { - extern OUString QuickDiagrammingImport_getImplementationName(); - extern css::uno::Sequence< OUString > QuickDiagrammingImport_getSupportedServiceNames(); - /// @throws css::uno::Exception - extern css::uno::Reference< css::uno::XInterface > QuickDiagrammingImport_createInstance( - const css::uno::Reference< css::uno::XComponentContext >& rxContext ); - } - namespace ppt { extern OUString QuickDiagrammingLayout_getImplementationName(); extern css::uno::Sequence< OUString > QuickDiagrammingLayout_getSupportedServiceNames(); /// @throws css::uno::Exception |