From 86088dda6e893faaecfea19bad6e0e6c1ffa657c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 25 Mar 2014 14:06:47 +0100 Subject: osl_setDetailedDebugMessageFunc is effectively doing nothing ...since the osl/diagnose.h macros got rebased onto sal/log.hxx, so remove the corresponding tools/debug.h functionality. Change-Id: Ife4b5b1a2608230d0dbfc3fa8852243c89ed292f --- basic/source/runtime/sbdiagnose.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'basic/source/runtime') 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; -- cgit