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 | 036086a557ae6b0ae0173a0535a34e8ced97b43d (patch) | |
tree | c0d55f11f4f370be65a1e7335510f43eb933c937 /basctl/source/basicide | |
parent | f248ffd43ecfd5e05d1c9f70d94eb45e2570d288 (diff) |
Easyhack: Add visibility markup to all component_get* functions (part2)
Diffstat (limited to 'basctl/source/basicide')
-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 c1ee36965..3f3dc97cc 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 ) { |