summaryrefslogtreecommitdiff
path: root/svl/CppunitTest_svl_urihelper.mk
blob: 434faa14049c3bb12bb2c870838a9e8c75edd111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_CppunitTest_CppunitTest,svl_urihelper))

$(eval $(call gb_CppunitTest_use_external,svl_urihelper,boost_headers))

$(eval $(call gb_CppunitTest_use_api,svl_urihelper, \
    offapi \
    udkapi \
))

$(eval $(call gb_CppunitTest_use_components,svl_urihelper, \
    ucb/source/core/ucb1 \
))

$(eval $(call gb_CppunitTest_add_exception_objects,svl_urihelper, \
svl/qa/unit/test_URIHelper \
))

$(eval $(call gb_CppunitTest_use_libraries,svl_urihelper, \
    cppu \
    cppuhelper \
    i18nlangtag \
    sal \
	i18nlangtag \
    svl \
    tl \
    utl \
	$(gb_UWINAPI) \
))

$(eval $(call gb_CppunitTest_use_ure,svl_urihelper))

$(eval $(call gb_CppunitTest_use_components,svl_urihelper,\
    i18npool/util/i18npool \
))

# vim: set noet sw=4 ts=4:
loplugin: unused return valuesNoel Grandin 2015-12-21loplugin:unusedfields in swNoel Grandin 2015-11-26tdf#93837 Add UNO-based SmartTag menu controllerMaxim Monastirsky 2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon 2015-11-24loplugin:unusedfields in sw/Noel Grandin 2015-11-13sw: loplugin:badstatics: remove static SwView::m_pSrchDlgMichael Stahl 2015-11-115th step to remove tools/rtti.hxxOliver Specht 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-06com::sun::star->css in sw/incNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-05sw: avoid hang with find-all and shape textMiklos Vajna 2015-09-22convert Link<> to typedNoel Grandin 2015-09-21convert Link<> to typedNoel Grandin 2015-09-18convert Link<> to typedNoel Grandin 2015-09-17convert Link<> to typedNoel Grandin 2015-09-09convert Link<> to typedNoel Grandin 2015-09-04convert Link<> to typedNoel Grandin 2015-08-31convert Link<> to typedNoel Grandin 2015-08-28make PostUserEvent Link<> typedNoel Grandin 2015-08-21tdf#92612 Right-clicking after applying "paint buckets" leads to multiple UndoAshod Nakashian 2015-07-22loplugin:unusedmethods sw(part2)Noel Grandin 2015-07-21SimplifyMaxim Monastirsky 2015-07-20convert to typed Link<> in sfx2Noel Grandin 2015-07-15Convert insert buttons to the generic controllerMaxim Monastirsky 2015-06-28Fix typosAndrea Gelmini 2015-06-15sw: avoid #include "../../uibase/inc/view.hxx"Miklos Vajna