diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-04-20 14:10:36 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-04-20 14:10:36 +0200 |
commit | ddaf673ddf6959f970060675d4d7348eddda67d7 (patch) | |
tree | f52f2e3d2988354e8ea37e4b3355fe4a074c5cf7 /basctl | |
parent | 85fe9bef8c1f55b7bfcd1782b8985d2a53a29892 (diff) |
Easyhack: Add visibility markup to all component_get* functions (part2)
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/register.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/basctl/source/basicide/register.cxx b/basctl/source/basicide/register.cxx index f7c4ce770a95..2ba82fca818a 100644 --- a/basctl/source/basicide/register.cxx +++ b/basctl/source/basicide/register.cxx @@ -53,8 +53,7 @@ SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( *ppEnvironmentTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ; } -SAL_DLLPUBLIC_EXPORT -void* SAL_CALL component_getFactory( const sal_Char* pImplementationName, +SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplementationName, void* pServiceManager, void* pRegistryKey ) { |