diff --git a/sw/CppunitTest_sw_writerfilter_ooxml.mk b/sw/CppunitTest_sw_writerfilter_ooxml.mk index d7faae578f4f..cfae3bc41a9f 100644 --- a/sw/CppunitTest_sw_writerfilter_ooxml.mk +++ b/sw/CppunitTest_sw_writerfilter_ooxml.mk @@ -51,4 +51,8 @@ $(eval $(call gb_CppunitTest_use_configuration,sw_writerfilter_ooxml)) # by a link relation $(call gb_CppunitTest_get_target,sw_writerfilter_ooxml) : $(call gb_Library_get_target,sw_writerfilter) +ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),) +$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_writerfilter_ooxml,abort)) +endif + # vim: set noet sw=4 ts=4: diff --git a/sw/qa/writerfilter/ooxml/data/recursive_header_rels.docx b/sw/qa/writerfilter/ooxml/data/recursive_header_rels.docx index 8000760017ed..4d1d128d9312 100644 Binary files a/sw/qa/writerfilter/ooxml/data/recursive_header_rels.docx and b/sw/qa/writerfilter/ooxml/data/recursive_header_rels.docx differ