summaryrefslogtreecommitdiff
path: root/xmlhelp/Makefile
blob: 0997e628485b15db1ce05c94758f56e1174fb221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
ti/gl-program-binary&id=0d78ad871e85a74a2a7eac2f2a2ff94776f35e77'>DBG_ASSERT->assert when followed by dereferenceCaolán McNamara 2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin 2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin 2014-03-10jvmaccess: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann 2014-02-23Remove unneccessary commentsAlexander Wilms 2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist 2013-04-24gbuild: drop empty use_packages callsDavid Tardon 2013-04-24gbuild: drop uses of removed packagesDavid Tardon 2013-04-23execute move of global headersBjoern Michaelsen 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-12do not set soversion for private ure librariesMatúš Kukan 2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-04-05Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-02-28remove all d.lstMichael Stahl 2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin 2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac 2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl 2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens