From: Debian LibreOffice Maintainers Date: Sun, 5 Feb 2023 17:40:59 +0000 (+0000) Subject: do-not-ABORT_ON_NON_APPLICATION_FONT_USE X-Git-Tag: archive/raspbian/4%7.4.5-2+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e6d1b31f0ffc1f7cba73449b7e775dc116e16d61;p=libreoffice.git do-not-ABORT_ON_NON_APPLICATION_FONT_USE Gbp-Pq: Name do-not-ABORT_ON_NON_APPLICATION_FONT_USE.diff --- 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