summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-03-11 11:47:32 +0100
committerMichael Stahl <mst@openoffice.org>2011-03-11 11:47:32 +0100
commitb51b36409dcf1afb64f6d97c3bd0278b8902496d (patch)
treef841c264af898d99d9e67397bdd7c827c433bcab /writerfilter
parent7ee24fb1c5350ea781d41d65a460c28987666a1f (diff)
sw34bf04: #o11831122#: writerfilter: CreateRedline: disable assertion for now
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/dmapper/DomainMapper_Impl.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
index 11d03655b5db..96ad59830ade 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
@@ -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" );
}
}
}