diff options
-rwxr-xr-x | desktop/unx/splash/splash.component | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop/unx/splash/splash.component b/desktop/unx/splash/splash.component new file mode 100755 index 000000000000..cd7792744ea0 --- /dev/null +++ b/desktop/unx/splash/splash.component @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<component loader="com.sun.star.loader.SharedLibrary" + xmlns="http://openoffice.org/2010/uno-components"> + <implementation name="com.sun.star.office.comp.PipeSplashScreen"> + <service name="com.sun.star.office.PipeSplashScreen"/> + </implementation> +</component> |