summaryrefslogtreecommitdiff
path: root/filter/Library_textfd.mk
blob: e6d3889410af51005fe313ee8d0a5f854ef5e5cb (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
# -*- 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_Library_Library,textfd))

$(eval $(call gb_Library_set_componentfile,textfd,filter/source/textfilterdetect/textfd))

$(eval $(call gb_Library_use_external,textfd,boost_headers))

$(eval $(call gb_Library_use_sdk_api,textfd))

$(eval $(call gb_Library_use_libraries,textfd,\
	comphelper \
	ucbhelper \
	cppuhelper \
	cppu \
	sal \
	tl \
	utl \
	svt \
))

$(eval $(call gb_Library_add_exception_objects,textfd,\
	filter/source/textfilterdetect/filterdetect \
))

# vim: set noet sw=4 ts=4:
nimations?h=distro/lhm/libreoffice-6-4%2bbackports&id=e57ca02849c3d87142ff5ff9099a212e72b8139c'>Remove dynamic exception specificationsStephan Bergmann 2016-11-23loplugin:unnecessaryoverride (dtors) in animationsStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-09-05tdf#43157 - Clean up OSL_ASSERT, DBG_ASSERT, etc.Gökhan Gurbetoğlu 2016-08-02tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara 2016-07-08loplugin:redundantcast: redundant static_casts in animationsStephan Bergmann 2016-02-09Remove excess newlinesChris Sherlock 2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin 2015-11-15use initialiser for Sequence<OUString>Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-07-29chmod -xTor Lillqvist 2015-07-17com::sun::uno->css in avmedia and animationsNoel Grandin 2015-07-06tdf#88206: replace cppu::WeakImplHelper1 with cppu::WeakImplHelperTakeshi Abe 2015-05-08Rephrase comparisons between bool and sal_BoolStephan Bergmann 2015-05-04cppcheck: noExplicitConstructorCaolán McNamara 2015-05-02cppcheck: noExplicitConstructorCaolán McNamara