From 24eae7bd702f3f6dd790be7ac38ac16e9fe6a375 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 6 Sep 2018 08:50:58 +0200 Subject: clang-tidy performance-unnecessary-value-param Change-Id: I69247498e13331f6ef84afeb242479f8fb1178a8 Reviewed-on: https://gerrit.libreoffice.org/60068 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/qa/unit/export-tests.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sd/qa') diff --git a/sd/qa/unit/export-tests.cxx b/sd/qa/unit/export-tests.cxx index 3e5bd8ef3bfb..e34de2d9d141 100644 --- a/sd/qa/unit/export-tests.cxx +++ b/sd/qa/unit/export-tests.cxx @@ -168,8 +168,8 @@ public: namespace { - -uno::Reference getBitmapFromTable(sd::DrawDocShellRef xDocShRef, OUString const & rName) +uno::Reference getBitmapFromTable(const sd::DrawDocShellRef& xDocShRef, + OUString const& rName) { uno::Reference xBitmap; -- cgit