summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLPropertySet.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLPropertySet.hxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLPropertySet.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/ooxml/OOXMLPropertySet.hxx b/writerfilter/source/ooxml/OOXMLPropertySet.hxx
index 25d79ebcdd2d..5ed704562bb7 100644
--- a/writerfilter/source/ooxml/OOXMLPropertySet.hxx
+++ b/writerfilter/source/ooxml/OOXMLPropertySet.hxx
@@ -28,7 +28,7 @@ namespace ooxml
class OOXMLProperty : public Sprm
{
public:
- typedef boost::shared_ptr<OOXMLProperty> Pointer_t;
+ typedef std::shared_ptr<OOXMLProperty> Pointer_t;
virtual ~OOXMLProperty();
@@ -49,7 +49,7 @@ public:
class OOXMLPropertySet : public writerfilter::Reference<Properties>
{
public:
- typedef boost::shared_ptr<OOXMLPropertySet> Pointer_t;
+ typedef std::shared_ptr<OOXMLPropertySet> Pointer_t;
virtual ~OOXMLPropertySet();