summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-09-08 10:27:29 +0200
committerDavid Tardon <dtardon@redhat.com>2016-09-09 07:30:30 +0200
commit1e8140083d7015b47fe326cfbf13da8c6ba8cef2 (patch)
tree44555d3ce50c2f980bd23da48a81a188542bbdca /include
parent32ccb4ea863651c22bf33cc15012971d2a2d2810 (diff)
remove direct memory management
Change-Id: Ie5103347fc30095778d96d46ce702bf4f0da00a6
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/xmlimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx
index a20ac8bfd172..55b7169ea9ad 100644
--- a/include/xmloff/xmlimp.hxx
+++ b/include/xmloff/xmlimp.hxx
@@ -85,7 +85,7 @@ class XMLErrors;
class StyleMap;
enum class SvXMLErrorFlags;
-typedef std::vector<SvXMLImportContext *> SvXMLImportContexts_Impl;
+typedef std::vector<SvXMLImportContextRef> SvXMLImportContexts_Impl;
typedef std::vector< ::css::uno::Reference< ::css::xml::sax::XFastContextHandler>>
FastSvXMLImportContexts_Impl;