From 2221ca74ecec97f3266dcddd2f257cb7fbc132d0 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 7 Mar 2024 08:16:39 +0100 Subject: [PATCH] CppunitTest_sw_uibase_dochdl: 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: I5e189764dd8a72d4eff021a2430b480db24f3341 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164519 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- sw/CppunitTest_sw_uibase_dochdl.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sw/CppunitTest_sw_uibase_dochdl.mk b/sw/CppunitTest_sw_uibase_dochdl.mk index 581eb1d68d7b..2b56f7a68ed4 100644 --- a/sw/CppunitTest_sw_uibase_dochdl.mk +++ b/sw/CppunitTest_sw_uibase_dochdl.mk @@ -73,4 +73,8 @@ $(eval $(call gb_CppunitTest_use_uiconfigs,sw_uibase_dochdl, \ $(eval $(call gb_CppunitTest_use_more_fonts,sw_uibase_dochdl)) +ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),) +$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_uibase_dochdl,abort)) +endif + # vim: set noet sw=4 ts=4: