summaryrefslogtreecommitdiff
path: root/shell/Library_desktopbe.mk
blob: f782a0a146e314b6dac1a5efe8811470883ac325 (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
# -*- 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,desktopbe1))

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

$(eval $(call gb_Library_use_sdk_api,desktopbe1))

$(eval $(call gb_Library_use_libraries,desktopbe1,\
	cppu \
	cppuhelper \
	sal \
	vcl \
))

$(eval $(call gb_Library_set_componentfile,desktopbe1,shell/source/backends/desktopbe/desktopbe1))

$(eval $(call gb_Library_add_exception_objects,desktopbe1,\
    shell/source/backends/desktopbe/desktopbackend \
))

# vim: set shiftwidth=4 tabstop=4 noexpandtab:
title='2015-10-30 08:59:59 +0000'>2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin 2015-10-23com::sun::star->css in lingucomponentNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann 2015-05-08jboolean-related clean-upStephan Bergmann 2015-04-27More loplugin:simplifyboolStephan Bergmann 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-01-20Some more loplugin:cstylecast: javaunohelperStephan Bergmann 2015-01-07javaunohelper: missing includeMiklos Vajna 2015-01-07WaE: -Werror=unused-variable with #define DISABLE_DYNLOADINGCaolán McNamara 2014-12-15silence coverity#705667 Resource leakCaolán McNamara 2014-10-30coverity#705665 osl_Module->osl::ModuleCaolán McNamara 2014-09-29loplugin: cstylecastNoel Grandin 2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin