summaryrefslogtreecommitdiff
path: root/basic/source/runtime/props.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/runtime/props.cxx')
-rw-r--r--basic/source/runtime/props.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/props.cxx b/basic/source/runtime/props.cxx
index 276bc425d961..ce994947389e 100644
--- a/basic/source/runtime/props.cxx
+++ b/basic/source/runtime/props.cxx
@@ -44,7 +44,7 @@ RTLFUNC(Err)
if( SbiRuntime::isVBAEnabled() )
{
- rPar.Get( 0 )->PutObject( SbxErrObject::getErrObject() );
+ rPar.Get( 0 )->PutObject( SbxErrObject::getErrObject().get() );
}
else
{