summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJustin Luth <justin.luth@collabora.com>2021-04-12 17:15:57 +0200
committerJustin Luth <justin_luth@sil.org>2021-04-12 20:29:24 +0200
commit5b59d0b92f388a4c9e54f16a0716cece7a587bb6 (patch)
tree75a26c6d4e373330c6f2859d3c49a4902f18740f /sw
parent4627cac8e55e0789c23841c95d333815d4b44a09 (diff)
docxattributeoutput: cleanup assert that has served its purpose
tdf#114799. No examples ever found. Change-Id: Id4a87ed12c3f41da93227c8034911b701b256a7d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114014 Tested-by: Jenkins Reviewed-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx
index 4eccf564a100..a74e66fcec89 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -1234,7 +1234,6 @@ void DocxAttributeOutput::EndParagraphProperties(const SfxItemSet& rParagraphMar
rtl::Reference<sax_fastparser::FastAttributeList> pCharLangAttrList_Original(m_pCharLangAttrList);
m_pCharLangAttrList.clear();
- assert (!GetExport().GetCurItemSet() && "Information gathering: Changing CurItemSet and want to ensure that one doesn't already exist in some context that we unknowingly clobber. Known to clobber fake-ish TOX m_pChpIter - have to assume that is OK.");
lcl_writeParagraphMarkerProperties(*this, rParagraphMarkerProperties);
// Write the collected run properties that are stored in 'm_pFontsAttrList', 'm_pEastAsianLayoutAttrList', 'm_pCharLangAttrList'