<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - After save a DOCX file, it gives a error when it try to be open"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123705#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - After save a DOCX file, it gives a error when it try to be open"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123705">bug 123705</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>Considering
<a href="https://opengrok.libreoffice.org/xref/core/sw/source/filter/ww8/docxattributeoutput.cxx?r=167d4a99#2458">https://opengrok.libreoffice.org/xref/core/sw/source/filter/ww8/docxattributeoutput.cxx?r=167d4a99#2458</a>
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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>