summaryrefslogtreecommitdiff
path: root/salhelper/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:
0'>2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-05loplugin:stringconstantStephan Bergmann 2015-10-05tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno 2015-09-30Fix typosAndrea Gelmini 2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann 2015-08-18Remove newly unused ucbhelper/fileidentifierconverter.hxxStephan Bergmann 2015-08-18Remove obsolete getLocalFileURLStephan Bergmann 2015-08-11loplugin: defaultparamsNoel Grandin 2015-08-03inline some use-once typedefsNoel Grandin 2015-07-16tdf#84190 : when auth fails, don't remember passwords for cmisSzymon Kłos 2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann 2015-05-26cppcheck: noExplicitConstructorCaolán McNamara