<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOC/DOCX/RTF. Wrong last page style (also present at copy/paste of the document)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=139273#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOC/DOCX/RTF. Wrong last page style (also present at copy/paste of the document)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=139273">bug 139273</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 big difference is in sw/source/core/doc/docftn.cxx's SetEndNoteInfo when
   if( GetEndNoteInfo() == rInfo )
       return;
when nNumType = SVX_NUM_ROMAN_LOWER, so there is nothing to do since it already
matches the default. Otherwise it lcl_PutStdPageSizeIntoItemSet into the
Endnote page style - based off of the default page style.

The problem is that this is happening too early - before the default page style
has been updated with the DOCX parameters. So obviously the fix is to delay
::LN_CT_NumFmt_val, but how... And where is def page style getting updated?
(Well, the updating would happen in the first 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>