CppunitTest_sw_writerfilter_ooxml: 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/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 <vmiklos@collabora.com>
Tested-by: Jenkins
This commit is contained in:
parent
431e3d8a52
commit
b49c6551fc
2 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue