summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterController.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-06-24 15:56:32 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-06-24 18:24:19 +0200
commit6c28906ff6b3cc2fc306d927010cf730e7ef5fbc (patch)
tree1647a437937c7dfb791452fd5d2abc3d7a7d3485 /sdext/source/presenter/PresenterController.hxx
parent1c57c295e86676d9cfe5aa72f55dbd5d24cc7930 (diff)
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sdext/source/presenter/PresenterController.hxx')
-rw-r--r--sdext/source/presenter/PresenterController.hxx4
1 files changed, 2 insertions, 2 deletions
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<css::frame::XFrame>& rxFrame);
PresenterController (
- const css::uno::WeakReference<css::lang::XEventListener> &rxScreen,
+ css::uno::WeakReference<css::lang::XEventListener> xScreen,
const css::uno::Reference<css::uno::XComponentContext>& rxContext,
const css::uno::Reference<css::frame::XController>& rxController,
const css::uno::Reference<css::presentation::XSlideShowController>& rxSlideShowController,
- const rtl::Reference<PresenterPaneContainer>& rpPaneContainer,
+ rtl::Reference<PresenterPaneContainer> xPaneContainer,
const css::uno::Reference<css::drawing::framework::XResourceId>& rxMainPaneId);
virtual ~PresenterController() override;