# -*- 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/. # $(eval $(call gb_UnpackedTarball_UnpackedTarball,graphite)) $(eval $(call gb_UnpackedTarball_set_tarball,graphite,$(GRAPHITE_TARBALL))) # http://projects.palaso.org/issues/1030 # http://projects.palaso.org/issues/1115 $(eval $(call gb_UnpackedTarball_add_patches,graphite,\ graphite/graphite2.patch \ graphite/graphite2.issue1030.patch.1 \ graphite/graphite2.issue1115.patch.1 \ )) # vim: set noet sw=4 ts=4: ;'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unotest
AgeCommit message (Expand)Author
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-05markup with event type not checker typeCaolán McNamara
2014-10-30document array_vs_singleton dismissalsCaolán McNamara
2014-10-22framework, unotest: do not override UserInstallation from environmentMichael Stahl
2014-10-07fdo84315: add integration test for basic LibreOffice Base functionalityBjoern Michaelsen
2014-10-01unotest: the assigned value is never usedRobert Antoni Buj i Gelonch
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-29unotest: remove import from the same packageRobert Antoni Buj i Gelonch
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
2014-08-08java: remove unnecessary semi-colonsNoel Grandin