Reduce to static_cast any reinterpret_cast from void pointers

Change-Id: I7d6106bda60f8cae3e110e6757b3bf267ce15ec5
This commit is contained in:
Stephan Bergmann
2015-03-31 13:16:12 +02:00
parent 7956c4c517
commit 6b97231ba3

View File

@@ -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(