summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editeng/source/editeng/editdoc.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/editeng/source/editeng/editdoc.cxx b/editeng/source/editeng/editdoc.cxx
index 32e0da2b10b1..16bfe8ff9bff 100644
--- a/editeng/source/editeng/editdoc.cxx
+++ b/editeng/source/editeng/editdoc.cxx
@@ -1750,7 +1750,6 @@ const WrongList* ContentNode::GetWrongList() const
void ContentNode::SetWrongList( WrongList* p )
{
- DBG_ASSERT(!mpWrongList, "WrongList already exist!");
mpWrongList.reset(p);
}