diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-02 12:04:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-10-02 12:07:06 +0300 |
commit | 565acfef761e37a0172154aae0bdace1ce3c6666 (patch) | |
tree | aa7181af6d2acbd44815bea6d5f45f7885b52687 /shell/source/backends/macbe | |
parent | f4901ad51b62db9faa2328f07cb6cf4b03a8ff1a (diff) |
Use prefix
Change-Id: Ife93e37f8b24f3ce96b55c5a221f0f929b789f60
Diffstat (limited to 'shell/source/backends/macbe')
-rw-r--r-- | shell/source/backends/macbe/macbe1.component | 2 | ||||
-rw-r--r-- | shell/source/backends/macbe/macbecdef.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/backends/macbe/macbe1.component b/shell/source/backends/macbe/macbe1.component index 10bac2e2b6a0..c76036126733 100644 --- a/shell/source/backends/macbe/macbe1.component +++ b/shell/source/backends/macbe/macbe1.component @@ -26,7 +26,7 @@ * **********************************************************************--> -<component loader="com.sun.star.loader.SharedLibrary" +<component loader="com.sun.star.loader.SharedLibrary" prefix="macbe1" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.comp.configuration.backend.MacOSXBackend"> <service name="com.sun.star.configuration.backend.MacOSXBackend"/> diff --git a/shell/source/backends/macbe/macbecdef.cxx b/shell/source/backends/macbe/macbecdef.cxx index a52d7acb6ee9..cd1f702aec98 100644 --- a/shell/source/backends/macbe/macbecdef.cxx +++ b/shell/source/backends/macbe/macbecdef.cxx @@ -60,7 +60,7 @@ static const cppu::ImplementationEntry kImplementations_entries[] = //------------------------------------------------------------------------------ -extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char *aImplementationName, void *aServiceManager, void *aRegistryKey) +extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL macbe1_component_getFactory( const sal_Char *aImplementationName, void *aServiceManager, void *aRegistryKey) { return cppu::component_getFactoryHelper( |