# -*- 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: 30' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/ContentProperties.hxx
AgeCommit message (Expand)Author
2019-10-01tdf#42949 Fix IWYU warnings in ucb/source/*/*hxxGabor Kelemen
2019-08-09Fix typosAndrea Gelmini
2018-01-16Fix typosAndrea Gelmini
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-03-17cleanup double includes and declarationsJochen Nitschke
2016-02-09Remove excess newlinesChris Sherlock
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin
2015-09-23boost::scoped_ptr->std::unique_ptrCaolán McNamara
2015-08-18cppcheck:noExplicitConstructor in webdav, serf versionGiuseppe Castagno
2015-08-17cppcheck:noExplicitConstructorGiuseppe Castagno
2015-08-07cppcheck:noExplicitConstructorNoel Grandin
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-03-19webdav: loplugin warnings and sal_Bool -> boolMatúš Kukan
2014-03-18webdav: fix various warningsMatúš Kukan
2014-03-06Build webdav based on serf if neon is disabled.Matúš Kukan
2014-02-26Remove visual noise from ucbAlexander Wilms
2014-02-26webdav: std::hash_set|map -> std::unordered_set|mapMatúš Kukan