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

New commits:
commit 5bf2372a7be31e905e28fd81796ccaf5e35f6366
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Thu Feb 8 08:21:31 2024 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Thu Feb 8 13:11:51 2024 +0100

    CppunitTest_sw_ooxml_theme_export: 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: I50a385fc16ab494d41cb1cf447f33c3bc7980c96
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163109
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/CppunitTest_sw_ooxml_theme_export.mk 
b/sw/CppunitTest_sw_ooxml_theme_export.mk
index 8e4f94fc5cc6..372024309f03 100644
--- a/sw/CppunitTest_sw_ooxml_theme_export.mk
+++ b/sw/CppunitTest_sw_ooxml_theme_export.mk
@@ -50,4 +50,8 @@ $(eval $(call 
gb_CppunitTest_use_packages,sw_ooxml_theme_export,\
        oox_generated \
 ))
 
+ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
+$(eval $(call 
gb_CppunitTest_set_non_application_font_use,sw_ooxml_theme_export,abort))
+endif
+
 # vim: set noet sw=4 ts=4:

Reply via email to