# -*- 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/. # # There is currently only a single, en-US, template that needs to be included in # any installation set regardless of languages and locales, so keep this as a # Package instead of an AllLangPackage (whose content would need to go into a # language pack in scp2) for now. $(eval $(call gb_Package_Package,reportbuilder_templates,$(SRCDIR)/reportbuilder/template)) $(eval $(call gb_Package_add_files_with_dir,reportbuilder_templates,$(LIBO_SHARE_FOLDER)/template, \ common/wizard/report/default.otr \ )) # vim: set noet sw=4 ts=4: 4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/soltools
AgeCommit message (Expand)Author
2024-03-21Drop C/C++ DEBUG macroStephan Bergmann
2023-12-04cid#1546021 Using invalid iteratorJulien Nabet
2023-01-27Remove support for AIXStephan Bergmann
2022-12-07Check for failed mallocStephan Bergmann
2022-11-10-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): soltoolsStephan Bergmann
2022-11-10Executable_cpp: Drop unused -Xa "EBCDIC to ANSI conversion" optionStephan Bergmann
2022-06-03Revert "Better use size_t for malloc_size"Stephan Bergmann
2022-06-03Better use size_t for malloc_sizeStephan Bergmann
2022-03-03cid#1500573 silence Untrusted loop boundCaolán McNamara
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin
2021-10-05drop 'using namespace std' in s* + toolkitJulien Nabet