summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterBitmapContainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterBitmapContainer.hxx')
-rw-r--r--sdext/source/presenter/PresenterBitmapContainer.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sdext/source/presenter/PresenterBitmapContainer.hxx b/sdext/source/presenter/PresenterBitmapContainer.hxx
index 65f385b2b4e6..7a9de89a7f13 100644
--- a/sdext/source/presenter/PresenterBitmapContainer.hxx
+++ b/sdext/source/presenter/PresenterBitmapContainer.hxx
@@ -87,16 +87,16 @@ public:
*/
PresenterBitmapContainer (
const OUString& rsConfigurationBase,
- const std::shared_ptr<PresenterBitmapContainer>& rpParentContainer,
+ std::shared_ptr<PresenterBitmapContainer> xParentContainer,
const css::uno::Reference<css::uno::XComponentContext>& rxComponentContext,
- const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
- const css::uno::Reference<css::drawing::XPresenterHelper>& rxPresenterHelper = nullptr);
+ css::uno::Reference<css::rendering::XCanvas> xCanvas,
+ css::uno::Reference<css::drawing::XPresenterHelper> xPresenterHelper = nullptr);
PresenterBitmapContainer (
const css::uno::Reference<css::container::XNameAccess>& rsRootNode,
- const std::shared_ptr<PresenterBitmapContainer>& rpParentContainer,
+ std::shared_ptr<PresenterBitmapContainer> xParentContainer,
const css::uno::Reference<css::uno::XComponentContext>& rxComponentContext,
- const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
- const css::uno::Reference<css::drawing::XPresenterHelper>& rxPresenterHelper = nullptr);
+ css::uno::Reference<css::rendering::XCanvas> xCanvas,
+ css::uno::Reference<css::drawing::XPresenterHelper> xPresenterHelper = nullptr);
~PresenterBitmapContainer();
PresenterBitmapContainer(const PresenterBitmapContainer&) = delete;
PresenterBitmapContainer& operator=(const PresenterBitmapContainer&) = delete;