summaryrefslogtreecommitdiff
path: root/svtools/AllLangMoTarget_svt.mk
blob: dc1ad301c40fc09d1a2bbdbdca07bc2d8ef8fb1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- 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_AllLangMoTarget_AllLangMoTarget,svt))

$(eval $(call gb_AllLangMoTarget_set_polocation,svt,svtools))

# vim: set noet sw=4 ts=4:
d>2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht 2015-09-16boost->stdCaolán McNamara 2015-09-10tdf#93243 replace boost::bind with C++11 lambdas in unoshape.cxxn.r.pearson 2015-08-27Clean up aEmptyStephan Bergmann 2015-08-11loplugin: defaultparamsNoel Grandin 2015-07-19Fix typosAndrea Gelmini 2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann 2015-07-04Fix typosAndrea Gelmini 2015-06-16Fix typosAndrea Gelmini 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-05-27cppcheck: noExplicitConstructorCaolán McNamara 2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist 2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-13loplugin:staticmethodsNoel Grandin 2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks 2015-04-10Fix OutputDevice members / stack allocation.Michael Meeks 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann