diff options
author | David Tardon <dtardon@redhat.com> | 2016-09-09 13:36:58 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-09-09 16:16:45 +0200 |
commit | 7469d7556919a4ebb54e71fbdf3be9c7f88afa13 (patch) | |
tree | cf79036a210d932bfdc507cbae0082a910f14c89 /xmloff | |
parent | bbb017f95ec70c8d10dc6e1473f14eeda9ff6144 (diff) |
use std::unique_ptr
Change-Id: I39475538ed838e4210e256d85c6dd46232f8dc50
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/XMLTextListAutoStylePool.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLTextListAutoStylePool.cxx b/xmloff/source/text/XMLTextListAutoStylePool.cxx index 10f5e6d17339..bbdf2f77faae 100644 --- a/xmloff/source/text/XMLTextListAutoStylePool.cxx +++ b/xmloff/source/text/XMLTextListAutoStylePool.cxx @@ -157,7 +157,6 @@ XMLTextListAutoStylePool::~XMLTextListAutoStylePool() { // The XMLTextListAutoStylePoolEntry_Impl object in the pool need delete explicitly in dtor. pPool->DeleteAndDestroyAll(); - delete pPool; } void XMLTextListAutoStylePool::RegisterName( const OUString& rName ) |