diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-18 01:03:12 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-18 14:15:27 +0200 |
commit | 15f482b1e9aff47a366a1cb1666fb4aabea49912 (patch) | |
tree | 30e4f4e3ff2639e93cad687ec6e40861b8669483 /basic | |
parent | c902dc86556e640532cb857385b75c2bdb60bb2b (diff) |
Add prefixes for some component_getFactory functions
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/uno/sbservices.cxx | 2 | ||||
-rwxr-xr-x | basic/util/sb.component | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/uno/sbservices.cxx b/basic/source/uno/sbservices.cxx index f4453d424bfa..d0bbd06e8b45 100644 --- a/basic/source/uno/sbservices.cxx +++ b/basic/source/uno/sbservices.cxx @@ -60,7 +60,7 @@ namespace basic } // namespace basic //........................................................................ -extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( +extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL sb_component_getFactory( const sal_Char* pImplementationName, void* pServiceManager, void* pRegistryKey ) { ::basic::initializeModule(); diff --git a/basic/util/sb.component b/basic/util/sb.component index 4687bd1e7d0b..7f23c113df3a 100755 --- a/basic/util/sb.component +++ b/basic/util/sb.component @@ -26,7 +26,7 @@ * **********************************************************************--> -<component loader="com.sun.star.loader.SharedLibrary" +<component loader="com.sun.star.loader.SharedLibrary" prefix="sb" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.comp.sfx2.DialogLibraryContainer"> <service name="com.sun.star.script.DialogLibraryContainer"/> |