From 9f958c076a86e80a48fcd7bbca65a834568e94ea Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 20 Apr 2022 13:00:07 +0200 Subject: loplugin:passstuffbyref Change-Id: I336fd329b577b6fa141265d8bc7ce67784bd7306 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133210 Tested-by: Jenkins Reviewed-by: Noel Grandin --- comphelper/source/misc/accimplaccess.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comphelper') diff --git a/comphelper/source/misc/accimplaccess.cxx b/comphelper/source/misc/accimplaccess.cxx index 4c66d03ffd08..bcf05c926810 100644 --- a/comphelper/source/misc/accimplaccess.cxx +++ b/comphelper/source/misc/accimplaccess.cxx @@ -36,7 +36,7 @@ namespace comphelper { } - Sequence OAccessibleImplementationAccess::getUnoTunnelId() + const Sequence & OAccessibleImplementationAccess::getUnoTunnelId() { static const comphelper::UnoIdInit implID; return implID.getSeq(); -- cgit