From b76c2ea81df92e1a863ce04e02005f58ab5ea5f9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 11 Apr 2016 14:30:16 +0200 Subject: clang-tidy performance-unnecessary-value-param in ucbhelper Change-Id: I595485e8804d6f2e4e0f9bc8a78c8cb132411f7d --- ucbhelper/source/client/content.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucbhelper/source') diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx index 87ec398159c8..dd0397762f4e 100644 --- a/ucbhelper/source/client/content.cxx +++ b/ucbhelper/source/client/content.cxx @@ -651,7 +651,7 @@ Reference< XDynamicResultSet > Content::createDynamicCursor( Reference< XResultSet > Content::createSortedCursor( const Sequence< OUString >& rPropertyNames, const Sequence< NumberedSortingInfo >& rSortInfo, - Reference< XAnyCompareFactory > rAnyCompareFactory, + const Reference< XAnyCompareFactory >& rAnyCompareFactory, ResultSetInclude eMode ) throw( CommandAbortedException, RuntimeException, Exception ) { -- cgit