https://bugs.documentfoundation.org/show_bug.cgi?id=171508
Bug ID: 171508
Summary: FILEOPEN PPTX: theme placeholder color (phClr) not
passed to effect properties, shadow colors wrong
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: Impress
Assignee: [email protected]
Reporter: [email protected]
When importing PPTX files that use theme effect style references with
placeholder colors (phClr), the shadow color is not resolved correctly. The
EffectProperties::pushToPropMap() method does not receive the placeholder color
from the theme's effect style reference, so shadows that should use the themed
color instead get the wrong color (typically transparent/default).
The fix is to pass the phClr value from the effect style reference through to
EffectProperties::pushToPropMap(), similar to how fill properties already
handle phClr.
Steps to reproduce:
1. Create a PPTX in PowerPoint with shapes that use a theme with effect style
references containing phClr-based shadow colors
2. Open in LibreOffice Impress
3. Shadow colors do not match the original
Expected: Shadow colors should match PowerPoint rendering
Actual: Shadow colors are wrong because phClr is not resolved
--
You are receiving this mail because:
You are the assignee for the bug.