blob: 628baeaff57f6834a463d1f529bf1b923edaee2c [file] [log] [blame]
Justin Luth226ab4d2021-08-25 08:39:33 +02001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2#*************************************************************************
3#
Michael Meeksd037b812026-03-26 15:06:16 +00004# This file is part of the Collabora Office project.
Justin Luth226ab4d2021-08-25 08:39:33 +02005#
6# This Source Code Form is subject to the terms of the Mozilla Public
7# License, v. 2.0. If a copy of the MPL was not distributed with this
8# file, You can obtain one at http://mozilla.org/MPL/2.0/.
9#
10#*************************************************************************
11
12$(eval $(call sw_ooxmlexport_test,17))
13
Miklos Vajnaf2e80f92021-09-15 15:26:41 +020014$(eval $(call gb_CppunitTest_use_custom_headers,sw_ooxmlexport17,\
15 officecfg/registry \
16))
17
Justin Luth226ab4d2021-08-25 08:39:33 +020018# vim: set noet sw=4 ts=4: