summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2010-08-13 17:51:00 +0200
committerDaniel Rentz <dr@openoffice.org>2010-08-13 17:51:00 +0200
commit5660ff9f62ff81029d74ede7784446604e7c18c0 (patch)
tree75b349446c0258f4c3e8aded014ae73e37688d15 /basic
parentaaef5c3019e8fa0b2cf6a5d57e6842a9a2138d12 (diff)
mib18: wae
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/step0.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/step0.cxx b/basic/source/runtime/step0.cxx
index e0b53ba868..7d1f92fcf4 100644
--- a/basic/source/runtime/step0.cxx
+++ b/basic/source/runtime/step0.cxx
@@ -442,7 +442,7 @@ void SbiRuntime::StepSET_Impl( SbxVariableRef& refVal, SbxVariableRef& refVar, b
// Check value, !object is no error for sure if, only if type is fixed
SbxDataType eValType = refVal->GetType();
- bool bGetValObject = false;
+// bool bGetValObject = false;
if( !bHandleDefaultProp && eValType != SbxOBJECT && !(eValType & SbxARRAY) && refVal->IsFixed() )
{
Error( SbERR_INVALID_USAGE_OBJECT );