From cdc7c5772ac216f6fd91ead7d8d57fd0ad03a0aa Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Thu, 21 Apr 2011 14:25:29 +0200 Subject: Easyhack: Add visibility markup to all component_get* functions --- comphelper/inc/comphelper/componentmodule.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'comphelper') diff --git a/comphelper/inc/comphelper/componentmodule.hxx b/comphelper/inc/comphelper/componentmodule.hxx index 308a270a7393..8aafa2c0261a 100644 --- a/comphelper/inc/comphelper/componentmodule.hxx +++ b/comphelper/inc/comphelper/componentmodule.hxx @@ -391,8 +391,7 @@ namespace comphelper //= implementing the API of a component library (component_*) #define IMPLEMENT_COMPONENT_LIBRARY_API( module_class, initializer_function ) \ - extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL \ - component_getImplementationEnvironment( \ + extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( \ const sal_Char **ppEnvTypeName, uno_Environment ** /*ppEnv*/ ) \ { \ *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; \ -- cgit v1.2.3