summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/shapes/backgroundshape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/shapes/backgroundshape.hxx')
-rw-r--r--slideshow/source/engine/shapes/backgroundshape.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/slideshow/source/engine/shapes/backgroundshape.hxx b/slideshow/source/engine/shapes/backgroundshape.hxx
index cc7fa93477aa..c7ff134e0dc5 100644
--- a/slideshow/source/engine/shapes/backgroundshape.hxx
+++ b/slideshow/source/engine/shapes/backgroundshape.hxx
@@ -33,6 +33,7 @@ namespace slideshow
{
class Shape;
struct SlideShowContext;
+ typedef ::std::shared_ptr< Shape > ShapeSharedPtr;
/** Representation of a draw document's background shape.
@@ -41,7 +42,7 @@ namespace slideshow
nor attributable, those more specialized derivations of
the Shape interface are not implemented here.
*/
- std::shared_ptr<Shape> createBackgroundShape(
+ ShapeSharedPtr createBackgroundShape(
const css::uno::Reference< css::drawing::XDrawPage >& xDrawPage,
const css::uno::Reference< css::drawing::XDrawPage >& xMasterPage,
const SlideShowContext& rContext ); // throw ShapeLoadFailedException;