summaryrefslogtreecommitdiff
path: root/animations/Makefile
blob: ccb1c85a04da1561bdd303802e54abac8b052084 (plain)
1
2
3
4
5
6
7
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
d>Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-30Fix typosAndrea Gelmini 2015-09-30Fix typosAndrea Gelmini 2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson 2015-08-20loplugin: defaultparamsNoel Grandin 2015-07-16loplugin:unusedmethods svgioNoel Grandin 2015-07-15cppcheck: noExplicitConstructorCaolán McNamara 2015-07-10do not include boost/utility.hppMichael Stahl 2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin 2015-07-04Fix typosAndrea Gelmini 2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann 2015-06-22Fix typosAndrea Gelmini 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe 2015-06-15remove unnecessary check for null when calling deleteNoel Grandin 2015-06-15Fix typosAndrea Gelmini 2015-06-13Typo: corected->correctedJulien Nabet 2015-06-04convert B2DLineJoin to scoped enumNoel Grandin 2015-06-01loplugin:loopvartoosmallNoel Grandin