summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-09-08 14:36:25 +0200
committerDavid Tardon <dtardon@redhat.com>2016-09-09 07:30:30 +0200
commita363175cfc100664efa218b87a4d9a143014054a (patch)
tree2ed6b32fc247a91865f6590bc23381e71778750b /include
parenta66933a890a70f5ff2ac43ccc03c26540ef2ccb3 (diff)
remove direct memory management
Change-Id: I9c7d53a9cfd5c03e1551626a96cdaa30fc4e546b
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/xmlnumi.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/xmloff/xmlnumi.hxx b/include/xmloff/xmlnumi.hxx
index f6bf8d61d59b..dbe8adc6103f 100644
--- a/include/xmloff/xmlnumi.hxx
+++ b/include/xmloff/xmlnumi.hxx
@@ -33,7 +33,7 @@
namespace com { namespace sun { namespace star { namespace frame { class XModel; } } } }
class SvxXMLListLevelStyleContext_Impl;
-typedef std::vector<SvxXMLListLevelStyleContext_Impl *> SvxXMLListStyle_Impl;
+typedef std::vector<css::uno::Reference<SvxXMLListLevelStyleContext_Impl>> SvxXMLListStyle_Impl;
class XMLOFF_DLLPUBLIC SvxXMLListStyleContext
: public SvXMLStyleContext
@@ -66,8 +66,6 @@ public:
const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList,
bool bOutl = false );
- virtual ~SvxXMLListStyleContext();
-
virtual SvXMLImportContext *CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,