# -*- 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: n/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)Author
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann
2014-04-04fix creating com.sun.star.sheet.Solver instanceMatúš Kukan
2014-04-03Remove unused copy ctor (and use boost::noncopyable)Stephan Bergmann
2014-04-02Make function prototype visibleStephan Bergmann
2014-04-01Remove unused inline constructorStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-22coverity#705457 Dereference null return valueCaolán McNamara
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin