<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:philipz85@hotmail.com" title="Yousuf Philips (jay) <philipz85@hotmail.com>"> <span class="fn">Yousuf Philips (jay)</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX Strict missing last page with 2 frames"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=82064">bug 82064</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>jluth@mail.com, mikekaganski@hotmail.com, vmiklos@collabora.co.uk
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Blocks</td>
           <td>
                
           </td>
           <td>104442
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX Strict missing last page with 2 frames"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=82064#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX Strict missing last page with 2 frames"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=82064">bug 82064</a>
              from <span class="vcard"><a class="email" href="mailto:philipz85@hotmail.com" title="Yousuf Philips (jay) <philipz85@hotmail.com>"> <span class="fn">Yousuf Philips (jay)</span></a>
</span></b>
        <pre>If i compare the transitional and strict xml, transitional has xml like this
for the 2 frames

<w:r>
  <w:rPr>
  <mc:AlternateContent>
    <mc:Choice Requires="wps">
      <w:drawing>
    </mc:Choice>
    <mc:Fallback xmlns:w15="...">
      <w:pict>
    </mc:Fallback>
  </mc:AlternateContent>
</w:r>

while strict only has these

<w:r>
  <w:rPr>
  <w:drawing>
</w:r>

and after a bit of digging, i think that LO does support the <wp:wsp> tag found
under the <w:drawing> tag, like so, as it does support the <pic:pic> tag when
its in its place.

<w:drawing>
 <wp:anchor ...>
   <a:graphic ...>
     <a:graphicData ...>
       <wp:wsp>
         <wp:cNvSpPr ...>
         <wp:spPr ...>
         <wp:txbx>
         <wp:bodyPr ...>
       </wp:wsp>
     </a:graphicData>
   </a:graphic>
 </wp:anchor>
</w:drawing>

@Justin, @Mike, @Miklos: Any thoughts?</pre>
        </div>
      </p>

        <div id="referenced">
          <hr style="border: 1px dashed #969696">
          <b>Referenced Bugs:</b>
          <ul>
              <li>
                [<a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [META] OOXML shape (DrawingML and VML) related issues"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=104442">Bug 104442</a>] [META] OOXML shape (DrawingML and VML) related issues
              </li>
          </ul>
        </div>
        <br>

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

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