f919352955
Similar to commit dc4d7500c9
(Fix
CppunitTest_sd_import_tests-smartart non_application_font_use,
2023-10-23).
- sw/qa/extras/ww8export/data/tdf77964.doc:
微软雅黑 -> Liberation Sans
- sw/qa/extras/ww8export/data/tdf90408B.doc:
Times New Roman -> Liberation Serif
Change-Id: I08ebe00c4cedf4e755f8d634ce089ac3b9bb5f05
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163420
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
18 lines
665 B
Makefile
18 lines
665 B
Makefile
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
#*************************************************************************
|
|
#
|
|
# This file is part of the LibreOffice project.
|
|
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
#
|
|
#*************************************************************************
|
|
|
|
$(eval $(call sw_ww8export_test,4))
|
|
|
|
ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
|
|
$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_ww8export4,abort))
|
|
endif
|
|
|
|
# vim: set noet sw=4 ts=4:
|