From e403d8416ade9aeaf86468a3e1413677026d9dce Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 20 Nov 2020 12:03:21 +0100 Subject: tdf#127086 PPT export: fix lost bitmap fill for OOXML custom shapes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PPT can't store an OOXML custom shape with fill bitmap, PowerPoint generates a fallback bitmap when saving to PPT. We used to keep the bitmap and loose the custom shape geometry, but that was changed with commit f4ba484183a1e7b9824f10580d633466c266828f (ooxml import: supprt cropping to shape, 2019-05-13). Fix the regression by going back to keeping the bitmap, a full fallback bitmap (ala PowerPoint), would be more work, taking e.g. blurry shadows (changing the shape position and size) into account. (cherry picked from commit 7032be2e9edd82dad2d67f1582aaa57676bda4a1) Change-Id: I7192f912077f2de026573855dbebbdf576e39ebc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106264 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sd/Module_sd.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sd/Module_sd.mk') diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk index d5c6b2ecab23..3da4952cc947 100644 --- a/sd/Module_sd.mk +++ b/sd/Module_sd.mk @@ -40,6 +40,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sd,\ CppunitTest_sd_html_export_tests \ CppunitTest_sd_activex_controls_tests \ CppunitTest_sd_pdf_import_test \ + CppunitTest_sd_filter_eppt \ )) endif -- cgit