From 924b2923b8b1515a4c37079e72a2a9cc6010a4f4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 9 Mar 2015 16:52:13 +0000 Subject: V801: Decreased performance Change-Id: I9e9a00acf9503980f0c6c7cd0a20378e5ca7390d --- connectivity/source/inc/resource/sharedresources.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity/source/inc') diff --git a/connectivity/source/inc/resource/sharedresources.hxx b/connectivity/source/inc/resource/sharedresources.hxx index 76cd950d388f..6ecd048e4b79 100644 --- a/connectivity/source/inc/resource/sharedresources.hxx +++ b/connectivity/source/inc/resource/sharedresources.hxx @@ -142,7 +142,7 @@ namespace connectivity the string from the resource file, with applied string substitution */ OUString getResourceStringWithSubstitution( ResourceId _nResId, - const ::std::list< ::std::pair > _aStringToSubstitutes) const; + const ::std::list< ::std::pair >& _rStringToSubstitutes) const; }; -- cgit