Kaydet (Commit) 015d7aaf authored tarafından Frank Schoenheit [fs]'s avatar Frank Schoenheit [fs]

debuglevels: post-rebase fixes

üst fc804df0
...@@ -119,7 +119,7 @@ RTLFUNC(CaptureAssertions) ...@@ -119,7 +119,7 @@ RTLFUNC(CaptureAssertions)
// ensure OSL assertions are captured, too // ensure OSL assertions are captured, too
DbgData aData( *DbgGetData() ); DbgData aData( *DbgGetData() );
aData.bHookOSLAssert = TRUE; aData.bHookOSLAssert = sal_True;
DbgUpdateOslHook( &aData ); DbgUpdateOslHook( &aData );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment