# -*- 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,$(call gb_CustomTarget_get_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: 6c18474f83ddd2b5f91ffc5c42a34d9'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)Author
2024-09-29tdf#163190: [pyuno] SyntaxWarning: invalid escape sequence '\P'Julien Nabet
2024-09-19Remaining GCC -Wcast-function-type issuesStephan Bergmann
2024-08-01pyuno,unotest,xmlsecurity: copy GPG test files for UITtestMichael Stahl
2024-07-27odk, oox, pyuno: fix issues found by Ruff linterIlmari Lauhakangas
2024-07-20Remove now unneeded osl/diagnose.hGabor Kelemen
2024-07-11cid#1607892 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-09tdf#161947: test setuptools is imported on macXisco Fauli
2024-07-05pyuno: fix deprecated warningsXisco Fauli
2024-07-04tdf#116412: Add unittestXisco Fauli
2024-07-04pyuno: re-enable pytest_ssl on macXisco Fauli
2024-06-19Fix typoAndrea Gelmini
2024-05-11workaround clang segfault on macos-intelNoel Grandin
2024-05-11Unit tests for officehelper.pyAlain Romedenne
2024-05-10loplugin:ostr in pyunoNoel Grandin
2024-05-09tdf#158447 Use PyConfig for setting Python home directory with Python >= 3.8Ilmari Lauhakangas
2024-05-03makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier