summaryrefslogtreecommitdiff
path: root/svtools/source/config/fontsubstconfig.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-17 14:36:31 +0200
committerNoel Grandin <noel@peralex.com>2015-11-18 08:35:34 +0200
commitf43db673558a1139fba783973c87de9b79033425 (patch)
tree961efab15b7a334f94f5fd69f1b72a16838cbae0 /svtools/source/config/fontsubstconfig.cxx
parent66d2b72667792cb18b25805387824d636e2a455c (diff)
use unique_ptr for pImpl in svtools/
Change-Id: Ic82db5859464978ca58094e2b6f44e3c9ba30b4c
Diffstat (limited to 'svtools/source/config/fontsubstconfig.cxx')
-rw-r--r--svtools/source/config/fontsubstconfig.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/config/fontsubstconfig.cxx b/svtools/source/config/fontsubstconfig.cxx
index 02a38444fdc7..6437788eb113 100644
--- a/svtools/source/config/fontsubstconfig.cxx
+++ b/svtools/source/config/fontsubstconfig.cxx
@@ -90,7 +90,6 @@ SvtFontSubstConfig::SvtFontSubstConfig() :
SvtFontSubstConfig::~SvtFontSubstConfig()
{
- delete pImpl;
}
void SvtFontSubstConfig::Notify( const css::uno::Sequence< OUString >& )