summaryrefslogtreecommitdiff
path: root/desktop/source/splash/unxsplash.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-07-08 21:12:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-09 09:25:57 +0200
commit799e4577dac5d63e249792e2e330f72e9477be0d (patch)
treef42d6da700b2963ef6ebb796b38d82bfca760a4f /desktop/source/splash/unxsplash.hxx
parent7272a2edf113f29edeb8987ce649f85b776d9d23 (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.hxx5
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: */