From c19c242ec0757d5d5f2936e2a57430e39c692b2b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 17 Feb 2015 16:40:00 +0000 Subject: boost->std Change-Id: I412137e7e7b9b2b87f401bc140a9499d1fc012c6 --- include/svx/sdr/attribute/sdrallfillattributeshelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/sdr') diff --git a/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx b/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx index b7c350ba460a..73baeca50801 100644 --- a/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx +++ b/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx @@ -83,7 +83,7 @@ namespace drawinglayer { namespace attribute { - typedef boost::shared_ptr< SdrAllFillAttributesHelper > SdrAllFillAttributesHelperPtr; + typedef std::shared_ptr< SdrAllFillAttributesHelper > SdrAllFillAttributesHelperPtr; } // end of namespace attribute } // end of namespace drawinglayer -- cgit