summaryrefslogtreecommitdiff
path: root/sd/Module_sd.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-11-20 12:03:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-11-20 21:30:51 +0100
commite403d8416ade9aeaf86468a3e1413677026d9dce (patch)
tree070fd0f0f3d03bafc4869d7b7c01873097fbf0b1 /sd/Module_sd.mk
parentfb09c22a36b046e913a02e945acd9474e2128d76 (diff)
tdf#127086 PPT export: fix lost bitmap fill for OOXML custom shapes
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 <caolanm@redhat.com>
Diffstat (limited to 'sd/Module_sd.mk')
-rw-r--r--sd/Module_sd.mk1
1 files changed, 1 insertions, 0 deletions
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