CppunitTest_sw_ww8export4: turn on set_non_application_font_use

Similar to commit dc4d7500c9 (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 <vmiklos@collabora.com>
Tested-by: Jenkins
This commit is contained in:
Miklos Vajna 2024-02-15 08:10:40 +01:00
parent ff9be3fd30
commit f919352955
3 changed files with 4 additions and 0 deletions

View file

@ -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: