summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2016-06-04 23:09:16 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-06 07:19:06 +0000
commita4a97fb56c526a0f3793e55826afce42f4b0eeef (patch)
tree1df417c511f8a80542d9e8bf7d48c63df773dce8 /unotools
parentc9ff3efd2cc1a0bcf09b073972ecf21b244f9fd8 (diff)
tdf#89329: use unique_ptr for pImpl in configvaluecontainer
Change-Id: Ide38cacc59a44515287d51dadb23836eaac14518 Reviewed-on: https://gerrit.libreoffice.org/25904 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/configvaluecontainer.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/unotools/source/config/configvaluecontainer.cxx b/unotools/source/config/configvaluecontainer.cxx
index a13b52a80fbd..df0a002d4753 100644
--- a/unotools/source/config/configvaluecontainer.cxx
+++ b/unotools/source/config/configvaluecontainer.cxx
@@ -220,7 +220,6 @@ namespace utl
OConfigurationValueContainer::~OConfigurationValueContainer()
{
- delete m_pImpl;
}
void OConfigurationValueContainer::implConstruct( const OUString& _rConfigLocation,