summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/LatentStyleHandler.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-12-30 20:29:56 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-12-30 20:43:29 +0100
commit54bd92d7fce1ec4d8d779751168c698cc44a33ba (patch)
tree8a8bc1d4041fb318d12bd647f96f226bc9099981 /writerfilter/source/dmapper/LatentStyleHandler.hxx
parentb4a30a53f72eb286da502656ccde539fb449c92f (diff)
writerfilter: boost::shared_ptr -> c++11 std::shared_ptr
Change-Id: Ib5649d8979093bb147c61eebcf95a472ad899672
Diffstat (limited to 'writerfilter/source/dmapper/LatentStyleHandler.hxx')
-rw-r--r--writerfilter/source/dmapper/LatentStyleHandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/dmapper/LatentStyleHandler.hxx b/writerfilter/source/dmapper/LatentStyleHandler.hxx
index 07f3017200f9..d2aecb0eceed 100644
--- a/writerfilter/source/dmapper/LatentStyleHandler.hxx
+++ b/writerfilter/source/dmapper/LatentStyleHandler.hxx
@@ -10,7 +10,7 @@
#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_LATENTSTYLEHANDLER_HXX
#include "LoggedResources.hxx"
-#include <boost/shared_ptr.hpp>
+#include <memory>
#include <vector>
#include <com/sun/star/beans/PropertyValue.hpp>
@@ -36,7 +36,7 @@ public:
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> getAttributes() const;
};
-typedef boost::shared_ptr<LatentStyleHandler> LatentStyleHandlerPtr;
+typedef std::shared_ptr<LatentStyleHandler> LatentStyleHandlerPtr;
} // namespace dmapper
} // namespace writerfilter