Fix *_component_getFactory function type
Change-Id: Id16c653554f5573dc862e0798747b7337ff74d44
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user