sw/CppunitTest_sw_ww8export4.mk | 4 ++++ sw/qa/extras/ww8export/data/tdf77964.doc |binary sw/qa/extras/ww8export/data/tdf90408B.doc |binary 3 files changed, 4 insertions(+)
New commits: commit f9193529556f8db8dcb4095f685ac32cbff13fd0 Author: Miklos Vajna <[email protected]> AuthorDate: Thu Feb 15 08:10:40 2024 +0100 Commit: Miklos Vajna <[email protected]> CommitDate: Thu Feb 15 17:36:15 2024 +0100 CppunitTest_sw_ww8export4: 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/extras/ww8export/data/tdf77964.doc: 微软雅黑 -> Liberation Sans - sw/qa/extras/ww8export/data/tdf90408B.doc: Times New Roman -> Liberation Serif Change-Id: I08ebe00c4cedf4e755f8d634ce089ac3b9bb5f05 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163420 Reviewed-by: Miklos Vajna <[email protected]> Tested-by: Jenkins diff --git a/sw/CppunitTest_sw_ww8export4.mk b/sw/CppunitTest_sw_ww8export4.mk index 47ac483ba688..1d3d2c247cab 100644 --- a/sw/CppunitTest_sw_ww8export4.mk +++ b/sw/CppunitTest_sw_ww8export4.mk @@ -11,4 +11,8 @@ $(eval $(call sw_ww8export_test,4)) +ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),) +$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_ww8export4,abort)) +endif + # vim: set noet sw=4 ts=4: diff --git a/sw/qa/extras/ww8export/data/tdf77964.doc b/sw/qa/extras/ww8export/data/tdf77964.doc index 6ef50ab15834..2b36036b97b3 100644 Binary files a/sw/qa/extras/ww8export/data/tdf77964.doc and b/sw/qa/extras/ww8export/data/tdf77964.doc differ diff --git a/sw/qa/extras/ww8export/data/tdf90408B.doc b/sw/qa/extras/ww8export/data/tdf90408B.doc index d0e0df59a6b9..17b210a0bc85 100644 Binary files a/sw/qa/extras/ww8export/data/tdf90408B.doc and b/sw/qa/extras/ww8export/data/tdf90408B.doc differ
