7c6c3ec2b4
Change-Id: Ic0aced78a6667116fd77b73a3965a2155d5941bf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154095 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
18 lines
608 B
Makefile
18 lines
608 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_rtfexport_test,3))
|
|
|
|
$(eval $(call gb_CppunitTest_use_uiconfigs,sw_rtfexport3, \
|
|
svx \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|