diff --git a/sw/CppunitTest_sw_ooxmlexport21.mk b/sw/CppunitTest_sw_ooxmlexport21.mk index ba3d2c441f17..0ee06975f512 100644 --- a/sw/CppunitTest_sw_ooxmlexport21.mk +++ b/sw/CppunitTest_sw_ooxmlexport21.mk @@ -15,4 +15,8 @@ $(eval $(call gb_CppunitTest_use_custom_headers,sw_ooxmlexport21,\ officecfg/registry \ )) +ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),) +$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_ooxmlexport21,abort)) +endif + # vim: set noet sw=4 ts=4: diff --git a/sw/qa/extras/ooxmlexport/data/tdf159207_footerFramePrBorder.docx b/sw/qa/extras/ooxmlexport/data/tdf159207_footerFramePrBorder.docx index 7a4c54cc5c75..f5c5027c9987 100644 Binary files a/sw/qa/extras/ooxmlexport/data/tdf159207_footerFramePrBorder.docx and b/sw/qa/extras/ooxmlexport/data/tdf159207_footerFramePrBorder.docx differ