From cd79d51420b90117d0f3e1d5f3cdf9187bd61b88 Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Mon, 15 Apr 2013 08:36:13 -0400 Subject: prefix all component_getFactory methods Change-Id: I954176fdab9103125444dd2fb397673406f7aff9 --- connectivity/source/drivers/mork/services.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity') diff --git a/connectivity/source/drivers/mork/services.cxx b/connectivity/source/drivers/mork/services.cxx index aa610e1f73bc..150b21d63a8c 100644 --- a/connectivity/source/drivers/mork/services.cxx +++ b/connectivity/source/drivers/mork/services.cxx @@ -30,7 +30,7 @@ static cppu::ImplementationEntry const services[] = } -extern "C" SAL_DLLPUBLIC_EXPORT void *SAL_CALL component_getFactory( +extern "C" SAL_DLLPUBLIC_EXPORT void *SAL_CALL mork_component_getFactory( char const *pImplName, void *pServiceManager, void *pRegistryKey) { return cppu::component_getFactoryHelper( -- cgit