sw34bf04: #o11831122#: writerfilter: CreateRedline: disable assertion for now

This commit is contained in:
Michael Stahl 2011-03-11 11:47:32 +01:00
parent 7ee24fb1c5
commit b51b36409d

View file

@ -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" );
}
}
}