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

Fix *_component_getFactory function type

Change-Id: I354cf9cfa5f1a749b01d16c93dbe7b86784a7d34
üst 1b9353ba
...@@ -73,11 +73,13 @@ extern "C" { ...@@ -73,11 +73,13 @@ extern "C" {
SAL_DLLPUBLIC_EXPORT void * SAL_CALL deployment_component_getFactory( SAL_DLLPUBLIC_EXPORT void * SAL_CALL deployment_component_getFactory(
sal_Char const * pImplName, sal_Char const * pImplName,
lang::XMultiServiceFactory * pServiceManager, void * pServiceManager,
registry::XRegistryKey * pRegistryKey ) void * pRegistryKey )
{ {
return component_getFactoryHelper( return component_getFactoryHelper(
pImplName, pServiceManager, pRegistryKey, pImplName,
static_cast<css::lang::XMultiServiceFactory *>(pServiceManager),
static_cast<css::registry::XRegistryKey *>(pRegistryKey),
dp_registry::backend::configuration::serviceDecl, dp_registry::backend::configuration::serviceDecl,
dp_registry::backend::component::serviceDecl, dp_registry::backend::component::serviceDecl,
dp_registry::backend::help::serviceDecl, dp_registry::backend::help::serviceDecl,
......
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