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/svl/style.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/svl/style.hxx') diff --git a/include/svl/style.hxx b/include/svl/style.hxx index 82091f14705c..e49dd2af33e1 100644 --- a/include/svl/style.hxx +++ b/include/svl/style.hxx @@ -35,7 +35,7 @@ #include #include -#include +#include class SfxItemSet; class SfxItemPool; @@ -183,7 +183,7 @@ private: friend class SfxStyleSheetBasePool; }; -typedef ::boost::shared_ptr< SfxStyleSheetIterator > SfxStyleSheetIteratorPtr; +typedef std::shared_ptr< SfxStyleSheetIterator > SfxStyleSheetIteratorPtr; class SfxStyleSheetBasePool_Impl; -- cgit