summaryrefslogtreecommitdiff
path: root/desktop/source/splash/spl.component
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/spl.component
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/spl.component')
-rw-r--r--desktop/source/splash/spl.component8
1 files changed, 5 insertions, 3 deletions
diff --git a/desktop/source/splash/spl.component b/desktop/source/splash/spl.component
index bc0ff98fc1fb..204dbffa8b89 100644
--- a/desktop/source/splash/spl.component
+++ b/desktop/source/splash/spl.component
@@ -18,11 +18,13 @@
-->
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
- prefix="spl" xmlns="http://openoffice.org/2010/uno-components">
- <implementation name="com.sun.star.office.comp.SplashScreen">
+ xmlns="http://openoffice.org/2010/uno-components">
+ <implementation name="com.sun.star.office.comp.SplashScreen"
+ constructor="desktop_SplashScreen_get_implementation">
<service name="com.sun.star.office.SplashScreen"/>
</implementation>
- <implementation name="com.sun.star.office.comp.PipeSplashScreen">
+ <implementation name="com.sun.star.office.comp.PipeSplashScreen"
+ constructor="desktop_UnxSplash_get_implementation">
<service name="com.sun.star.office.PipeSplashScreen"/>
</implementation>
</component>