do-not-ABORT_ON_NON_APPLICATION_FONT_USE
authorDebian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Mon, 1 Apr 2024 09:05:27 +0000 (11:05 +0200)
committerRene Engelhard <rene@debian.org>
Mon, 1 Apr 2024 09:05:27 +0000 (11:05 +0200)
Gbp-Pq: Name do-not-ABORT_ON_NON_APPLICATION_FONT_USE.diff

sw/CppunitTest_sw_core_layout.mk
sw/layoutwriter_setup.mk

index d95d2b59327e67972fb63f24c59f8a2c8852ebbe..3a15f1b653cc5abfaa661e457563352b594a5a29 100644 (file)
@@ -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:
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