summaryrefslogtreecommitdiffstats
path: root/slideshow/source/engine/shapes/externalshapebase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/shapes/externalshapebase.hxx')
-rw-r--r--slideshow/source/engine/shapes/externalshapebase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/shapes/externalshapebase.hxx b/slideshow/source/engine/shapes/externalshapebase.hxx
index 4455b1c2a6dd..f378f721e1cf 100644
--- a/slideshow/source/engine/shapes/externalshapebase.hxx
+++ b/slideshow/source/engine/shapes/externalshapebase.hxx
@@ -119,7 +119,7 @@ namespace slideshow
/// The associated XShape
css::uno::Reference< css::drawing::XShape > mxShape;
- boost::shared_ptr<ExternalShapeBaseListener> mpListener;
+ std::shared_ptr<ExternalShapeBaseListener> mpListener;
SubsettableShapeManagerSharedPtr mpShapeManager;
EventMultiplexer& mrEventMultiplexer;