From bfe33d42a2381bce194cc6fe15b830902f7c8443 Mon Sep 17 00:00:00 2001 From: Tibor Nagy Date: Thu, 24 Nov 2022 14:51:55 +0100 Subject: tdf#152186 PPTX export: fix shadow of the shape in theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: László Németh --- sd/source/filter/eppt/pptx-epptooxml.cxx | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'sd/source') 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( \ \ \ - \ - \ - \ - \ - \ - \ - \ + \ \ \ - \ - \ - \ - \ - \ - \ - \ + \ \ \ \ -- cgit