https://bugs.documentfoundation.org/show_bug.cgi?id=123705

--- Comment #4 from Julien Nabet <[email protected]> ---
Considering
https://opengrok.libreoffice.org/xref/core/sw/source/filter/ww8/docxattributeoutput.cxx?r=167d4a99#2458
which clears:
- m_pFontsAttrList
- m_pEastAsianLayoutAttrList
- m_pCharLangAttrList
but also m_pColorAttrList

I wonder we shouldn't add in sw/source/filter/ww8/docxattributeoutput.cxx#2930
these lines:
rtl::Reference<sax_fastparser::FastAttributeList>
pColorAttrList_Original(m_pColorAttrList);
m_pColorAttrList.clear();

then:
m_pColorAttrList = pColorAttrList_Original;

I'll test this tonight.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to