<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: ms word docx with styles that include bulleting / numbering loses bullet / number part of style in Writer"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131321#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: ms word docx with styles that include bulleting / numbering loses bullet / number part of style in Writer"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131321">bug 131321</a>
              from <span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span></b>
        <pre>The regression in LO 4.4 was from commit
e49d2b31fb2020d065b4ad940d1031d07b10f32b
Author:  Vinaya Mandke CommitDate: Tue Jun 10 09:57:45 2014 +0200
     fdo#78939 [DOCX] Hang while opening due to incorrect modification of Style

<a href="http://opengrok.libreoffice.org/xref/core/sw/source/core/unocore/unosett.cxx#1884">http://opengrok.libreoffice.org/xref/core/sw/source/core/unocore/unosett.cxx#1884</a>
modifies the referenced style of the numbering rule to use the current
numbering rule. Actually the referenced style is not supposed to be modified.
As the numbering level format only uses that properties particular style, which
may or may not be a numbering style.
    For this Particular document the numbering format refers the "Default
Style" (Normal). Almost all of the styles in style.xml are based on it. Normal
was modified, and as a result the whole document was bulletized; Which caused
the hang while opening.

Removed the addition of style as a PARA_STYLE, as the properties of the
referenced style are already added in ListLevel::AddParaProperties
   Reviewed on: <a href="https://gerrit.libreoffice.org/9668">https://gerrit.libreoffice.org/9668</a></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>