diff options
Diffstat (limited to 'cppuhelper/source/implementationentry.cxx')
-rw-r--r-- | cppuhelper/source/implementationentry.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/source/implementationentry.cxx b/cppuhelper/source/implementationentry.cxx index 2e5891982b8e..ba4e72833f4a 100644 --- a/cppuhelper/source/implementationentry.cxx +++ b/cppuhelper/source/implementationentry.cxx @@ -31,7 +31,7 @@ namespace cppu { sal_Bool component_writeInfoHelper( SAL_UNUSED_PARAMETER void *, void * pRegistryKey, - ImplementationEntry const * entries) + const struct ImplementationEntry entries[]) { bool bRet = false; try @@ -61,8 +61,8 @@ sal_Bool component_writeInfoHelper( void * component_getFactoryHelper( - char const * pImplName, SAL_UNUSED_PARAMETER void *, - SAL_UNUSED_PARAMETER void *, ImplementationEntry const * entries) + sal_Char const * pImplName, SAL_UNUSED_PARAMETER void *, + SAL_UNUSED_PARAMETER void *, const struct ImplementationEntry entries[]) { void * pRet = nullptr; |