diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-07-08 21:12:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-09 09:25:57 +0200 |
commit | 799e4577dac5d63e249792e2e330f72e9477be0d (patch) | |
tree | f42d6da700b2963ef6ebb796b38d82bfca760a4f /desktop/source/splash/unxsplash.hxx | |
parent | 7272a2edf113f29edeb8987ce649f85b776d9d23 (diff) |
desktop: create instances with uno constructors
See tdf#74608 for motivation
Change-Id: Id332d79c29c8e5f668663070d83aba596f017908
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98390
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop/source/splash/unxsplash.hxx')
-rw-r--r-- | desktop/source/splash/unxsplash.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/desktop/source/splash/unxsplash.hxx b/desktop/source/splash/unxsplash.hxx index baa612a0df10..fa7ce196cda4 100644 --- a/desktop/source/splash/unxsplash.hxx +++ b/desktop/source/splash/unxsplash.hxx @@ -58,11 +58,6 @@ public: } -/// @throws css::uno::Exception -css::uno::Reference< css::uno::XInterface > UnxSplash_createInstance(const css::uno::Reference< css::uno::XComponentContext > & xCtx ); -OUString UnxSplash_getImplementationName(); -css::uno::Sequence< OUString > UnxSplash_getSupportedServiceNames() throw (); - #endif // INCLUDED_DESKTOP_SOURCE_SPLASH_UNXSPLASH_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |