https://bugs.documentfoundation.org/show_bug.cgi?id=50090

Yousuf Philips (jay) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
            Version|3.5.3 release               |Inherited From OOo
             Blocks|                            |104520
            Summary|OpenXML: Windows Phone      |FILESAVE: Missing <Default>
                   |compatibility               |tags in [Content_Types].xml
                   |                            |make OOXML not compatible
                   |                            |with Windows Phone
         Whiteboard|needsWindowsPhone           |needsWindowsPhone
                   |                            |interoperability

--- Comment #32 from Yousuf Philips (jay) <[email protected]> ---
(In reply to lesnikowski from comment #31)
> 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"/>

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>


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104520
[Bug 104520] [META] DOCX (OOXML) bug tracker
-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to