do-not-ABORT_ON_NON_APPLICATION_FONT_USE
authorDebian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Wed, 9 Nov 2022 16:20:12 +0000 (16:20 +0000)
committerRene Engelhard <rene@debian.org>
Wed, 9 Nov 2022 16:20:12 +0000 (16:20 +0000)
Gbp-Pq: Name do-not-ABORT_ON_NON_APPLICATION_FONT_USE.diff

sw/CppunitTest_sw_core_layout.mk
sw/layoutwriter_setup.mk

index 80dc1530fdb3929afcc6a29be4ba1417f72d30a9..2cae001add538e31d9e78545480c586de6cc464f 100644 (file)
@@ -71,11 +71,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:
index 9d10fa9ac2c63947439237eefcc48a58a8380038..cd0d86b7f98c43e13bce7ddbfe09742593331fb7 100644 (file)
@@ -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