sw/CppunitTest_sw_uibase_dochdl.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 2221ca74ecec97f3266dcddd2f257cb7fbc132d0
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Thu Mar 7 08:16:39 2024 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Thu Mar 7 10:16:51 2024 +0100

    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 <vmik...@collabora.com>
    Tested-by: Jenkins

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:

Reply via email to