diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-04-21 00:27:41 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-04-21 00:27:41 +0200 |
commit | 561192cfc9f10adab404e6dfed51fd4d78d11210 (patch) | |
tree | d1bc90c9c59de87450496ee199f80f1091f14eba /uui | |
parent | cd7627ffdb130fce22930a8c187bf81f6407b01a (diff) |
Easyhack: Add visibility markup to all component_get* functions
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/services.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/uui/source/services.cxx b/uui/source/services.cxx index 125a1d86cd5d..8ced313926d3 100644 --- a/uui/source/services.cxx +++ b/uui/source/services.cxx @@ -49,8 +49,7 @@ using ::rtl::OUString; // //============================================================================ -extern "C" void SAL_CALL -component_getImplementationEnvironment(sal_Char const ** pEnvTypeName, +extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(sal_Char const ** pEnvTypeName, uno_Environment **) { *pEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; @@ -62,7 +61,7 @@ component_getImplementationEnvironment(sal_Char const ** pEnvTypeName, // //============================================================================ -extern "C" void * SAL_CALL component_getFactory(sal_Char const * pImplName, +extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(sal_Char const * pImplName, void * pServiceManager, void *) { |