summaryrefslogtreecommitdiffstats
path: root/connectivity/source/cpool/Zregistration.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-10-01 21:51:40 +0300
committerTor Lillqvist <tml@iki.fi>2012-10-01 21:54:57 +0300
commitf42a9309760565d24619bad9ee1f5561ce89c14b (patch)
treeced23dcb7bef9a4838a426b67cd5d725bcb606a5 /connectivity/source/cpool/Zregistration.cxx
parentReplace usage of rtl_*Memory with equivalent from string.h (diff)
downloadcore-f42a9309760565d24619bad9ee1f5561ce89c14b.tar.gz
core-f42a9309760565d24619bad9ee1f5561ce89c14b.zip
Use prefixes for these UNO components
Change-Id: I719f10818fd211bfe60e5351a5de53a716fdf20f
Diffstat (limited to 'connectivity/source/cpool/Zregistration.cxx')
-rw-r--r--connectivity/source/cpool/Zregistration.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/cpool/Zregistration.cxx b/connectivity/source/cpool/Zregistration.cxx
index 71fd7f2b4062..68039800a4d9 100644
--- a/connectivity/source/cpool/Zregistration.cxx
+++ b/connectivity/source/cpool/Zregistration.cxx
@@ -34,7 +34,7 @@ extern "C"
{
//---------------------------------------------------------------------------------------
-SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory(const sal_Char* _pImplName, ::com::sun::star::lang::XMultiServiceFactory* _pServiceManager, void* /*_pRegistryKey*/)
+SAL_DLLPUBLIC_EXPORT void* SAL_CALL dbpool2_component_getFactory(const sal_Char* _pImplName, ::com::sun::star::lang::XMultiServiceFactory* _pServiceManager, void* /*_pRegistryKey*/)
{
void* pRet = NULL;