sw/CppunitTest_sw_writerfilter_ooxml.mk                  |    4 ++++
 sw/qa/writerfilter/ooxml/data/recursive_header_rels.docx |binary
 2 files changed, 4 insertions(+)

New commits:
commit b49c6551fcdeb2ff9c965fcbe885344f5f108e59
Author:     Miklos Vajna <[email protected]>
AuthorDate: Thu Jun 20 16:46:52 2024 +0200
Commit:     Miklos Vajna <[email protected]>
CommitDate: Thu Jun 20 19:40:47 2024 +0200

    CppunitTest_sw_writerfilter_ooxml: turn on set_non_application_font_use
    
    Similar to commit dc4d7500c9d283e26d1553ce11366a217cf1f69d (Fix
    CppunitTest_sd_import_tests-smartart non_application_font_use,
    2023-10-23):
    
    - sw/qa/writerfilter/ooxml/data/recursive_header_rels.docx: Aptos ->
      Calibri
    
    Change-Id: I6bcf3f39861426f2e94d0d88e301007501636e1b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169283
    Reviewed-by: Miklos Vajna <[email protected]>
    Tested-by: Jenkins

diff --git a/sw/CppunitTest_sw_writerfilter_ooxml.mk 
b/sw/CppunitTest_sw_writerfilter_ooxml.mk
index d7faae578f4f..cfae3bc41a9f 100644
--- a/sw/CppunitTest_sw_writerfilter_ooxml.mk
+++ b/sw/CppunitTest_sw_writerfilter_ooxml.mk
@@ -51,4 +51,8 @@ $(eval $(call 
gb_CppunitTest_use_configuration,sw_writerfilter_ooxml))
 # by a link relation
 $(call gb_CppunitTest_get_target,sw_writerfilter_ooxml) : $(call 
gb_Library_get_target,sw_writerfilter)
 
+ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
+$(eval $(call 
gb_CppunitTest_set_non_application_font_use,sw_writerfilter_ooxml,abort))
+endif
+
 # vim: set noet sw=4 ts=4:
diff --git a/sw/qa/writerfilter/ooxml/data/recursive_header_rels.docx 
b/sw/qa/writerfilter/ooxml/data/recursive_header_rels.docx
index 8000760017ed..4d1d128d9312 100644
Binary files a/sw/qa/writerfilter/ooxml/data/recursive_header_rels.docx and 
b/sw/qa/writerfilter/ooxml/data/recursive_header_rels.docx differ

Reply via email to