# -*- 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_Executable_Executable,g++-wrapper)) $(eval $(call gb_Executable_add_exception_objects,g++-wrapper,\ solenv/gcc-wrappers/g++ \ )) $(eval $(call gb_Executable_use_static_libraries,g++-wrapper,\ wrapper \ )) # vim:set noet sw=4 ts=4: git/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/defaultforminspection.cxx
AgeCommit message (Expand)Author
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann
2023-04-20Run clang-tidy with misc-unused-using-decls on modules [d-o]*Gabor Kelemen
2022-04-29use more string_view in INetURLObjectNoel Grandin
2021-11-25remove unused defines and convert some to OUStringLiteralNoel Grandin
2021-11-25loplugin:stringliteraldefine in extensionsNoel Grandin
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen