sw/CppunitTest_sw_ooxmllinks.mk | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 3aa7b8e722f1a5dd35247bba3497468b256fe22b Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Thu Feb 22 08:12:22 2024 +0100 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Thu Feb 22 09:19:33 2024 +0100 CppunitTest_sw_ooxmllinks: 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 didn't find anything. Change-Id: Ib9af88c31355cfa9848038b64cf36f0f29496b27 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163715 Reviewed-by: Miklos Vajna <vmik...@collabora.com> Tested-by: Jenkins diff --git a/sw/CppunitTest_sw_ooxmllinks.mk b/sw/CppunitTest_sw_ooxmllinks.mk index 79c1cfd1a000..9d84eea863b6 100644 --- a/sw/CppunitTest_sw_ooxmllinks.mk +++ b/sw/CppunitTest_sw_ooxmllinks.mk @@ -50,4 +50,8 @@ $(eval $(call gb_CppunitTest_use_custom_headers,sw_ooxmllinks,\ $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmllinks)) +ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),) +$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_ooxmllinks,abort)) +endif + # vim: set noet sw=4 ts=4: