Kaydet (Commit) 4d2923e1 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:redundantcast

Change-Id: I3ef78881cfed8b66f067e9164efcccf425fb549c
üst 00a19743
......@@ -38,7 +38,7 @@ SAL_DLLPUBLIC_EXPORT void * SAL_CALL MacOSXSpell_component_getFactory(
void * pRet = NULL;
pRet = MacSpellChecker_getFactory(
pImplName,
reinterpret_cast< XMultiServiceFactory * >( pServiceManager ),
static_cast< XMultiServiceFactory * >( pServiceManager ),
pRegistryKey );
return pRet;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment