<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#c10">Comment # 10</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>A little history lesson, using ooxmlexport's <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Tab stops incorrectly indented by 5cm when it's 0cm in MS Word"
   href="show_bug.cgi?id=95376">tdf95376</a>.docx, looking at the
Paragraph style Bullet (parent style Plain Text).
Back in LO 3.6, numbering was not imported. Then it switched to "Outline
Numbering" likely due to fixing an exception related to the string of patches
starting with commit fb68711fc3fbab99e47cc94f5abd27b1425bc468 by Author: Lubo?
Lu?ák on Thu Apr 5 13:57:05 2012 +0200

That was quickly fixed to set the numbering style to WWNum1 by commit
042da092165eea856596db5ba5f18ea1273b88eb Author: Lubo? Lu?ák on Wed May 2
17:40:10 2012 +0200
    finish handling of w:pStyle in numbering (bnc#751028)

But I think the premise is ALL WRONG here.  w:pStyle should have nothing to do
with assigning this numbering style to a paragraph style. It just means that
you get certain properties from that style. (see ListLevel::AddParaProperties)

This ought to come from NumPr_numId - where the style assigns itself to a
nonAbstract numbering list. So I think the real question is why isn't this
working?</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>