# -*- 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,jvmfwk)) ifeq ($(ENABLE_JAVA),TRUE) $(eval $(call gb_Module_add_targets,jvmfwk,\ CustomTarget_jreproperties \ CustomTarget_jvmfwk_jvmfwk3_ini \ Library_jvmfwk \ Package_jreproperties \ Package_jvmfwk_jvmfwk3_ini \ Package_rcfiles \ )) ifneq (,$(filter-out MACOSX WNT,$(OS))) ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) $(eval $(call gb_Module_add_targets,jvmfwk,\ Executable_javaldx \ )) endif endif endif # vim:set noet sw=4 ts=4: istro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/hyperlinkcontext.cxx
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: ooxStephan Bergmann
2017-07-31loplugin:constparams in ooxNoel Grandin
2017-07-11simplify some OUString::concat usageNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-14loplugin: defaultparamsNoel Grandin