mar: use OS version in User-Agent
[LibreOffice.git] / oox / CppunitTest_oox_vba_encryption.mk
blobd62ca01aa09bdaf4334c81359b9f86cd73a05d75
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_encryption))
13 $(eval $(call gb_CppunitTest_add_exception_objects,oox_vba_encryption,\
14 oox/qa/unit/vba_encryption \
17 $(eval $(call gb_CppunitTest_use_sdk_api,oox_vba_encryption))
19 $(eval $(call gb_CppunitTest_use_libraries,oox_vba_encryption,\
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: