diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-09-01 14:46:53 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-09-01 21:06:11 +0200 |
commit | d93fdcf391bdbab03933ceefa9a4457f4b635f44 (patch) | |
tree | a712ba053d253e87bd967f0c1d94bda06f00556a /UnoControls/source | |
parent | 009be0a85096ae3594c061922950fc045848f8c8 (diff) |
add more component prefixes
Change-Id: I3afe59a6326b9e5cb26c39a82d7aabdb05cc2b7e
Diffstat (limited to 'UnoControls/source')
-rw-r--r-- | UnoControls/source/base/registercontrols.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UnoControls/source/base/registercontrols.cxx b/UnoControls/source/base/registercontrols.cxx index 4d659f465a38..5738fec896b9 100644 --- a/UnoControls/source/base/registercontrols.cxx +++ b/UnoControls/source/base/registercontrols.cxx @@ -98,7 +98,7 @@ CREATEINSTANCE ( StatusIndicator ) // create right component factory //______________________________________________________________________________________________________________ -extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplementationName , +extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL ctl_component_getFactory( const sal_Char* pImplementationName, void* pServiceManager , void* /*pRegistryKey*/ ) { |