diff options
author | David Tardon <dtardon@redhat.com> | 2016-09-09 10:43:53 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-09-09 12:14:04 +0200 |
commit | 22547c51cf9484b0d7e1a7ed317fe5f70aaab694 (patch) | |
tree | c8b4e99821e6e1a1e1a527a982e6c733f320376f /include | |
parent | 8304c237c3d3538cdb597e668aa43df54d4b43c3 (diff) |
use std::shared_ptr
Change-Id: Ie3f89c611f06be3c2fd5f43a4fa691f719078307
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/shapeimport.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/shapeimport.hxx b/include/xmloff/shapeimport.hxx index a1263c8b2ffa..4402d585d825 100644 --- a/include/xmloff/shapeimport.hxx +++ b/include/xmloff/shapeimport.hxx @@ -266,7 +266,7 @@ class XMLOFF_DLLPUBLIC XMLShapeImportHelper : public salhelper::SimpleReferenceO { std::unique_ptr<XMLShapeImportHelperImpl> mpImpl; - XMLShapeImportPageContextImpl* mpPageContext; + std::shared_ptr<XMLShapeImportPageContextImpl> mpPageContext; // PropertySetMappers and factory rtl::Reference<XMLSdPropHdlFactory> mpSdPropHdlFactory; |