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:
redundantAssignmentMichael Weghorn 2015-08-04include: inline some use-once typedefsNoel Grandin 2015-08-04filter,desktop,dbaccess: inline some use-once typedefsNoel Grandin 2015-07-28dtrans: reset DropTarget::m_pDropTarget if it is releasedMichael Stahl 2015-07-28tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann 2015-07-08i#107734 Support for Math Input Panel in Windows 7Regina Henschel 2015-07-08Fix typosAndrea Gelmini 2015-06-18Fix typosAndrea Gelmini 2015-06-15Fix typosAndrea Gelmini 2015-06-08some spelling fixes, mostly in Java codeNoel Grandin 2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann 2015-03-27loplugin:staticfunctionNoel Grandin 2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara 2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin 2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin 2015-02-03Fix for possible unaddressable write.Ashod Nakashian 2015-01-24Fix warning C4101: ´ex´ : unreferenced local variableMatteo Casalin 2015-01-24cppcheck: selfAssignmentCaolán McNamara 2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin 2015-01-02Fix simple typos.Andrea Gelmini 2014-12-20TyposJulien Nabet 2014-12-18dtrans: Use appropriate OUString functions on string constantsStephan Bergmann 2014-12-12fdo#39440 reduce scope of local variablesMichael Weghorn 2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl 2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin 2014-10-08spelling: instanciated -> instantiatedNoel Grandin 2014-10-02dtrans (Windows): std::auto_ptr -> std::unique_ptrStephan Bergmann 2014-08-28Fix some *_component_getFactory function typesStephan Bergmann 2014-08-25set names on the Win32-only threadsMichael Stahl 2014-08-01typo: more then -> more thanTakeshi Abe 2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet 2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet 2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold 2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet 2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni 2014-04-22dtrans: sal_Bool->boolNoel Grandin 2014-04-15whitespace for include statementsThomas Arnhold 2014-04-14typo: dependend -> dependentThomas Arnhold 2014-03-29typo: inteface -> interfaceThomas Arnhold 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann