tdf#149529 crash on deref deleted ScDocument*
[LibreOffice.git] / oox / CppunitTest_oox_vba_compression.mk
blob14b6b8618a8d35a1f2b0a5200c5a9164a5e4ea0c
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 expwrap \
26 drawinglayer \
27 msfilter \
28 sal \
29 i18nlangtag \
30 oox \
31 sax \
32 sfx \
33 svl \
34 svt \
35 svx \
36 svxcore \
37 sot \
38 tl \
39 unotest \
40 utl \
41 vcl \
42 xo \
43 xmlscript \
46 # vim: set noet sw=4 ts=4: