lok: intercept the UNO command ".uno:ThesaurusDialog"
[LibreOffice.git] / filter / CppunitTest_filter_msfilter.mk
blobad4596d4edb0e423ac9bfda8110f3223c90a3215
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CppunitTest_CppunitTest,filter_msfilter))
12 $(eval $(call gb_CppunitTest_use_sdk_api,filter_msfilter))
13 $(eval $(call gb_CppunitTest_use_ure,filter_msfilter))
15 $(eval $(call gb_CppunitTest_use_configuration,filter_msfilter))
17 $(eval $(call gb_CppunitTest_use_externals,filter_msfilter, \
18 boost_headers \
21 $(eval $(call gb_CppunitTest_use_libraries,filter_msfilter, \
22 tl \
23 comphelper \
24 unotest \
25 cppuhelper \
26 cppu \
27 msfilter \
28 sal \
31 $(eval $(call gb_CppunitTest_use_components,filter_msfilter,\
32 configmgr/source/configmgr \
33 filter/source/config/cache/filterconfig1 \
34 framework/util/fwk \
35 framework/util/fwl \
36 i18npool/util/i18npool \
37 ucb/source/core/ucb1 \
38 ucb/source/ucp/file/ucpfile1 \
41 $(eval $(call gb_CppunitTest_add_exception_objects,filter_msfilter, \
42 filter/qa/cppunit/msfilter-test \
45 # vim: set noet sw=4 ts=4: