diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-01 21:54:06 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-10-01 21:54:57 +0300 |
commit | 7b089e2ccccb9872e6bd01af6ed8cefbd8160364 (patch) | |
tree | bb14f8c852c83c7dea81e7ad00d56209c1370cc6 /basctl/source | |
parent | f42a9309760565d24619bad9ee1f5561ce89c14b (diff) |
Use prefix
Change-Id: Ide081f18af82e68b55d6d48168a0a567e5e64f04
Diffstat (limited to 'basctl/source')
-rw-r--r-- | basctl/source/basicide/register.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/register.cxx b/basctl/source/basicide/register.cxx index b2846591dc63..563cc6246de9 100644 --- a/basctl/source/basicide/register.cxx +++ b/basctl/source/basicide/register.cxx @@ -36,7 +36,7 @@ using namespace ::com::sun::star::lang; extern "C" { -SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplementationName, +SAL_DLLPUBLIC_EXPORT void* SAL_CALL basctl_component_getFactory( const sal_Char* pImplementationName, void* pServiceManager, void* pRegistryKey ) { |