https://bugs.documentfoundation.org/show_bug.cgi?id=171536
Bug ID: 171536
Summary: SmartArt New, FILESAVE PPTX: Type is wrong for
drawing1.xml in [Content_Types].xml
Product: LibreOffice
Version: 26.8.0.0 alpha0+ master
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: low
Component: Impress
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Blocks: 106547
This is a problem in the new SmartArt implementation. Thus it needs
experimental features ON and environment variable
ACTIVATE_ADVANCED_DIAGRAM_FEATURES=1
Open attachment 206442 (from bug 171535). Change the text "One" to something
else and save as pptx.
Open the package of original and saved file and look at [Content_Types].xml
The original file has item
<Override PartName="/ppt/diagrams/drawing1.xml"
ContentType="application/vnd.ms-office.drawingml.diagramDrawing+xml"/>
The saved file has item
<Override PartName="/ppt/diagrams/drawing1.xml"
ContentType="application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml"/>
The effect of the wrong ContentType is, that the file cannot be opened by
"OpenXML SDK 2.5 Productivity Tool for Microsoft Office (build 2.5.5631.0)".
This tool can validate the structure of OOXML files.
Referenced Bugs:
https://bugs.documentfoundation.org/show_bug.cgi?id=106547
[Bug 106547] [META] OOXML SmartArt bug tracker
--
You are receiving this mail because:
You are the assignee for the bug.