summaryrefslogtreecommitdiff
path: root/include/framework
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-07-07 20:02:18 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-07 22:13:02 +0200
commit71227e2306987cb8aa5fbda2943e73237674e9ba (patch)
tree9491ef57b3b1192e0f35b69bc8c368d42624ad31 /include/framework
parent9ff8a1173a72b9ebea54ef3b00b1d632bf953e37 (diff)
framework: create instances with uno constructors
See tdf#74608 for motivation Change-Id: I8679b50395d11cb2d807d52526d803df9b0606b2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98294 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/framework')
-rw-r--r--include/framework/dispatchhelper.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/framework/dispatchhelper.hxx b/include/framework/dispatchhelper.hxx
index 5c7478f75fe1..f362f30ab633 100644
--- a/include/framework/dispatchhelper.hxx
+++ b/include/framework/dispatchhelper.hxx
@@ -86,18 +86,6 @@ public:
virtual sal_Bool SAL_CALL supportsService(const OUString& sServiceName) override;
virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
- static css::uno::Sequence<OUString> impl_getStaticSupportedServiceNames();
- static OUString impl_getStaticImplementationName();
- // Helper for initialization of service by using own reference!
- void impl_initService();
-
- // Helper for registry
- /// @throws css::uno::Exception
- static css::uno::Reference<css::uno::XInterface> SAL_CALL impl_createInstance(
- const css::uno::Reference<css::lang::XMultiServiceFactory>& xServiceManager);
- static css::uno::Reference<css::lang::XSingleServiceFactory>
- impl_createFactory(const css::uno::Reference<css::lang::XMultiServiceFactory>& xServiceManager);
-
// XDispatchHelper
virtual css::uno::Any SAL_CALL
executeDispatch(const css::uno::Reference<css::frame::XDispatchProvider>& xDispatchProvider,