summaryrefslogtreecommitdiff
path: root/lingucomponent/Library_MacOSXSpell.mk
blob: df77686d1c224350a6fe38fa970f7f90c6ed6df1 (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
46
47
# -*- 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,MacOSXSpell))

$(eval $(call gb_Library_set_componentfile,MacOSXSpell,lingucomponent/source/spellcheck/macosxspell/MacOSXSpell,services))

$(eval $(call gb_Library_set_include,MacOSXSpell,\
	$$(INCLUDE) \
	-I$(SRCDIR)/lingucomponent/source/lingutil \
))

$(eval $(call gb_Library_use_sdk_api,MacOSXSpell))

$(eval $(call gb_Library_use_libraries,MacOSXSpell,\
	comphelper \
	cppu \
	cppuhelper \
	lng \
	sal \
	i18nlangtag \
	svl \
	tl \
	ucbhelper \
	utl \
))

$(eval $(call gb_Library_use_system_darwin_frameworks,MacOSXSpell,\
	Cocoa \
))

$(eval $(call gb_Library_use_externals,MacOSXSpell,\
	boost_headers \
))

$(eval $(call gb_Library_add_objcxxobjects,MacOSXSpell,\
	lingucomponent/source/spellcheck/macosxspell/macspellimp \
))

# vim: set noet sw=4 ts=4:
, not all places that use e.g. OStringToOUString to convert potential UTF-8 are guaranteed to fulfil the prerequisites necessary to use fromUtf8 (and some places like e.g. in codemaker are happy with the best-effort effect of OStringToOUString's OSTRING_TO_OUSTRING_CVTFLAGS). 2014-11-06use the new OUString::fromUtf8 methodNoel Grandin Change-Id: I771004b7ccab3344a67e827e45bc34c22ffa5f77 2014-10-31Removed duplicated includesAndrea Gelmini Change-Id: I5362d997bfa086c9fb1726efcb15132a966684f6 Reviewed-on: https://gerrit.libreoffice.org/12160 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin It turns out that almost none of them were necessary. Change-Id: I1311ed28409c682b57ea8d149bcbaf2c49133e83 Reviewed-on: https://gerrit.libreoffice.org/12133 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2014-10-24coverity#441989 Uncaught exceptionCaolán McNamara Change-Id: I579bfc6f4a57aea49e2b023917d0dbd7c3db6c88 2014-10-24coverity#441732 Uncaught exceptionCaolán McNamara Change-Id: Icd11b81566fec7ce4855cd4e54ff3a3d9862d354 2014-10-07coverity#1242375 Don't call fscanf without specifiersCaolán McNamara Change-Id: I58082770ca79da9c4d235b5ea0dc79c688c7498b 2014-09-30codemaker: std::auto_ptr -> std::unique_ptrStephan Bergmann Change-Id: I205c0908254f13970315f8e159997a5ec2f96ed3 2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin so that we get a nice complete stacktrace when it hits the final handler Change-Id: Iec4fcc15a2a25c55f591b5e069dce3d010197a90