# -*- 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_Library_Library,unobootstrapprotector)) $(eval $(call gb_Library_use_sdk_api,unobootstrapprotector)) $(eval $(call gb_Library_use_libraries,unobootstrapprotector,\ comphelper \ cppu \ cppuhelper \ sal \ )) $(eval $(call gb_Library_use_externals,unobootstrapprotector,\ boost_headers \ cppunit \ )) $(eval $(call gb_Library_add_exception_objects,unobootstrapprotector,\ unotest/source/cpp/unobootstrapprotector/unobootstrapprotector \ )) # runtime dependency: needs unorc/uno.ini $(eval $(call gb_Library_use_package,unobootstrapprotector,\ instsetoo_native_setup_ure \ )) # vim: set noet sw=4 ts=4: -7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmloff/source/core/xmlerror.cxx
AgeCommit message (Expand)Author
2024-05-15loplugin:ostr in xmloffNoel Grandin
2024-03-12tdf#146619 Recheck xmloff/*cxx with IWYUGabor Kelemen
2023-05-08sw: prefix members of ProgressBarHelper, SvI18NMapEntry_Key, ...Miklos Vajna
2023-03-30loplugin:stringadd in xmloffNoel Grandin
2022-07-12clang-tidy modernize-pass-by-value in xmloffNoel Grandin