[Libreoffice-commits] core.git: sw/source

Justin Luth (via logerrit) logerrit at kemper.freedesktop.org
Mon Apr 12 18:30:08 UTC 2021


 sw/source/filter/ww8/docxattributeoutput.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 5b59d0b92f388a4c9e54f16a0716cece7a587bb6
Author:     Justin Luth <justin.luth at collabora.com>
AuthorDate: Mon Apr 12 17:15:57 2021 +0200
Commit:     Justin Luth <justin_luth at sil.org>
CommitDate: Mon Apr 12 20:29:24 2021 +0200

    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 at sil.org>

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'


More information about the Libreoffice-commits mailing list