summaryrefslogtreecommitdiff
path: root/basic/source/runtime/step2.cxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2010-08-31 11:37:48 +0200
committerDaniel Rentz <dr@openoffice.org>2010-08-31 11:37:48 +0200
commitf0bede727c3a29f01f5c2e3492a84ccc7971cb2f (patch)
tree4d1008710aa3076f2330ba94b83d37901a1fcd05 /basic/source/runtime/step2.cxx
parente48aad10ecbb86128929ef19f690eb50f8660d36 (diff)
mib19: WaE
Diffstat (limited to 'basic/source/runtime/step2.cxx')
-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 );
}
}