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

--- Comment #31 from lesnikow...@gmail.com ---
It is still a problem on 4.2.5.2 and 5.1.0 and Windows Phone 8.1, Lumia 435.

It seems to me the problem is with this line in [Content_Types].xml:

This fails:
<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"/>

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"/>


Simply adding "<Default.." line makes the file 'correct' again.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to