summaryrefslogtreecommitdiff
path: root/unotools/source/misc/unotoolsservices.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/misc/unotoolsservices.cxx')
-rw-r--r--unotools/source/misc/unotoolsservices.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/misc/unotoolsservices.cxx b/unotools/source/misc/unotoolsservices.cxx
index 2455ed065932..e7e62e681eb0 100644
--- a/unotools/source/misc/unotoolsservices.cxx
+++ b/unotools/source/misc/unotoolsservices.cxx
@@ -20,8 +20,8 @@ extern sdecl::ServiceDecl const ServiceDocumenterDecl;
extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL utl_component_getFactory(
sal_Char const* pImplName, void*, void*)
{
- return component_getFactoryHelper( pImplName,
- OTempFileServiceDecl, ServiceDocumenterDecl);
+ return sdecl::component_getFactoryHelper( pImplName,
+ {&OTempFileServiceDecl, &ServiceDocumenterDecl});
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */