CppunitTest_sw_ooxmlw14export: turn on set_non_application_font_use

Using bin/replace_string_in_zip.sh:
Replacing 'Calibri Light' with 'Noto Sans' in /home/xisco/libreoffice//sw/qa/extras/ooxmlexport/data//TextEffects_StylisticSets_CntxtAlts.docx
Replacing 'Segoe Script' with 'Noto Sans' in /home/xisco/libreoffice//sw/qa/extras/ooxmlexport/data//TextEffects_StylisticSets_CntxtAlts.docx

Change-Id: I482bfad110e546d0d9a9a0d0bbcca2c9ad63033e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164525
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
This commit is contained in:
Xisco Fauli 2024-03-07 11:00:31 +01:00
parent 860548e23e
commit c5980ce30f
3 changed files with 5 additions and 0 deletions

View file

@ -23,6 +23,7 @@ replacements["BentonSans Medium"]="Noto Sans"
replacements["BentonSans"]="Noto Sans" replacements["BentonSans"]="Noto Sans"
replacements["AdvPS88D1"]="Noto Sans" replacements["AdvPS88D1"]="Noto Sans"
replacements["NexusSansOT"]="Noto Sans" replacements["NexusSansOT"]="Noto Sans"
replacements["Segoe Script"]="Noto Sans"
extracted_folder=".temp_extracted" extracted_folder=".temp_extracted"

View file

@ -46,4 +46,8 @@ $(eval $(call gb_CppunitTest_use_rdb,sw_ooxmlw14export,services))
$(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlw14export)) $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlw14export))
ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_ooxmlw14export,abort))
endif
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4: