diff options
author | Tibor Nagy <nagy.tibor2@nisz.hu> | 2022-11-24 14:51:55 +0100 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2022-11-29 18:15:11 +0100 |
commit | bfe33d42a2381bce194cc6fe15b830902f7c8443 (patch) | |
tree | cd20b49ff4f7f37f63c1492570be7ca4c62382f8 /sd/source | |
parent | 160689897cd5d46be0b4b1bdf67242d42bb72598 (diff) |
tdf#152186 PPTX export: fix shadow of the shape in theme
Placeholder line styles defined extra effectStyle, resulting
bad export with shadows.
Follow-up to commit 25e9766e9b87342b6f1b29dc146d5f33e12157a7
(tdf#92222 PPTX export: fix line width of the shape in theme)
Change-Id: I02f1edea84b50dbb9b0e0a59b6062a29894afde4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143233
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/filter/eppt/pptx-epptooxml.cxx | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx b/sd/source/filter/eppt/pptx-epptooxml.cxx index a9edd475aeff..842c7944d0c3 100644 --- a/sd/source/filter/eppt/pptx-epptooxml.cxx +++ b/sd/source/filter/eppt/pptx-epptooxml.cxx @@ -2035,22 +2035,10 @@ ShapeExport& PowerPointShapeExport::WritePlaceholderReferenceTextBody( </a:lnStyleLst>\ <a:effectStyleLst>\ <a:effectStyle>\ - <a:effectLst>\ - <a:outerShdw blurRad=\"40000\" dist=\"20000\" dir=\"5400000\" rotWithShape=\"0\">\ - <a:srgbClr val=\"000000\">\ - <a:alpha val=\"38000\"/>\ - </a:srgbClr>\ - </a:outerShdw>\ - </a:effectLst>\ + <a:effectLst/>\ </a:effectStyle>\ <a:effectStyle>\ - <a:effectLst>\ - <a:outerShdw blurRad=\"40000\" dist=\"23000\" dir=\"5400000\" rotWithShape=\"0\">\ - <a:srgbClr val=\"000000\">\ - <a:alpha val=\"35000\"/>\ - </a:srgbClr>\ - </a:outerShdw>\ - </a:effectLst>\ + <a:effectLst/>\ </a:effectStyle>\ <a:effectStyle>\ <a:effectLst>\ |