summaryrefslogtreecommitdiff
path: root/ucbhelper/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:
24:54 +0200'>2015-04-07loplugin:staticmethodsNoel Grandin 2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann 2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini 2014-05-24coverity#983657 Uncaught exceptionCaolán McNamara 2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet 2014-04-22eventattacher: sal_Bool->boolNoel Grandin 2014-04-14Remove dead function declarationStephan Bergmann 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann 2014-02-27eventattacher: fix out of bounds string accessMiklos Vajna 2014-02-26Remove visual noise from eventattacherAlexander Wilms 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-23Remove unneccessary commentsAlexander Wilms