summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/documentlinkmgr.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-17 15:15:05 +0200
committerNoel Grandin <noel@peralex.com>2015-11-18 08:35:34 +0200
commitb442d5dd3c230a8a1dabaa7cc0333911ba456859 (patch)
tree1a6ec9b9f165b95703a29e81637b1bfa91c2ed79 /sc/source/ui/docshell/documentlinkmgr.cxx
parent6d47aa90fcdc72f79d904e3af36ea6de0134d764 (diff)
use unique_ptr for pImpl in sc/
Change-Id: I2516c83f8dfca1f1217be7dcb2a28f5dcd2f704e
Diffstat (limited to 'sc/source/ui/docshell/documentlinkmgr.cxx')
-rw-r--r--sc/source/ui/docshell/documentlinkmgr.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/documentlinkmgr.cxx b/sc/source/ui/docshell/documentlinkmgr.cxx
index 6a39a349ae92..87bcae28ccc4 100644
--- a/sc/source/ui/docshell/documentlinkmgr.cxx
+++ b/sc/source/ui/docshell/documentlinkmgr.cxx
@@ -61,7 +61,6 @@ DocumentLinkManager::DocumentLinkManager( ScDocument& rDoc, SfxObjectShell* pShe
DocumentLinkManager::~DocumentLinkManager()
{
- delete mpImpl;
}
void DocumentLinkManager::setDataStream( DataStream* p )