https://bugs.documentfoundation.org/show_bug.cgi?id=167113
Bug ID: 167113
Summary: The color transformation "hueOff" is not properly
supported in roundtrip oox->odf->oox
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
Created attachment 201356
--> https://bugs.documentfoundation.org/attachment.cgi?id=201356&action=edit
Shapes after converting from a SmartArt
Open attachment 183398 from bug 151882. Save the document to odt-Format. Reopen
the saved document and save to docx-Format. Open this one. The colors of the
shapes are lost.
The same happens if the SmartArt is used in PowerPoint. And the same happens,
if not a SmartArt is used, but the SmartArt is converted to a group of ordinary
shapes by MS Office. That is done in the attachment.
The problem is, that the SmartArt generates the different colors by an element
"hueOff". This color transformation is kept, when MS Office converts the
SmartArt to ordinary shapes. When importing, the color transformation is
evaluated, so that the shapes get the correct color. But when saving to an
ODF-Format the "hueOff" color transformation is not written to file. When
reopened and saved to an oox-Format, the shapes get correctly a schemeClr
element in its solidFill element, but the "hueOff" color transformation is
missing.
--
You are receiving this mail because:
You are the assignee for the bug.