summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLSectionFootnoteConfigExport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLSectionFootnoteConfigExport.cxx')
-rw-r--r--xmloff/source/text/XMLSectionFootnoteConfigExport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLSectionFootnoteConfigExport.cxx b/xmloff/source/text/XMLSectionFootnoteConfigExport.cxx
index 2248f612ae82..4d2e3b21b866 100644
--- a/xmloff/source/text/XMLSectionFootnoteConfigExport.cxx
+++ b/xmloff/source/text/XMLSectionFootnoteConfigExport.cxx
@@ -89,7 +89,7 @@ void XMLSectionFootnoteConfigExport::exportXML(
rState.maValue >>= sNumSuffix;
break;
case CTF_SECTION_FOOTNOTE_END:
- DBG_ASSERT( i == nIdx,
+ SAL_WARN_IF( i != nIdx, "xmloff",
"received wrong property state index" );
rState.maValue >>= bEnd;
break;
@@ -118,7 +118,7 @@ void XMLSectionFootnoteConfigExport::exportXML(
rState.maValue >>= sNumSuffix;
break;
case CTF_SECTION_ENDNOTE_END:
- DBG_ASSERT( i == nIdx,
+ SAL_WARN_IF( i != nIdx, "xmloff",
"received wrong property state index" );
rState.maValue >>= bEnd;
break;