From b2096deaff52f462e2df4e7bdc9816bb3604fb08 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 14 May 2014 14:34:42 +0200 Subject: various loplugin:passsequencebyref Change-Id: Id1045a7f66b4fa10b6491587ba07246a31ceba72 --- editeng/source/uno/unotext.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editeng') diff --git a/editeng/source/uno/unotext.cxx b/editeng/source/uno/unotext.cxx index c4122721aa8b..6cfad262f457 100644 --- a/editeng/source/uno/unotext.cxx +++ b/editeng/source/uno/unotext.cxx @@ -2042,7 +2042,7 @@ void SAL_CALL SvxUnoTextBase::moveTextRange( const uno::Reference< text::XTextRa void SvxPropertyValuesToItemSet( SfxItemSet &rItemSet, - const uno::Sequence< beans::PropertyValue > rPropertyVaules, + const uno::Sequence< beans::PropertyValue >& rPropertyVaules, const SfxItemPropertySet *pPropSet, SvxTextForwarder *pForwarder /*needed for WID_NUMLEVEL*/, sal_Int32 nPara /*needed for WID_NUMLEVEL*/) -- cgit