summaryrefslogtreecommitdiff
path: root/basic/source/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/runtime')
-rw-r--r--basic/source/runtime/sbdiagnose.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/basic/source/runtime/sbdiagnose.cxx b/basic/source/runtime/sbdiagnose.cxx
index e29d3db07918..4598d803994f 100644
--- a/basic/source/runtime/sbdiagnose.cxx
+++ b/basic/source/runtime/sbdiagnose.cxx
@@ -112,11 +112,6 @@ RTLFUNC(CaptureAssertions)
// set the new channel
DBG_INSTOUTERROR( nAssertionChannelId );
-
- // ensure OSL assertions are captured, too
- DbgData aData( *DbgGetData() );
- aData.bHookOSLAssert = true;
- DbgUpdateOslHook( &aData );
}
xAssertionChannelBasic = pBasic;