# -*- 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_Rdb_Rdb,uno_services)) $(eval $(call gb_Rdb_add_components,uno_services,\ testtools/source/bridgetest/cppobj \ testtools/source/bridgetest/constructors \ testtools/source/bridgetest/bridgetest \ )) ifneq ($(ENABLE_JAVA),) $(eval $(call gb_Rdb_add_components,uno_services,\ testtools/source/bridgetest/testComponent \ )) endif # vim:set noet sw=4 ts=4: 3d2aa'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/sfx2/lnkbase.hxx
AgeCommit message (Expand)Author
2019-07-20Fix typoAndrea Gelmini
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen
2018-04-06weld linkeditdialogCaolán McNamara
2018-01-20loplugin:useuniqueptr in SvBaseLinkNoel Grandin
2017-07-04loplugin:unusedfields in sfx2Noel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2016-11-22loplugin:countusersofdefaultparams in include/sfx2Noel Grandin
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-13loplugin:passstuffbyref in sfx2Noel Grandin
2016-04-06Avoid reserved identifierStephan Bergmann
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-01-13loplugin:unusedmethods unused return value in include/sfx2Noel Grandin
2015-11-18use unique_ptr for pImpl in sfx2/Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht