Stop leaking all ScPostIt instances.
[LibreOffice.git] / sc / CppunitTest_sc_tableautoformatfield.mk
blob5ec9288ad5bc8659654f9f5c22e624a14d85b80d
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
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/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,sc_tableautoformatfield))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_tableautoformatfield, \
15 sc/qa/extras/tableautoformatfield \
18 $(eval $(call gb_CppunitTest_use_libraries,sc_tableautoformatfield, \
19 avmedia \
20 basegfx \
21 comphelper \
22 cppu \
23 cppuhelper \
24 drawinglayer \
25 editeng \
26 for \
27 forui \
28 i18nlangtag \
29 msfilter \
30 oox \
31 sal \
32 salhelper \
33 sax \
34 sb \
35 sc \
36 sfx \
37 sot \
38 subsequenttest \
39 svl \
40 svt \
41 svx \
42 svxcore \
43 test \
44 tl \
45 tk \
46 ucbhelper \
47 unotest \
48 utl \
49 vbahelper \
50 vcl \
51 xo \
52 $(gb_UWINAPI) \
55 $(eval $(call gb_CppunitTest_set_include,sc_tableautoformatfield,\
56 -I$(SRCDIR)/sc/source/ui/inc \
57 -I$(SRCDIR)/sc/inc \
58 $$(INCLUDE) \
61 $(eval $(call gb_CppunitTest_use_api,sc_tableautoformatfield,\
62 offapi \
63 udkapi \
66 $(eval $(call gb_CppunitTest_use_ure,sc_tableautoformatfield))
68 $(eval $(call gb_CppunitTest_use_components,sc_tableautoformatfield,\
69 basic/util/sb \
70 comphelper/util/comphelp \
71 configmgr/source/configmgr \
72 dbaccess/util/dba \
73 filter/source/config/cache/filterconfig1 \
74 forms/util/frm \
75 framework/util/fwk \
76 i18npool/util/i18npool \
77 oox/util/oox \
78 package/source/xstor/xstor \
79 package/util/package2 \
80 sax/source/expatwrap/expwrap \
81 sax/source/fastparser/fastsax \
82 sc/util/sc \
83 sc/util/scd \
84 sc/util/scfilt \
85 $(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \
86 sc/util/vbaobj) \
87 scripting/source/basprov/basprov \
88 scripting/util/scriptframe \
89 sfx2/util/sfx \
90 sot/util/sot \
91 svl/source/fsstor/fsstorage \
92 toolkit/util/tk \
93 ucb/source/core/ucb1 \
94 ucb/source/ucp/file/ucpfile1 \
95 ucb/source/ucp/tdoc/ucptdoc1 \
96 unotools/util/utl \
97 unoxml/source/rdf/unordf \
98 unoxml/source/service/unoxml \
101 $(eval $(call gb_CppunitTest_use_configuration,sc_tableautoformatfield))
103 $(eval $(call gb_CppunitTest_use_unittest_configuration,sc_tableautoformatfield))
105 # vim: set noet sw=4 ts=4: