summaryrefslogtreecommitdiff
path: root/filter/inc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-04-20 21:03:55 +0200
committerJulien Nabet <serval2412@yahoo.fr>2011-04-20 21:05:01 +0200
commit7c4fbccee7b3776242d21c5980ce671b162821b0 (patch)
tree1c90a05c4ad07f5fa3ae8b8dad25d459ebf9a534 /filter/inc
parentf5257a5349aff404848791cdb96a1d2bb0e563d7 (diff)
Easyhack: Add visibility markup to all component_get* functions
Diffstat (limited to 'filter/inc')
-rw-r--r--filter/inc/registration.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/inc/registration.hxx b/filter/inc/registration.hxx
index 8c46eaa52b35..7bfe0d538b2a 100644
--- a/filter/inc/registration.hxx
+++ b/filter/inc/registration.hxx
@@ -50,7 +50,7 @@ namespace comphelper{
/** TODO doc
*/
#define _COMPHELPER_COMPONENT_GETIMPLEMENTATIONENVIRONMENT \
- extern "C" void SAL_CALL component_getImplementationEnvironment(const sal_Char** ppEnvironmentTypeName, \
+ extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(const sal_Char** ppEnvironmentTypeName, \
uno_Environment** /* ppEnvironment */ ) \
{ \
*ppEnvironmentTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; \
@@ -83,7 +83,7 @@ namespace comphelper{
/** TODO doc
*/
#define _COMPHELPER_COMPONENT_GETFACTORY(STATIC_INIT,FACTORYLIST) \
- extern "C" void* SAL_CALL component_getFactory(const sal_Char* pImplementationName, \
+ extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory(const sal_Char* pImplementationName, \
void* pServiceManager , \
void* /* pRegistryKey */ ) \
{ \