From 6028b64e27dc45f20aa4a4e0adbef1c03e91a79b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 23 Dec 2017 18:35:30 +0200 Subject: loplugin:passstuffbyref even more return improvements Change-Id: I2a752025cd429e4d271626402dce5d8a8b0c76d2 Reviewed-on: https://gerrit.libreoffice.org/47021 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svl/source/items/itemprop.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl') diff --git a/svl/source/items/itemprop.cxx b/svl/source/items/itemprop.cxx index 67e283c1113f..fd22a4f68733 100644 --- a/svl/source/items/itemprop.cxx +++ b/svl/source/items/itemprop.cxx @@ -79,7 +79,7 @@ const SfxItemPropertySimpleEntry* SfxItemPropertyMap::getByName( const OUString return &aIter->second; } -uno::Sequence SfxItemPropertyMap::getProperties() const +uno::Sequence const & SfxItemPropertyMap::getProperties() const { if( !m_pImpl->m_aPropSeq.getLength() ) { -- cgit