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

New commits:
commit b3c0163f00eeabf07e0ac5e00abe38b738bc5b08
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Thu Jan 18 08:23:53 2024 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Thu Jan 18 09:34:13 2024 +0100

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

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:

Reply via email to