sw34bf04: #o11831122#: writerfilter: CreateRedline: disable assertion for now
This commit is contained in:
parent
7ee24fb1c5
commit
b51b36409d
1 changed files with 2 additions and 1 deletions
|
@ -1201,7 +1201,8 @@ void DomainMapper_Impl::CreateRedline( uno::Reference< text::XTextRange > xRange
|
|||
catch( const uno::Exception & rEx )
|
||||
{
|
||||
( void ) rEx;
|
||||
OSL_ENSURE( false, "Exception in makeRedline" );
|
||||
// disabled: current writer redline impl. rather primitive, so it gets annoying
|
||||
// OSL_ENSURE( false, "Exception in makeRedline" );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue