summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2024-03-07 10:47:58 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2024-03-07 16:55:13 +0100
commite35e76924d6e08e5eb5a0742ab6a6c567dce71b8 (patch)
tree9e3fd4e669cf61beeb329f434eae98e66409cb7c
parent4a30c919373940025024442d9607da06258bb552 (diff)
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 <xiscofauli@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
-rw-r--r--sw/CppunitTest_sw_ooxmlexport21.mk4
-rw-r--r--sw/qa/extras/ooxmlexport/data/tdf159207_footerFramePrBorder.docxbin17262 -> 17255 bytes
2 files changed, 4 insertions, 0 deletions
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
--- a/sw/qa/extras/ooxmlexport/data/tdf159207_footerFramePrBorder.docx
+++ b/sw/qa/extras/ooxmlexport/data/tdf159207_footerFramePrBorder.docx
Binary files differ