diff options
Diffstat (limited to 'slideshow/source/engine/shapes/drawinglayeranimation.hxx')
-rw-r--r-- | slideshow/source/engine/shapes/drawinglayeranimation.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/slideshow/source/engine/shapes/drawinglayeranimation.hxx b/slideshow/source/engine/shapes/drawinglayeranimation.hxx index 8444fe7aea05..3ebd45e1f766 100644 --- a/slideshow/source/engine/shapes/drawinglayeranimation.hxx +++ b/slideshow/source/engine/shapes/drawinglayeranimation.hxx @@ -20,7 +20,6 @@ #define INCLUDED_SLIDESHOW_SOURCE_ENGINE_SHAPES_DRAWINGLAYERANIMATION_HXX #include <sal/config.h> -#include <boost/shared_ptr.hpp> namespace slideshow { namespace internal { @@ -29,9 +28,9 @@ class Activity; struct SlideShowContext; class DrawShape; -boost::shared_ptr<Activity> createDrawingLayerAnimActivity( +std::shared_ptr<Activity> createDrawingLayerAnimActivity( SlideShowContext const& rContext, - boost::shared_ptr<DrawShape> const& pDrawShape ); + std::shared_ptr<DrawShape> const& pDrawShape ); } // namespace internal } // namespace presentation |