CppunitTest_sw_txtexport: turn on gb_CppunitTest_set_non_application_font_use

And the same for 3 other tests.

Similar to commit dc4d7500c9d283e26d1553ce11366a217cf1f69d (Fix
CppunitTest_sd_import_tests-smartart non_application_font_use,
2023-10-23), though this didn't find anything so far.

Change-Id: Iceed164c7c171daad2dd20d4e5d809ed05d9ead9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159837
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
diff --git a/sw/CppunitTest_sw_txtexport.mk b/sw/CppunitTest_sw_txtexport.mk
index 45b831a..c0e716a 100644
--- a/sw/CppunitTest_sw_txtexport.mk
+++ b/sw/CppunitTest_sw_txtexport.mk
@@ -61,4 +61,6 @@ $(eval $(call gb_CppunitTest_use_rdb,sw_txtexport,services))

$(eval $(call gb_CppunitTest_use_configuration,sw_txtexport))

$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_txtexport,abort))

# vim: set noet sw=4 ts=4:
diff --git a/sw/CppunitTest_sw_txtimport.mk b/sw/CppunitTest_sw_txtimport.mk
index dfd464b..fc9955e 100644
--- a/sw/CppunitTest_sw_txtimport.mk
+++ b/sw/CppunitTest_sw_txtimport.mk
@@ -61,4 +61,6 @@ $(eval $(call gb_CppunitTest_use_rdb,sw_txtimport,services))

$(eval $(call gb_CppunitTest_use_configuration,sw_txtimport))

$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_txtimport,abort))

# vim: set noet sw=4 ts=4:
diff --git a/sw/CppunitTest_sw_uwriter.mk b/sw/CppunitTest_sw_uwriter.mk
index 40e6db0..80bf14a 100644
--- a/sw/CppunitTest_sw_uwriter.mk
+++ b/sw/CppunitTest_sw_uwriter.mk
@@ -108,4 +108,6 @@ $(eval $(call gb_CppunitTest_use_components,sw_uwriter,\

$(eval $(call gb_CppunitTest_use_configuration,sw_uwriter))

$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_uwriter,abort))

# vim: set noet sw=4 ts=4:
diff --git a/sw/CppunitTest_sw_xhtmlexport.mk b/sw/CppunitTest_sw_xhtmlexport.mk
index 44c9018..b9532c6 100644
--- a/sw/CppunitTest_sw_xhtmlexport.mk
+++ b/sw/CppunitTest_sw_xhtmlexport.mk
@@ -69,4 +69,6 @@ $(eval $(call gb_CppunitTest_use_uiconfigs,sw_xhtmlexport, \
    svx \
))

$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_xhtmlexport,abort))

# vim: set noet sw=4 ts=4: