diff options
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/runtime.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx index 5d9764fa7581..032e4d85128b 100644 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -3174,7 +3174,7 @@ bool SbiRuntime::checkClass_Impl( const SbxVariableRef& refVal, t = pProp->getRealType(); } } - if( t == SbxOBJECT ) + if( t == SbxOBJECT || bVBAEnabled ) { SbxObject* pObj = dynamic_cast<SbxObject*>(pVal); if (!pObj) |