From 5b59d0b92f388a4c9e54f16a0716cece7a587bb6 Mon Sep 17 00:00:00 2001 From: Justin Luth Date: Mon, 12 Apr 2021 17:15:57 +0200 Subject: 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 --- sw/source/filter/ww8/docxattributeoutput.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/source/filter') 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 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' -- cgit v1.2.3