lok: intercept the UNO command ".uno:ThesaurusDialog"
[LibreOffice.git] / filter / CppunitTest_filter_textfilterdetect.mk
blobdfcaee9ce16aee412eee50d8d00c0b928153b368
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_textfilterdetect))
12 $(eval $(call gb_CppunitTest_use_api,filter_textfilterdetect,\
13 offapi \
14 udkapi \
17 $(eval $(call gb_CppunitTest_use_libraries,filter_textfilterdetect, \
18 comphelper \
19 cppu \
20 cppuhelper \
21 sal \
22 test \
23 textfd \
24 tl \
25 unotest \
26 utl \
29 $(eval $(call gb_CppunitTest_add_exception_objects,filter_textfilterdetect, \
30 filter/qa/unit/textfilterdetect \
33 $(eval $(call gb_CppunitTest_use_ure,filter_textfilterdetect))
35 $(eval $(call gb_CppunitTest_use_vcl,filter_textfilterdetect))
37 $(eval $(call gb_CppunitTest_use_components,filter_textfilterdetect,\
38 configmgr/source/configmgr \
39 filter/source/textfilterdetect/textfd \
40 ucb/source/core/ucb1 \
41 ucb/source/ucp/file/ucpfile1 \
44 $(eval $(call gb_CppunitTest_use_configuration,filter_textfilterdetect))
46 # vim: set noet sw=4 ts=4: