From 6c28906ff6b3cc2fc306d927010cf730e7ef5fbc Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 24 Jun 2022 15:56:32 +0200 Subject: clang-tidy modernize-pass-by-value in sdext Change-Id: Ieded279152946830b2619ac80c4a9639d616557a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136398 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sdext/source/presenter/PresenterController.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sdext/source/presenter/PresenterController.hxx') diff --git a/sdext/source/presenter/PresenterController.hxx b/sdext/source/presenter/PresenterController.hxx index 1a9d8a1aaa04..9b7062ec89f6 100644 --- a/sdext/source/presenter/PresenterController.hxx +++ b/sdext/source/presenter/PresenterController.hxx @@ -81,11 +81,11 @@ public: const css::uno::Reference& rxFrame); PresenterController ( - const css::uno::WeakReference &rxScreen, + css::uno::WeakReference xScreen, const css::uno::Reference& rxContext, const css::uno::Reference& rxController, const css::uno::Reference& rxSlideShowController, - const rtl::Reference& rpPaneContainer, + rtl::Reference xPaneContainer, const css::uno::Reference& rxMainPaneId); virtual ~PresenterController() override; -- cgit