Kaydet (Commit) bf640ba0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix *_component_getFactory function type

Change-Id: Id16c653554f5573dc862e0798747b7337ff74d44
üst d8fcd8ca
...@@ -900,8 +900,8 @@ extern "C" ...@@ -900,8 +900,8 @@ extern "C"
*/ */
SAL_DLLPUBLIC_EXPORT void * SAL_CALL scriptframe_component_getFactory( SAL_DLLPUBLIC_EXPORT void * SAL_CALL scriptframe_component_getFactory(
const sal_Char * pImplName, const sal_Char * pImplName,
lang::XMultiServiceFactory * pServiceManager, void * pServiceManager,
registry::XRegistryKey * pRegistryKey ) void * pRegistryKey )
{ {
return ::cppu::component_getFactoryHelper( pImplName, pServiceManager, return ::cppu::component_getFactoryHelper( pImplName, pServiceManager,
pRegistryKey, ::scripting_runtimemgr::s_entries ); pRegistryKey, ::scripting_runtimemgr::s_entries );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment