<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: Five page style generated on import from DOCX (only 1 with DOC)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=136706#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: Five page style generated on import from DOCX (only 1 with DOC)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=136706">bug 136706</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>(In reply to Justin L from <a href="show_bug.cgi?id=136706#c3">comment #3</a>)
<span class="quote">> It looks like two extra page styles are created for every "footnote
> section". That ought to be unnecessary.</span >

Thanks to Michael Stahl's 7.0 change it ought to be possible to ignore footnote
sections for closeSectionGroup:
 if (m_aPropertyStacks[eId].size() == 1) // <a class="bz_bug_link 
          bz_status_VERIFIED  bz_closed"
   title="VERIFIED FIXED - FILEOPEN: DOCX thesis template with empty header"
   href="show_bug.cgi?id=112202">bug 112202</a> only top level !!!
            m_pLastSectionContext = m_aPropertyStacks[eId].top();


Perhaps it would be possible to skip this function altogether for comments and
footnotes.  (Michael already in that commit excluded comments from most of the
code in closeSectionGroup).</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>