summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterToolBar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterToolBar.hxx')
-rw-r--r--sdext/source/presenter/PresenterToolBar.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sdext/source/presenter/PresenterToolBar.hxx b/sdext/source/presenter/PresenterToolBar.hxx
index 90931df311a5..1b789955689c 100644
--- a/sdext/source/presenter/PresenterToolBar.hxx
+++ b/sdext/source/presenter/PresenterToolBar.hxx
@@ -70,9 +70,9 @@ public:
PresenterToolBar (
const css::uno::Reference<css::uno::XComponentContext>& rxContext,
- const css::uno::Reference<css::awt::XWindow>& rxWindow,
- const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
- const ::rtl::Reference<PresenterController>& rpPresenterController,
+ css::uno::Reference<css::awt::XWindow> xWindow,
+ css::uno::Reference<css::rendering::XCanvas> xCanvas,
+ ::rtl::Reference<PresenterController> pPresenterController,
const Anchor eAnchor);
virtual ~PresenterToolBar() override;
PresenterToolBar(const PresenterToolBar&) = delete;