summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPane.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPane.cxx')
-rw-r--r--sdext/source/presenter/PresenterPane.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterPane.cxx b/sdext/source/presenter/PresenterPane.cxx
index 85b1a2ec9eaa..79f53a97e1df 100644
--- a/sdext/source/presenter/PresenterPane.cxx
+++ b/sdext/source/presenter/PresenterPane.cxx
@@ -42,7 +42,7 @@ PresenterPane::PresenterPane (
{
Reference<lang::XMultiComponentFactory> xFactory (
mxComponentContext->getServiceManager(), UNO_QUERY_THROW);
- mxPresenterHelper = Reference<drawing::XPresenterHelper>(
+ mxPresenterHelper.set(
xFactory->createInstanceWithContext(
"com.sun.star.comp.Draw.PresenterHelper",
mxComponentContext),