summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2024-02-08 08:21:31 +0100
committerMiklos Vajna <vmiklos@collabora.com>2024-02-08 13:11:51 +0100
commit5bf2372a7be31e905e28fd81796ccaf5e35f6366 (patch)
tree592c2dc31580e8a02ed7d9a697aaa7378b862531
parent6446d3e12440be39e6b55f8749038061a1b240da (diff)
CppunitTest_sw_ooxml_theme_export: turn on set_non_application_font_use
Similar to commit dc4d7500c9d283e26d1553ce11366a217cf1f69d (Fix CppunitTest_sd_import_tests-smartart non_application_font_use, 2023-10-23), though this one didn't find any problems. Change-Id: I50a385fc16ab494d41cb1cf447f33c3bc7980c96 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163109 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
-rw-r--r--sw/CppunitTest_sw_ooxml_theme_export.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_ooxml_theme_export.mk b/sw/CppunitTest_sw_ooxml_theme_export.mk
index 8e4f94fc5cc6..372024309f03 100644
--- a/sw/CppunitTest_sw_ooxml_theme_export.mk
+++ b/sw/CppunitTest_sw_ooxml_theme_export.mk
@@ -50,4 +50,8 @@ $(eval $(call gb_CppunitTest_use_packages,sw_ooxml_theme_export,\
oox_generated \
))
+ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
+$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_ooxml_theme_export,abort))
+endif
+
# vim: set noet sw=4 ts=4: