Fix *_component_getFactory function type

Change-Id: Id16c653554f5573dc862e0798747b7337ff74d44
This commit is contained in:
Stephan Bergmann
2014-08-21 17:44:40 +02:00
parent d8fcd8ca9a
commit bf640ba048

View File

@@ -900,8 +900,8 @@ extern "C"
*/
SAL_DLLPUBLIC_EXPORT void * SAL_CALL scriptframe_component_getFactory(
const sal_Char * pImplName,
lang::XMultiServiceFactory * pServiceManager,
registry::XRegistryKey * pRegistryKey )
void * pServiceManager,
void * pRegistryKey )
{
return ::cppu::component_getFactoryHelper( pImplName, pServiceManager,
pRegistryKey, ::scripting_runtimemgr::s_entries );