sw/CppunitTest_sw_ooxmlexport21.mk                               |    4 ++++
 sw/qa/extras/ooxmlexport/data/tdf159207_footerFramePrBorder.docx |binary
 2 files changed, 4 insertions(+)

New commits:
commit e35e76924d6e08e5eb5a0742ab6a6c567dce71b8
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Thu Mar 7 10:47:58 2024 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Thu Mar 7 16:55:13 2024 +0100

    CppunitTest_sw_ooxmlexport21:  turn on set_non_application_font_use
    
    Using bin/replace_missing_fonts.sh
    Replacing 'Garamond' with 'Noto Serif' in 
sw/qa/extras/ooxmlexport/data/tdf159207_footerFramePrBorder.docx
    Replacing 'Segoe UI' with 'Noto Sans' in 
sw/qa/extras/ooxmlexport/data/tdf159207_footerFramePrBorder.docx
    
    Change-Id: I222a6f2683d616b1f3e6bf1beca83df5dd03e8f1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164524
    Tested-by: Xisco Fauli <xiscofa...@libreoffice.org>
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/sw/CppunitTest_sw_ooxmlexport21.mk 
b/sw/CppunitTest_sw_ooxmlexport21.mk
index ba3d2c441f17..0ee06975f512 100644
--- a/sw/CppunitTest_sw_ooxmlexport21.mk
+++ b/sw/CppunitTest_sw_ooxmlexport21.mk
@@ -15,4 +15,8 @@ $(eval $(call 
gb_CppunitTest_use_custom_headers,sw_ooxmlexport21,\
     officecfg/registry \
 ))
 
+ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
+$(eval $(call 
gb_CppunitTest_set_non_application_font_use,sw_ooxmlexport21,abort))
+endif
+
 # vim: set noet sw=4 ts=4:
diff --git a/sw/qa/extras/ooxmlexport/data/tdf159207_footerFramePrBorder.docx 
b/sw/qa/extras/ooxmlexport/data/tdf159207_footerFramePrBorder.docx
index 7a4c54cc5c75..f5c5027c9987 100644
Binary files a/sw/qa/extras/ooxmlexport/data/tdf159207_footerFramePrBorder.docx 
and b/sw/qa/extras/ooxmlexport/data/tdf159207_footerFramePrBorder.docx differ

Reply via email to