From b3c0163f00eeabf07e0ac5e00abe38b738bc5b08 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 18 Jan 2024 08:23:53 +0100 Subject: [PATCH] CppunitTest_sw_uibase_dialog: turn on set_non_application_font_use Similar to commit dc4d7500c9d283e26d1553ce11366a217cf1f69d (Fix CppunitTest_sd_import_tests-smartart non_application_font_use, 2023-10-23). Change-Id: I0af13caebda4308e75caad4515d585ea0d86d5a1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162235 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- sw/CppunitTest_sw_uibase_dialog.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sw/CppunitTest_sw_uibase_dialog.mk b/sw/CppunitTest_sw_uibase_dialog.mk index eaecfc5abeb6..1f6f93543cf4 100644 --- a/sw/CppunitTest_sw_uibase_dialog.mk +++ b/sw/CppunitTest_sw_uibase_dialog.mk @@ -73,4 +73,8 @@ $(eval $(call gb_CppunitTest_use_uiconfigs,sw_uibase_dialog, \ $(eval $(call gb_CppunitTest_use_more_fonts,sw_uibase_dialog)) +ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),) +$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_uibase_dialog,abort)) +endif + # vim: set noet sw=4 ts=4: