sw/CppunitTest_sw_uibase_fldui.mk | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 7eade23bc642ef7270a24cfbc25761fc413170c8 Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Thu Feb 1 08:16:08 2024 +0100 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Thu Feb 1 09:59:14 2024 +0100 CppunitTest_sw_uibase_fldui: 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: Idcd186358d20321753dac9cb899aa887aa4a3430 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162863 Reviewed-by: Miklos Vajna <vmik...@collabora.com> Tested-by: Jenkins diff --git a/sw/CppunitTest_sw_uibase_fldui.mk b/sw/CppunitTest_sw_uibase_fldui.mk index 689b9c3581c6..4939578d4ec5 100644 --- a/sw/CppunitTest_sw_uibase_fldui.mk +++ b/sw/CppunitTest_sw_uibase_fldui.mk @@ -72,4 +72,8 @@ $(eval $(call gb_CppunitTest_use_uiconfigs,sw_uibase_fldui, \ $(eval $(call gb_CppunitTest_use_more_fonts,sw_uibase_fldui)) +ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),) +$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_uibase_fldui,abort)) +endif + # vim: set noet sw=4 ts=4: