Revert "reduce symbol visibility in sw"
[LibreOffice.git] / oox / CppunitTest_oox_vba_compression.mk
blob50dc3527451a1908799a9519eb07a13e1c23a147
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
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/.
11 $(eval $(call gb_CppunitTest_CppunitTest,oox_vba_compression))
13 $(eval $(call gb_CppunitTest_add_exception_objects,oox_vba_compression,\
14 oox/qa/unit/vba_compression \
17 $(eval $(call gb_CppunitTest_use_sdk_api,oox_vba_compression))
19 $(eval $(call gb_CppunitTest_use_libraries,oox_vba_compression,\
20 basegfx \
21 comphelper \
22 cppu \
23 cppuhelper \
24 editeng \
25 drawinglayer \
26 msfilter \
27 sal \
28 i18nlangtag \
29 oox \
30 sax \
31 sfx \
32 svl \
33 svt \
34 svx \
35 svxcore \
36 sot \
37 tl \
38 unotest \
39 utl \
40 vcl \
41 xo \
42 xmlscript \
45 # vim: set noet sw=4 ts=4: