CppunitTest_sw_ooxml_theme_export: turn on set_non_application_font_use
Similar to commit dc4d7500c9
(Fix
CppunitTest_sd_import_tests-smartart non_application_font_use,
2023-10-23), though this one didn't find any problems.
Change-Id: I50a385fc16ab494d41cb1cf447f33c3bc7980c96
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163109
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
This commit is contained in:
parent
6446d3e124
commit
5bf2372a7b
1 changed files with 4 additions and 0 deletions
|
@ -50,4 +50,8 @@ $(eval $(call gb_CppunitTest_use_packages,sw_ooxml_theme_export,\
|
|||
oox_generated \
|
||||
))
|
||||
|
||||
ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
|
||||
$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_ooxml_theme_export,abort))
|
||||
endif
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
|
Loading…
Reference in a new issue