summaryrefslogtreecommitdiff
path: root/include/xmloff/shapeimport.hxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-09-09 10:43:53 +0200
committerDavid Tardon <dtardon@redhat.com>2016-09-09 12:14:04 +0200
commit22547c51cf9484b0d7e1a7ed317fe5f70aaab694 (patch)
treec8b4e99821e6e1a1e1a527a982e6c733f320376f /include/xmloff/shapeimport.hxx
parent8304c237c3d3538cdb597e668aa43df54d4b43c3 (diff)
use std::shared_ptr
Change-Id: Ie3f89c611f06be3c2fd5f43a4fa691f719078307
Diffstat (limited to 'include/xmloff/shapeimport.hxx')
-rw-r--r--include/xmloff/shapeimport.hxx2
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;