summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-09-08 11:18:15 +0200
committerDavid Tardon <dtardon@redhat.com>2016-09-09 07:30:30 +0200
commit3ef084c9bd7a7952a0e69efb9dbda81473c7856b (patch)
tree8c50c000f7cb29c28152c95ef7d0391ad122a38f /include/xmloff
parent4f776e0ff2d7b3635dc504c3251dddd03f76c205 (diff)
remove direct memory management
Change-Id: Id0278f15e0c46a32cf07900dffdf27b3acb2649c
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/shapeimport.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/xmloff/shapeimport.hxx b/include/xmloff/shapeimport.hxx
index e9bc24f7eea7..3042e03537fc 100644
--- a/include/xmloff/shapeimport.hxx
+++ b/include/xmloff/shapeimport.hxx
@@ -204,7 +204,7 @@ protected:
SvXMLImport& mrImport;
// list for local light contexts
- ::std::vector< SdXML3DLightContext* >
+ ::std::vector< css::uno::Reference< SdXML3DLightContext > >
maList;
// local parameters which need to be read
@@ -228,7 +228,6 @@ protected:
public:
SdXML3DSceneAttributesHelper( SvXMLImport& rImporter );
- ~SdXML3DSceneAttributesHelper();
/** creates a 3d light context and adds it to the internal list for later processing */
SvXMLImportContext * create3DLightContext( sal_uInt16 nPrfx, const OUString& rLName, const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList);