# -*- 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_Package_Package,wizards_properties,$(gb_CustomTarget_workdir)/wizards/locproperties)) $(eval $(call gb_Package_add_files,wizards_properties,$(LIBO_SHARE_FOLDER)/wizards,\ $(foreach lang,$(subst -,_,$(wizards_LANGS)),resources_$(lang).properties) \ )) # vim:set noet sw=4 ts=4: value='5e8bc7bda667e994cfbdf9bf4d981175dff71bae'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cpputools
AgeCommit message (Expand)Author
2023-11-08loplugin:external -> loplugin:conststringvar -> loplugin:redundantstaticStephan Bergmann
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: cpputoolsStephan Bergmann
2023-09-29Use less libxml2 external headers dependencyGabor Kelemen
2023-08-14sp2bv : no need to use fprintf without any formatingArnaud VERSINI
2023-06-26new loplugin:constexprliteralNoel Grandin