# -*- 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_Module_Module,javaunohelper)) ifneq ($(ENABLE_JAVA),) $(eval $(call gb_Module_add_targets,javaunohelper,\ Library_juh \ Jar_juh \ )) $(eval $(call gb_Module_add_subsequentcheck_targets,javaunohelper,\ JunitTest_juh \ )) ifneq ($(DISABLE_DYNLOADING),TRUE) $(eval $(call gb_Module_add_targets,javaunohelper,\ Library_juhx \ )) endif endif # vim:set noet sw=4 ts=4: 'h' onchange='this.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmloff/inc
AgeCommit message (Expand)Author
2015-05-18Related tdf#88056: use better-fitting <text:page-name>Katarina Behrens
2015-05-18xmloff: convert legacy asserts in MultiPropertySetHelperMichael Stahl
2015-05-18Remove include stdio (part2)Julien Nabet
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist
2015-04-22tdf#88056: Implement import of page title field from ODFKatarina Behrens
2015-04-21tdf88056: implement export of page title field to ODFKatarina Behrens