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

New commits:
commit 798c2a352d1d96502b3988c9f29e41a211810657
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Thu Dec 21 13:31:40 2023 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Thu Dec 21 15:25:45 2023 +0100

    CppunitTest_sw_uiwriter9: avoid external fonts
    
    Change-Id: Ieb890a0e2ceebbd81977069cf0813e746e38c835
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161121
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/sw/CppunitTest_sw_uiwriter9.mk b/sw/CppunitTest_sw_uiwriter9.mk
index 6b770c4d20da..2502433b83bf 100644
--- a/sw/CppunitTest_sw_uiwriter9.mk
+++ b/sw/CppunitTest_sw_uiwriter9.mk
@@ -11,4 +11,8 @@
 
 $(eval $(call sw_uiwriter_test,9))
 
+ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
+$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_uiwriter9,abort))
+endif
+
 # vim: set noet sw=4 ts=4:

Reply via email to