# -*- 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_AllLangResTarget_AllLangResTarget,updchk)) $(eval $(call gb_AllLangResTarget_set_reslocation,updchk,extensions/source/update/ui)) $(eval $(call gb_AllLangResTarget_add_srs,updchk,\ updchk/res \ )) $(eval $(call gb_SrsTarget_SrsTarget,updchk/res)) $(eval $(call gb_SrsTarget_add_nonlocalizable_files,updchk/res,\ extensions/source/update/ui/updatecheckui.src \ )) # vim:set noet sw=4 ts=4: S'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/postprocess/qa
AgeCommit message (Expand)Author
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2015-07-13tdf#92668: Revert some implementation names, for backwards compatibilityStephan Bergmann
2015-03-25Revert "give this a copy ctor"Stephan Bergmann
2015-03-25Keep GCC 4.6 happyStephan Bergmann
2015-03-24give this a copy ctorCaolán McNamara
2015-03-24CppunitTest_services: Check that XServiceInfo and .component data matchesStephan Bergmann
2015-02-12Fill in bug IDStephan Bergmann
2015-02-12Make CppunitTest_services instantiate even more servicesStephan Bergmann
2015-02-11add log message about untested servicesMarkus Mohrhard