Kaydet (Commit) 6b97231b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Reduce to static_cast any reinterpret_cast from void pointers

Change-Id: I7d6106bda60f8cae3e110e6757b3bf267ce15ec5
üst 7956c4c5
...@@ -525,7 +525,7 @@ extern "C" ...@@ -525,7 +525,7 @@ extern "C"
::com::sun::star::uno::Reference< ::com::sun::star::uno::Reference<
::com::sun::star::lang::XSingleServiceFactory > xFactory ; ::com::sun::star::lang::XSingleServiceFactory > xFactory ;
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >
xServiceManager( reinterpret_cast< xServiceManager( static_cast<
::com::sun::star::lang::XMultiServiceFactory* >( pServiceManager ) ) ; ::com::sun::star::lang::XMultiServiceFactory* >( pServiceManager ) ) ;
if ( ::scripting_protocolhandler::ScriptProtocolHandler::impl_getStaticImplementationName().equals( if ( ::scripting_protocolhandler::ScriptProtocolHandler::impl_getStaticImplementationName().equals(
......
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