# -*- 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: mit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork/MResultSetMetaData.cxx
AgeCommit message (Expand)Author
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-03-25new constantfunction lopluginNoel Grandin
2015-03-23Revert "loplugin:constantfunction: connectivity"Noel Grandin
2015-03-23loplugin:constantfunction: connectivityNoel Grandin
2014-06-04connectivity: fix includesThomas Arnhold
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong