summaryrefslogtreecommitdiff
path: root/basic/source/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/runtime')
-rwxr-xr-xbasic/source/runtime/step2.cxx4
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 );
}
}