sw/CppunitTest_sw_uibase_shells.mk | 4 ++++ sw/qa/uibase/shells/data/ole-preview-update.odt |binary 2 files changed, 4 insertions(+)
New commits: commit d890c27b670aa2fcd06a40021ddf6a5b44714a49 Author: Miklos Vajna <[email protected]> AuthorDate: Thu Apr 11 07:27:47 2024 +0100 Commit: Miklos Vajna <[email protected]> CommitDate: Thu Apr 11 09:48:23 2024 +0200 CppunitTest_sw_uibase_shells: turn on set_non_application_font_use Similar to commit dc4d7500c9d283e26d1553ce11366a217cf1f69d (Fix CppunitTest_sd_import_tests-smartart non_application_font_use, 2023-10-23), got rid of 'MS 明朝' as suggested by the failing assert. Change-Id: I24dcf0bffa8c213f776c0483d53fdee64ff7a413 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165982 Reviewed-by: Miklos Vajna <[email protected]> Tested-by: Jenkins diff --git a/sw/CppunitTest_sw_uibase_shells.mk b/sw/CppunitTest_sw_uibase_shells.mk index 2affe0205e7d..f60af48c25f5 100644 --- a/sw/CppunitTest_sw_uibase_shells.mk +++ b/sw/CppunitTest_sw_uibase_shells.mk @@ -75,4 +75,8 @@ $(eval $(call gb_CppunitTest_use_uiconfigs,sw_uibase_shells, \ $(eval $(call gb_CppunitTest_use_more_fonts,sw_uibase_shells)) +ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),) +$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_uibase_shells,abort)) +endif + # vim: set noet sw=4 ts=4: diff --git a/sw/qa/uibase/shells/data/ole-preview-update.odt b/sw/qa/uibase/shells/data/ole-preview-update.odt index 3fd4d264628e..2620410ff1fe 100644 Binary files a/sw/qa/uibase/shells/data/ole-preview-update.odt and b/sw/qa/uibase/shells/data/ole-preview-update.odt differ
