<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 - FILESAVE: Missing <Default> tags in [Content_Types].xml make OOXML not compatible with Windows Phone"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=50090">bug 50090</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>philipz85@hotmail.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Version</td>
           <td>3.5.3 release
           </td>
           <td>Inherited From OOo
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Blocks</td>
           <td>
                
           </td>
           <td>104520
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>OpenXML: Windows Phone compatibility
           </td>
           <td>FILESAVE: Missing <Default> tags in [Content_Types].xml make OOXML not compatible with Windows Phone
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Whiteboard</td>
           <td>needsWindowsPhone
           </td>
           <td>needsWindowsPhone interoperability
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE: Missing <Default> tags in [Content_Types].xml make OOXML not compatible with Windows Phone"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=50090#c32">Comment # 32</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE: Missing <Default> tags in [Content_Types].xml make OOXML not compatible with Windows Phone"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=50090">bug 50090</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>(In reply to lesnikowski from <a href="show_bug.cgi?id=50090#c31">comment #31</a>)
<span class="quote">> This works:
> <Default
> ContentType="application/vnd.openxmlformats-package.relationships+xml"
> Extension="rels"/>
> <Override PartName="/_rels/.rels"
> ContentType="application/vnd.openxmlformats-package.relationships+xml"/>
> <Override PartName="/word/_rels/document.xml.rels"
> ContentType="application/vnd.openxmlformats-package.relationships+xml"/></span >

Thanks for tracking the issue down, as it would be impossible for us to do it
without a windows phone device.

So <Default> tags in /[Content_Types].xml are to mention the default file
extension of each content type used in the ooxml file and LO doesnt output
these tags.

<Types ...>
  <Default Extension="png" ContentType="image/png" />
  <Default Extension="jpeg" ContentType="image/jpeg" />
  <Default Extension="rels"
ContentType="application/vnd.openxmlformats-package.relationships+xml" />
  <Default Extension="xml" ContentType="application/xml" />
  <Default Extension="jpg" ContentType="image/jpeg" />
  <Override ... />
</Types></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] DOCX (OOXML) bug tracker"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=104520">Bug 104520</a>] [META] DOCX (OOXML) bug tracker
              </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>