summaryrefslogtreecommitdiff
path: root/sc/source/filter/lotus
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-24 16:50:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-25 13:14:20 +0200
commit4467dc6685dbe2862da5eb54edb89c1711253812 (patch)
treefb57b72dc85ff9478622c65fa293b1af96d48adf /sc/source/filter/lotus
parent4d41b2e42fb91b99bd17b13f0f592978f4ccfba7 (diff)
loplugin:useuniqueptr in sc
Change-Id: Ia647ef2dda2dd54a4958a7dc561a0fb86abdfd86 Reviewed-on: https://gerrit.libreoffice.org/41522 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/filter/lotus')
-rw-r--r--sc/source/filter/lotus/tool.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/filter/lotus/tool.cxx b/sc/source/filter/lotus/tool.cxx
index 07c1f93a8dd3..d29d9f981480 100644
--- a/sc/source/filter/lotus/tool.cxx
+++ b/sc/source/filter/lotus/tool.cxx
@@ -158,8 +158,6 @@ FormCache::FormCache( ScDocument* pDoc1 )
FormCache::~FormCache()
{
- for(FormIdent & rIdent : aIdents)
- delete rIdent.GetAttr();
}
SfxUInt32Item* FormCache::NewAttr( sal_uInt8 nFormat, sal_uInt8 nSt )