cid#1516423 Uninitialized scalar field
[LibreOffice.git] / sc / common_unoapi_tests.mk
blob191c724b4d10dba7ab6bc69ffea67804bf6419ff
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 define sc_unoapi_common_components
13 basic/util/sb \
14 comphelper/util/comphelp \
15 configmgr/source/configmgr \
16 dbaccess/util/dba \
17 filter/source/config/cache/filterconfig1 \
18 filter/source/storagefilterdetect/storagefd \
19 forms/util/frm \
20 framework/util/fwk \
21 i18npool/util/i18npool \
22 linguistic/source/lng \
23 oox/util/oox \
24 package/source/xstor/xstor \
25 package/util/package2 \
26 sax/source/expatwrap/expwrap \
27 scripting/source/basprov/basprov \
28 scripting/util/scriptframe \
29 sc/util/sc \
30 sc/util/scd \
31 sc/util/scfilt \
32 $(call gb_Helper_optional,SCRIPTING, sc/util/vbaobj) \
33 sfx2/util/sfx \
34 sot/util/sot \
35 svl/source/fsstor/fsstorage \
36 toolkit/util/tk \
37 ucb/source/core/ucb1 \
38 ucb/source/ucp/file/ucpfile1 \
39 ucb/source/ucp/tdoc/ucptdoc1 \
40 unotools/util/utl \
41 unoxml/source/rdf/unordf \
42 unoxml/source/service/unoxml \
43 uui/util/uui \
44 vcl/vcl.common \
45 xmloff/util/xo \
46 svtools/util/svt
47 endef
49 # vim: set noet sw=4 ts=4: