summaryrefslogtreecommitdiff
path: root/desktop/source/splash/spl.component
diff options
context:
space:
mode:
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>