diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-28 16:11:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-28 16:11:33 +0200 |
commit | 70946992d4d1b9d08fbb5cace885c8e93eebc137 (patch) | |
tree | b608dc1c794cb0491aabe0a982e467bf5b0ef7f7 /dtrans | |
parent | b450d32260e1f3d2bc83297ca9cb54b62e36ac20 (diff) |
Fix some *_component_getFactory function types
Change-Id: I912f9d1454c049419e9ead6f0ff8d7fa7d8cd6c5
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/cnttype/mctfentry.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |