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

Fix some *_component_getFactory function types

Change-Id: I8e7cc2d26df27e2eb48ddec53ea0a4f1d1381e23
üst 54bdfe0a
...@@ -55,8 +55,8 @@ extern "C" ...@@ -55,8 +55,8 @@ extern "C"
SAL_DLLPUBLIC_EXPORT void* SAL_CALL cmdmail_component_getFactory( SAL_DLLPUBLIC_EXPORT void* SAL_CALL cmdmail_component_getFactory(
const sal_Char* pImplName, const sal_Char* pImplName,
SAL_UNUSED_PARAMETER uno_Interface* /*pSrvManager*/, SAL_UNUSED_PARAMETER void* /*pSrvManager*/,
SAL_UNUSED_PARAMETER uno_Interface* /*pRegistryKey*/ ) SAL_UNUSED_PARAMETER void* /*pRegistryKey*/ )
{ {
Reference< XSingleComponentFactory > xFactory; Reference< XSingleComponentFactory > xFactory;
......
...@@ -53,8 +53,8 @@ extern "C" ...@@ -53,8 +53,8 @@ extern "C"
SAL_DLLPUBLIC_EXPORT void* SAL_CALL syssh_component_getFactory( SAL_DLLPUBLIC_EXPORT void* SAL_CALL syssh_component_getFactory(
const sal_Char* pImplName, const sal_Char* pImplName,
SAL_UNUSED_PARAMETER uno_Interface* /*pSrvManager*/, SAL_UNUSED_PARAMETER void* /*pSrvManager*/,
SAL_UNUSED_PARAMETER uno_Interface* /*pRegistryKey*/ ) SAL_UNUSED_PARAMETER void* /*pRegistryKey*/ )
{ {
Reference< XSingleComponentFactory > xFactory; Reference< XSingleComponentFactory > xFactory;
......
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