summaryrefslogtreecommitdiff
path: root/unodevtools/Module_unodevtools.mk
blob: 95aa46065acf94122eda6df5861384673e6765ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- 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_Module_Module,unodevtools))

ifneq (,$(filter ODK,$(BUILD_TYPE)))

$(eval $(call gb_Module_add_targets,unodevtools,\
	Executable_uno-skeletonmaker \
))

endif

# vim:set noet sw=4 ts=4:
6:48:38 +0000'>2016-02-05Fix typosAndrea Gelmini 2016-01-07cppcheck: noExplicitConstructorCaolán McNamara 2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin 2015-10-21remove untyped Link<>Noel Grandin 2015-10-01com::sun::star->css in embeddedobj/Noel Grandin 2015-08-03tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-07-21Miscellaneous typosAdolfo Jayme Barrientos 2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann 2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann 2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann 2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann 2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin 2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl 2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin 2014-11-24typo: unknownAndras Timar 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini 2014-08-19java: no need to instantiate String objects directlyNoel Grandin 2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin 2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin 2014-08-14java: remove commented out codeNoel Grandin 2014-08-05java: remove commented out codeNoel Grandin 2014-08-01typo: more then -> more thanTakeshi Abe 2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold 2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni 2014-03-29typo: persistance -> persistenceThomas Arnhold 2014-02-26Remove visual noise from embeddedobjAlexander Wilms 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-02-06Typo: seam(s) -> seem(s)Julien Nabet 2013-12-20typo fixesAndras Timar 2013-10-23clean up some include guardsThomas Arnhold 2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza 2013-05-15Don't export a variable called PATH_SEPARATORTor Lillqvist 2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist 2013-05-06Java cleanup, convert more Vector to ArrayListNoel Grandin 2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-04-05Replace `compareTo(...) == 0` with ==Ashish Banerjee 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold 2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King 2012-10-01fdo#51304: Remove the author of some java source filesAnurag Jain 2012-09-29re-base on ALv2 code.Michael Meeks