summaryrefslogtreecommitdiff
path: root/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:
engl-transitions-rework LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlscript/test
AgeCommit message (Expand)Author
2018-07-12Add missing sal/log.hxx headersGabor Kelemen
2018-04-06fflush() followed by fclose() is redundantTakeshi Abe
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-06-23simplify some string handling in tracing callsNoel Grandin
2017-05-29remove some unnecessary OString constructor callsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert xmlscript from OSL_ASSERT to assertChris Sherlock
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-09-14xmlscript: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe