From f0bede727c3a29f01f5c2e3492a84ccc7971cb2f Mon Sep 17 00:00:00 2001 From: Daniel Rentz Date: Tue, 31 Aug 2010 11:37:48 +0200 Subject: mib19: WaE --- basic/source/runtime/step2.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'basic/source/runtime/step2.cxx') diff --git a/basic/source/runtime/step2.cxx b/basic/source/runtime/step2.cxx index 0afc12f61911..9acbcb3ed6ab 100755 --- a/basic/source/runtime/step2.cxx +++ b/basic/source/runtime/step2.cxx @@ -591,8 +591,8 @@ SbxVariable* SbiRuntime::CheckArray( SbxVariable* pElem ) } else if( bVBAEnabled ) // !pObj { - SbxArray* pPar = pElem->GetParameters(); - if( pPar != NULL ) + SbxArray* pParam = pElem->GetParameters(); + if( pParam != NULL ) Error( SbERR_NO_OBJECT ); } } -- cgit