# -*- 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_InternalUnoApi_InternalUnoApi,cppuhelper,cppuhelper/unotypes)) $(eval $(call gb_InternalUnoApi_use_api,cppuhelper,\ udkapi \ )) $(eval $(call gb_InternalUnoApi_add_idlfiles,cppuhelper,cppuhelper/detail,\ XExceptionThrower \ )) # vim:set noet sw=4 ts=4: '>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-04-02 13:41:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-04-02 16:55:36 +0200
commitc898611bd56a2ea090b2eb46f4d7bd4dd57594a7 (patch)
treea0c0a84395a972adaee24260443ed18793f3c1b4 /lotuswordpro
parent12f94913307450aad0e48f6ce06aac9f74807e1a (diff)
loplugin:stringviewparam convert methods using compareTo
which converts to compare Change-Id: If03c790ea113a7caedbe89f926b29055c9ec1e76 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132455 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>