summaryrefslogtreecommitdiffstats
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, 1 insertions, 2 deletions
diff --git a/slideshow/source/engine/shapes/backgroundshape.hxx b/slideshow/source/engine/shapes/backgroundshape.hxx
index 0152ad59f88c..cc7fa93477aa 100644
--- a/slideshow/source/engine/shapes/backgroundshape.hxx
+++ b/slideshow/source/engine/shapes/backgroundshape.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_SLIDESHOW_SOURCE_ENGINE_SHAPES_BACKGROUNDSHAPE_HXX
#include <com/sun/star/uno/Reference.hxx>
-#include <boost/shared_ptr.hpp>
namespace com { namespace sun { namespace star { namespace drawing
{
@@ -42,7 +41,7 @@ namespace slideshow
nor attributable, those more specialized derivations of
the Shape interface are not implemented here.
*/
- boost::shared_ptr<Shape> createBackgroundShape(
+ std::shared_ptr<Shape> createBackgroundShape(
const css::uno::Reference< css::drawing::XDrawPage >& xDrawPage,
const css::uno::Reference< css::drawing::XDrawPage >& xMasterPage,
const SlideShowContext& rContext ); // throw ShapeLoadFailedException;