From 8678006449145513de75f8532bc50c8fc9661ba6 Mon Sep 17 00:00:00 2001 From: Debian LibreOffice Maintainers Date: Mon, 22 May 2023 17:00:45 +0100 Subject: [PATCH] do-not-ABORT_ON_NON_APPLICATION_FONT_USE Gbp-Pq: Name do-not-ABORT_ON_NON_APPLICATION_FONT_USE.diff --- sw/CppunitTest_sw_core_layout.mk | 5 ----- sw/layoutwriter_setup.mk | 5 ----- 2 files changed, 10 deletions(-) diff --git a/sw/CppunitTest_sw_core_layout.mk b/sw/CppunitTest_sw_core_layout.mk index d95d2b59327..3a15f1b653c 100644 --- a/sw/CppunitTest_sw_core_layout.mk +++ b/sw/CppunitTest_sw_core_layout.mk @@ -72,11 +72,6 @@ $(eval $(call gb_CppunitTest_use_uiconfigs,sw_core_layout, \ svx \ )) -# assert if font/glyph fallback occurs -$(call gb_CppunitTest_get_target,sw_core_layout): \ - EXTRA_ENV_VARS := \ - SAL_ABORT_ON_NON_APPLICATION_FONT_USE=1 - $(eval $(call gb_CppunitTest_use_more_fonts,sw_core_layout)) # vim: set noet sw=4 ts=4: diff --git a/sw/layoutwriter_setup.mk b/sw/layoutwriter_setup.mk index 9d10fa9ac2c..cd0d86b7f98 100644 --- a/sw/layoutwriter_setup.mk +++ b/sw/layoutwriter_setup.mk @@ -82,11 +82,6 @@ $(eval $(call gb_CppunitTest_use_uiconfigs,sw_layoutwriter$(1), \ $(call gb_CppunitTest_get_target,sw_layoutwriter$(1)): \ $(call gb_Library_get_target,textconv_dict) -# assert if font/glyph fallback occurs -$(call gb_CppunitTest_get_target,sw_layoutwriter$(1)): \ - EXTRA_ENV_VARS := \ - SAL_ABORT_ON_NON_APPLICATION_FONT_USE=1 - $(eval $(call gb_CppunitTest_use_more_fonts,sw_layoutwriter$(1))) endef -- 2.30.2