From 85fe9bef8c1f55b7bfcd1782b8985d2a53a29892 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 20 Apr 2011 10:57:10 +0200 Subject: Easyhack: Add visibility markup to all component_get* functions --- extensions/test/ole/cpnt/cpnt.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/test') diff --git a/extensions/test/ole/cpnt/cpnt.cxx b/extensions/test/ole/cpnt/cpnt.cxx index 2ee1e3364507..1164292bfb7b 100644 --- a/extensions/test/ole/cpnt/cpnt.cxx +++ b/extensions/test/ole/cpnt/cpnt.cxx @@ -369,7 +369,7 @@ extern "C" sal_Bool SAL_CALL component_writeInfo( void * /*pServiceManager*/, return sal_False; } -extern "C" void * SAL_CALL component_getFactory( +extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) { static void * pRet= NULL; @@ -395,7 +395,7 @@ extern "C" void * SAL_CALL component_getFactory( return pRet; } -extern "C" void SAL_CALL component_getImplementationEnvironment( +extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; -- cgit v1.2.3