diff options
author | Daniel Rentz <dr@openoffice.org> | 2010-08-31 11:37:48 +0200 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2010-08-31 11:37:48 +0200 |
commit | f0bede727c3a29f01f5c2e3492a84ccc7971cb2f (patch) | |
tree | 4d1008710aa3076f2330ba94b83d37901a1fcd05 /basic/source/runtime/step2.cxx | |
parent | e48aad10ecbb86128929ef19f690eb50f8660d36 (diff) |
mib19: WaE
Diffstat (limited to 'basic/source/runtime/step2.cxx')
-rwxr-xr-x | basic/source/runtime/step2.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 ); } } |