summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-09-20 21:58:27 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-09-21 09:28:36 +0200
commitec3c4775a52bc2bb498f67c5937545fc40c65daa (patch)
treed3615dbae59d6c81fe1f5081301e58d584021e27 /oox/inc
parent3d5595a3c39e074556ef1c11983051f4edfbcf1a (diff)
oox: create QuickDiagrammingLayout 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: Ibfee57202f0a3b02847b1298ce8895c8cf312322 Reviewed-on: https://gerrit.libreoffice.org/60840 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
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 e4becd9f6d4f..f790ce525a6b 100644
--- a/oox/inc/services.hxx
+++ b/oox/inc/services.hxx
@@ -23,13 +23,6 @@
#include <sal/config.h>
namespace oox {
- namespace ppt {
- extern OUString QuickDiagrammingLayout_getImplementationName();
- extern css::uno::Sequence< OUString > QuickDiagrammingLayout_getSupportedServiceNames();
- /// @throws css::uno::Exception
- extern css::uno::Reference< css::uno::XInterface > QuickDiagrammingLayout_createInstance(
- const css::uno::Reference< css::uno::XComponentContext >& rxContext );
- }
namespace shape {
extern OUString ShapeContextHandler_getImplementationName();
extern css::uno::Sequence< OUString > ShapeContextHandler_getSupportedServiceNames();