diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-04-20 10:57:10 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-04-20 10:57:10 +0200 |
commit | f248ffd43ecfd5e05d1c9f70d94eb45e2570d288 (patch) | |
tree | 3c92b0b468f3ff8b08f1cff4073f87f09f71c814 /extensions/source/plugin/base/service.cxx | |
parent | 72f2020d1a9a9bbefd5a9817f18e2978d640f77e (diff) |
Easyhack: Add visibility markup to all component_get* functions
Diffstat (limited to 'extensions/source/plugin/base/service.cxx')
-rw-r--r-- | extensions/source/plugin/base/service.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/plugin/base/service.cxx b/extensions/source/plugin/base/service.cxx index c82e54345..e2de74853 100644 --- a/extensions/source/plugin/base/service.cxx +++ b/extensions/source/plugin/base/service.cxx @@ -58,14 +58,14 @@ using namespace cppu; extern "C" { - void SAL_CALL component_getImplementationEnvironment( + SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char** ppEnvTypeName, uno_Environment** /*ppEnv*/ ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; } - void* SAL_CALL component_getFactory( + SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplementationName, void* pXUnoSMgr, void* /*pXUnoKey*/ |