Reduce to static_cast any reinterpret_cast from void pointers
Change-Id: I7d6106bda60f8cae3e110e6757b3bf267ce15ec5
This commit is contained in:
@@ -525,7 +525,7 @@ extern "C"
|
||||
::com::sun::star::uno::Reference<
|
||||
::com::sun::star::lang::XSingleServiceFactory > xFactory ;
|
||||
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >
|
||||
xServiceManager( reinterpret_cast<
|
||||
xServiceManager( static_cast<
|
||||
::com::sun::star::lang::XMultiServiceFactory* >( pServiceManager ) ) ;
|
||||
|
||||
if ( ::scripting_protocolhandler::ScriptProtocolHandler::impl_getStaticImplementationName().equals(
|
||||
|
Reference in New Issue
Block a user