summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterTheme.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterTheme.hxx')
-rw-r--r--sdext/source/presenter/PresenterTheme.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterTheme.hxx b/sdext/source/presenter/PresenterTheme.hxx
index 97fff4842d4f..ae92433a676c 100644
--- a/sdext/source/presenter/PresenterTheme.hxx
+++ b/sdext/source/presenter/PresenterTheme.hxx
@@ -57,8 +57,8 @@ class PresenterTheme
{
public:
PresenterTheme (
- const css::uno::Reference<css::uno::XComponentContext>& rxContext,
- const css::uno::Reference<css::rendering::XCanvas>& rxCanvas);
+ css::uno::Reference<css::uno::XComponentContext> xContext,
+ css::uno::Reference<css::rendering::XCanvas> xCanvas);
~PresenterTheme();
bool HasCanvas() const;