summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-08-21 17:44:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-08-21 17:44:40 +0200
commitbf640ba048704220292411e4f2bcc0d3c62caa32 (patch)
tree1ed2cecb9fc13b88abdbe90eafe0a3b6a7fb1ca7
parentRelated: rhbz#1125588 get to the end of cpp_mediate on ppc64le (diff)
downloadcore-bf640ba048704220292411e4f2bcc0d3c62caa32.tar.gz
core-bf640ba048704220292411e4f2bcc0d3c62caa32.zip
Fix *_component_getFactory function type
Change-Id: Id16c653554f5573dc862e0798747b7337ff74d44
-rw-r--r--scripting/source/provider/MasterScriptProvider.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripting/source/provider/MasterScriptProvider.cxx b/scripting/source/provider/MasterScriptProvider.cxx
index 8d0385cca039..8f59d97bfba7 100644
--- a/scripting/source/provider/MasterScriptProvider.cxx
+++ b/scripting/source/provider/MasterScriptProvider.cxx
@@ -900,8 +900,8 @@ extern "C"
*/
SAL_DLLPUBLIC_EXPORT void * SAL_CALL scriptframe_component_getFactory(
const sal_Char * pImplName,
- lang::XMultiServiceFactory * pServiceManager,
- registry::XRegistryKey * pRegistryKey )
+ void * pServiceManager,
+ void * pRegistryKey )
{
return ::cppu::component_getFactoryHelper( pImplName, pServiceManager,
pRegistryKey, ::scripting_runtimemgr::s_entries );