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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterPane.cxx b/sdext/source/presenter/PresenterPane.cxx
index 91b5bcdbac3f..7299ee267ee8 100644
--- a/sdext/source/presenter/PresenterPane.cxx
+++ b/sdext/source/presenter/PresenterPane.cxx
@@ -140,13 +140,13 @@ void PresenterPane::CreateCanvases (
mxBorderCanvas = mxPresenterHelper->createSharedCanvas(
rxParentCanvas,
mxParentWindow,
- Reference<rendering::XCanvas>(rxParentCanvas, UNO_QUERY),
+ rxParentCanvas,
mxParentWindow,
mxBorderWindow);
mxContentCanvas = mxPresenterHelper->createSharedCanvas(
rxParentCanvas,
mxParentWindow,
- Reference<rendering::XCanvas>(rxParentCanvas, UNO_QUERY),
+ rxParentCanvas,
mxParentWindow,
mxContentWindow);