diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-10-07 23:51:40 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-10-08 15:31:40 +0200 |
commit | 173cf81756c69f112c3d61403b5cf87ee81afcfb (patch) | |
tree | 94f0e64267b2e36ec6f64b53fde40e41056e8c84 /desktop/unx | |
parent | cad383870426fed3cbb83c17c39f910a454e001c (diff) |
add more component prefixes
Diffstat (limited to 'desktop/unx')
-rwxr-xr-x | desktop/unx/splash/splash.component | 2 | ||||
-rw-r--r-- | desktop/unx/splash/unxsplash.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/unx/splash/splash.component b/desktop/unx/splash/splash.component index cd7792744ea0..585f35cac4b8 100755 --- a/desktop/unx/splash/splash.component +++ b/desktop/unx/splash/splash.component @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<component loader="com.sun.star.loader.SharedLibrary" +<component loader="com.sun.star.loader.SharedLibrary" prefix="splash" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.office.comp.PipeSplashScreen"> <service name="com.sun.star.office.PipeSplashScreen"/> diff --git a/desktop/unx/splash/unxsplash.cxx b/desktop/unx/splash/unxsplash.cxx index 85a9f809636f..c2beeffc6891 100644 --- a/desktop/unx/splash/unxsplash.cxx +++ b/desktop/unx/splash/unxsplash.cxx @@ -182,7 +182,7 @@ uno::Sequence< OUString > SAL_CALL UnxSplash_getSupportedServiceNames() throw() extern "C" { -SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplName, void* pServiceManager, void* pRegistryKey ) +SAL_DLLPUBLIC_EXPORT void* SAL_CALL splash_component_getFactory( const sal_Char* pImplName, void* pServiceManager, void* pRegistryKey ) { return ::cppu::component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey, aEntries ); |