CppunitTest_sw_uibase_frmdlg: turn on set_non_application_font_use

Similar to commit dc4d7500c9 (Fix
CppunitTest_sd_import_tests-smartart non_application_font_use,
2023-10-23).

- sw/qa/uibase/frmdlg/data/wrapped-math-object.docx:
  word/media/image1.wmf: old WMF used the System font, replaced this
  with a different WMF, as the preview gets updated before the first
  document render anyway. (Binary patching 'System' -> 'DejaVu Sans' is
  not easy.)

Change-Id: I5282ec1708d3a52d1fd2795a283b5e96884409d6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162551
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
This commit is contained in:
Miklos Vajna 2024-01-25 08:18:59 +01:00
parent 18e9301650
commit 2aa773c9bd
2 changed files with 4 additions and 0 deletions

View file

@ -73,4 +73,8 @@ $(eval $(call gb_CppunitTest_use_uiconfigs,sw_uibase_frmdlg, \
$(eval $(call gb_CppunitTest_use_more_fonts,sw_uibase_frmdlg))
ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_uibase_frmdlg,abort))
endif
# vim: set noet sw=4 ts=4: