summaryrefslogtreecommitdiff
path: root/framework/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:
nstructor when calling createInstanceNoel Grandin 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini 2014-04-23sc: sal_Bool->boolNoel Grandin 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin 2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara