From 70946992d4d1b9d08fbb5cace885c8e93eebc137 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 28 Aug 2014 16:11:33 +0200 Subject: Fix some *_component_getFactory function types Change-Id: I912f9d1454c049419e9ead6f0ff8d7fa7d8cd6c5 --- dtrans/source/cnttype/mctfentry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dtrans') diff --git a/dtrans/source/cnttype/mctfentry.cxx b/dtrans/source/cnttype/mctfentry.cxx index 7ed64cb3cd2e..279a1d3668e0 100644 --- a/dtrans/source/cnttype/mctfentry.cxx +++ b/dtrans/source/cnttype/mctfentry.cxx @@ -61,7 +61,7 @@ extern "C" // component_getFactory // returns a factory to create XFilePicker-Services -SAL_DLLPUBLIC_EXPORT void* SAL_CALL mcnttype_component_getFactory( const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* /*pRegistryKey*/ ) +SAL_DLLPUBLIC_EXPORT void* SAL_CALL mcnttype_component_getFactory( const sal_Char* pImplName, void* pSrvManager, void* /*pRegistryKey*/ ) { void* pRet = 0; -- cgit