summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextListBlockContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLTextListBlockContext.cxx')
-rw-r--r--xmloff/source/text/XMLTextListBlockContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLTextListBlockContext.cxx b/xmloff/source/text/XMLTextListBlockContext.cxx
index e0e0a63f9068..757676d62b1a 100644
--- a/xmloff/source/text/XMLTextListBlockContext.cxx
+++ b/xmloff/source/text/XMLTextListBlockContext.cxx
@@ -149,7 +149,7 @@ XMLTextListBlockContext::XMLTextListBlockContext(
{
xNumRuleProps->getPropertyValue(s_PropNameDefaultListId)
>>= sListStyleDefaultListId;
- DBG_ASSERT( !sListStyleDefaultListId.isEmpty(),
+ SAL_WARN_IF( sListStyleDefaultListId.isEmpty(), "xmloff",
"no default list id found at numbering rules instance. Serious defect." );
}
}