summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_cellsenumeration.mk
blob: c8f816cdff35fd51cbf4fd7a1779e2198505c33c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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 sc_unoapi_common,cellsenumeration))

# vim: set noet sw=4 ts=4:
t_sw_ooxmlimport2.mk?id=6353c51e8bf66fe223080db649fc07e62a3a6c97'>sw: introduce a Library_swqahelperMiklos Vajna 2020-01-18do not reuse common PCH if switching to Objective C++Luboš Luňák 2019-11-08sw: no reason why SwModelTestBase can be used only by "extras" testsMiklos Vajna 2019-10-04use the common system PCH header in sw/Luboš Luňák 2019-03-08sw: replace long lists of components with services.rdbMichael Stahl 2019-02-28tdf#121440 writerfilter: do not use imported style for foot/endnotesVasily Melenchuk 2018-11-12Missing test dependencyStephan Bergmann 2018-05-31SwModule is a convenient (?) place for passing events to Automation clientsTor Lillqvist 2018-05-05sw: move tests in ooxmlimport to ooxmlimport2.Mark Hung