summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/LatentStyleHandler.hxx
diff options
context:
space:
mode:
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