summaryrefslogtreecommitdiff
path: root/include/svx/sdr
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-18 17:18:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-18 20:43:16 +0000
commit6106d99a905883c7325dae252b8b071be1896641 (patch)
treebdfc25a94cf1e34f605d1d0dfd4439c80fa8996d /include/svx/sdr
parentf7f5fa0d36571b5103a54ed1281668cd23c4ecbc (diff)
boost->std
Change-Id: Ifa87783f68b0fab98f8a0f7cd6ed867202b4532f
Diffstat (limited to 'include/svx/sdr')
-rw-r--r--include/svx/sdr/attribute/sdrallfillattributeshelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx b/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx
index 73baeca50801..580bee23966c 100644
--- a/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx
+++ b/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx
@@ -23,9 +23,9 @@
#include <drawinglayer/attribute/fillgradientattribute.hxx>
#include <drawinglayer/attribute/sdrfillattribute.hxx>
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
-#include <boost/shared_ptr.hpp>
#include <tools/color.hxx>
#include <svl/itemset.hxx>
+#include <memory>
//////////////////////////////////////////////////////////////////////////////
@@ -38,8 +38,8 @@ namespace drawinglayer
private:
basegfx::B2DRange maLastPaintRange;
basegfx::B2DRange maLastDefineRange;
- boost::shared_ptr< drawinglayer::attribute::SdrFillAttribute > maFillAttribute;
- boost::shared_ptr< drawinglayer::attribute::FillGradientAttribute > maFillGradientAttribute;
+ std::shared_ptr< drawinglayer::attribute::SdrFillAttribute > maFillAttribute;
+ std::shared_ptr< drawinglayer::attribute::FillGradientAttribute > maFillGradientAttribute;
drawinglayer::primitive2d::Primitive2DSequence maPrimitives;
void createPrimitive2DSequence(