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 | 381031a3c1e15f5664d259ac484fc61d170f46be (patch) | |
tree | 6b2354b4acb17531de9811093fc6dca03148eba1 /linguistic/workben | |
parent | 6e0ead6e3d1ac5be95cb4eca530a8b62a966b17f (diff) |
Easyhack: Add visibility markup to all component_get* functions
Diffstat (limited to 'linguistic/workben')
-rw-r--r-- | linguistic/workben/sreg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/workben/sreg.cxx b/linguistic/workben/sreg.cxx index f548505ccb..c923c1e712 100644 --- a/linguistic/workben/sreg.cxx +++ b/linguistic/workben/sreg.cxx @@ -59,13 +59,13 @@ sal_Bool SAL_CALL component_writeInfo( return SpellChecker_writeInfo( pServiceManager, pRegistryKey ); } -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 * pImplName, void * pServiceManager, void * pRegistryKey ) { void * pRet = SpellChecker_getFactory( |