summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-09-08 14:49:11 +0200
committerDavid Tardon <dtardon@redhat.com>2016-09-09 07:30:30 +0200
commit655b94643cae76e09d179adc8172790fcff3f881 (patch)
treec2882e31bc81b3009c666b731189feeaf9e1e6dc /xmloff/inc
parent4bda91ca86f0036320140178a533c6424b01e43f (diff)
remove manual memory management
Change-Id: I3f5259ac7cf099a5d03d95a7e9132cc8cb6d0734
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/xmltabi.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/xmltabi.hxx b/xmloff/inc/xmltabi.hxx
index 5fb54e0fb548..ecc1b4af282b 100644
--- a/xmloff/inc/xmltabi.hxx
+++ b/xmloff/inc/xmltabi.hxx
@@ -25,7 +25,7 @@
class SvXMLImport;
class SvxXMLTabStopContext_Impl;
-typedef std::vector<SvxXMLTabStopContext_Impl *> SvxXMLTabStopArray_Impl;
+typedef std::vector<css::uno::Reference<SvxXMLTabStopContext_Impl>> SvxXMLTabStopArray_Impl;
class SvxXMLTabStopImportContext : public XMLElementPropertyContext
{