Reduce to static_cast any reinterpret_cast from void pointers
Change-Id: I9e12cea5aba3b78e1f6ed284aedb7531d107edbf
This commit is contained in:
@@ -466,7 +466,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL utl_component_getFactory(
|
|||||||
{
|
{
|
||||||
void * pRet = 0;
|
void * pRet = 0;
|
||||||
css::uno::Reference< css::lang::XMultiServiceFactory > xSMgr(
|
css::uno::Reference< css::lang::XMultiServiceFactory > xSMgr(
|
||||||
reinterpret_cast< css::lang::XMultiServiceFactory * >( pServiceManager ) );
|
static_cast< css::lang::XMultiServiceFactory * >( pServiceManager ) );
|
||||||
css::uno::Reference< css::lang::XSingleComponentFactory > xFactory;
|
css::uno::Reference< css::lang::XSingleComponentFactory > xFactory;
|
||||||
|
|
||||||
if (OTempFileService::getImplementationName_Static().equalsAscii( pImplName ) )
|
if (OTempFileService::getImplementationName_Static().equalsAscii( pImplName ) )
|
||||||
|
Reference in New Issue
Block a user