diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-17 20:36:45 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-17 23:51:45 +0200 |
commit | 4b60da5d1d25b7cdef001dabac3bbd09d1686718 (patch) | |
tree | 169ae8f9c4f9060891b8ac9c1b9e0268bbaa886b /i18npool | |
parent | f3423eab7815827857149995e69d00c7b641282d (diff) |
add more component prefixes
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/registerservices/registerservices.cxx | 2 | ||||
-rw-r--r-- | i18npool/source/search/i18nsearch.component | 2 | ||||
-rw-r--r-- | i18npool/source/search/textsearch.cxx | 2 | ||||
-rw-r--r-- | i18npool/util/i18npool.component | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/i18npool/source/registerservices/registerservices.cxx b/i18npool/source/registerservices/registerservices.cxx index 5df7bb931b7c..cfccbcdb2837 100644 --- a/i18npool/source/registerservices/registerservices.cxx +++ b/i18npool/source/registerservices/registerservices.cxx @@ -576,7 +576,7 @@ static const struct InstancesArray { extern "C" { -SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* sImplementationName, void* _pServiceManager, void* /*_pRegistryKey*/ ) +SAL_DLLPUBLIC_EXPORT void* SAL_CALL i18npool_component_getFactory( const sal_Char* sImplementationName, void* _pServiceManager, void* /*_pRegistryKey*/ ) { void* pRet = NULL; diff --git a/i18npool/source/search/i18nsearch.component b/i18npool/source/search/i18nsearch.component index 6288bcd7c840..581cbff9520a 100644 --- a/i18npool/source/search/i18nsearch.component +++ b/i18npool/source/search/i18nsearch.component @@ -26,7 +26,7 @@ * **********************************************************************--> -<component loader="com.sun.star.loader.SharedLibrary" +<component loader="com.sun.star.loader.SharedLibrary" prefix="i18nsearch" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.util.TextSearch_i18n"> <service name="com.sun.star.util.TextSearch"/> diff --git a/i18npool/source/search/textsearch.cxx b/i18npool/source/search/textsearch.cxx index f407a614ed1f..a6ab4cc51dad 100644 --- a/i18npool/source/search/textsearch.cxx +++ b/i18npool/source/search/textsearch.cxx @@ -982,7 +982,7 @@ SAL_CALL TextSearch_CreateInstance( extern "C" { -SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* sImplementationName, +SAL_DLLPUBLIC_EXPORT void* SAL_CALL i18nsearch_component_getFactory( const sal_Char* sImplementationName, void* _pServiceManager, void* /*_pRegistryKey*/ ) { void* pRet = NULL; diff --git a/i18npool/util/i18npool.component b/i18npool/util/i18npool.component index d11606efb6d4..4c5e6d7a51bb 100644 --- a/i18npool/util/i18npool.component +++ b/i18npool/util/i18npool.component @@ -26,7 +26,7 @@ * **********************************************************************--> -<component loader="com.sun.star.loader.SharedLibrary" +<component loader="com.sun.star.loader.SharedLibrary" prefix="i18npool" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.i18n.BreakIterator"> <service name="com.sun.star.i18n.BreakIterator"/> |