summaryrefslogtreecommitdiffstats
path: root/slideshow/source/inc/shapeattributelayer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/shapeattributelayer.hxx')
-rw-r--r--slideshow/source/inc/shapeattributelayer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/inc/shapeattributelayer.hxx b/slideshow/source/inc/shapeattributelayer.hxx
index c4b23db7fbdc..31c8ebaf1e78 100644
--- a/slideshow/source/inc/shapeattributelayer.hxx
+++ b/slideshow/source/inc/shapeattributelayer.hxx
@@ -32,7 +32,7 @@
#include "rgbcolor.hxx"
#include <stack>
-#include <boost/shared_ptr.hpp>
+#include <memory>
namespace slideshow
@@ -67,11 +67,11 @@ namespace slideshow
;
};
- typedef ::boost::shared_ptr< State > StateSharedPtr;
+ typedef ::std::shared_ptr< State > StateSharedPtr;
class ShapeAttributeLayer;
- typedef ::boost::shared_ptr< ShapeAttributeLayer > ShapeAttributeLayerSharedPtr;
+ typedef ::std::shared_ptr< ShapeAttributeLayer > ShapeAttributeLayerSharedPtr;
/** Encapsulates all modifiable attributes of a shape.