summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/shapes/drawshape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/shapes/drawshape.cxx')
-rw-r--r--slideshow/source/engine/shapes/drawshape.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/shapes/drawshape.cxx b/slideshow/source/engine/shapes/drawshape.cxx
index 8ea1d2260d73..07bf2ea1ddc9 100644
--- a/slideshow/source/engine/shapes/drawshape.cxx
+++ b/slideshow/source/engine/shapes/drawshape.cxx
@@ -299,7 +299,7 @@ namespace slideshow
// always assuming full bounds?
css::uno::Reference< css::rendering::XCanvas > pDestinationCanvas(
- maViewShapes.front()->getViewLayer()->getCanvas() );
+ maViewShapes.front()->getViewLayer()->getCanvas().mxCanvas );
#if 0
// TODO-NYI
@@ -1003,7 +1003,7 @@ namespace slideshow
// view-agnostic, it might not stay like that.
ViewShapeSharedPtr const& pViewShape = maViewShapes.front();
css::uno::Reference< css::rendering::XCanvas > const pCanvas(
- pViewShape->getViewLayer()->getCanvas() );
+ pViewShape->getViewLayer()->getCanvas().mxCanvas );
#if 0
// TODO-NYI