loplugin:cstylecast
Change-Id: I86aaad9f38ad63121805fa3dc05b3a8a33428ef7
This commit is contained in:
parent
a272f5b7b3
commit
2e3655bb51
@ -161,7 +161,7 @@ SbiSymDef* SbiParser::CheckRTLForSym( const OUString& rSym, SbxDataType eType )
|
||||
if( pVar->IsA( TYPE(SbxMethod) ) )
|
||||
{
|
||||
SbiProcDef* pProc_ = aRtlSyms.AddProc( rSym );
|
||||
SbxMethod* pMethod = (SbxMethod*) pVar;
|
||||
SbxMethod* pMethod = static_cast<SbxMethod*>(pVar);
|
||||
if ( pMethod && pMethod->IsRuntimeFunction() )
|
||||
{
|
||||
pProc_->SetType( pMethod->GetRuntimeFunctionReturnType() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user