sw/CppunitTest_sw_txtexport.mk   |    2 ++
 sw/CppunitTest_sw_txtimport.mk   |    2 ++
 sw/CppunitTest_sw_uwriter.mk     |    2 ++
 sw/CppunitTest_sw_xhtmlexport.mk |    2 ++
 4 files changed, 8 insertions(+)

New commits:
commit 85852ad0d96bfd71413aef94edc1b6e2e6052e1a
Author:     Miklos Vajna <[email protected]>
AuthorDate: Wed Nov 22 20:07:25 2023 +0100
Commit:     Miklos Vajna <[email protected]>
CommitDate: Thu Nov 23 08:23:38 2023 +0100

    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 <[email protected]>

diff --git a/sw/CppunitTest_sw_txtexport.mk b/sw/CppunitTest_sw_txtexport.mk
index 45b831a67c3d..c0e716a9ccdc 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 dfd464b11175..fc9955eb596d 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 40e6db025fc6..80bf14a8195c 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 44c9018bf706..b9532c69bf13 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:

Reply via email to