summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-05-08 11:11:33 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-08 12:57:42 +0200
commit638ec7728b9a1327b424eade7f6bc5828b575921 (patch)
tree4bf74540ce30ee8a5b9f048b0d0eee4ea0f3c0a1 /sfx2/source/dialog
parent34394d227bbb0b738fef66a7c457697dbf77de58 (diff)
convert DELETEX to DELETEZ
one of these is bad enough Change-Id: Ifc40f3e3c067bb715c6befab9193d22d0c56a6e7 Reviewed-on: https://gerrit.libreoffice.org/53960 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/dialog')
-rw-r--r--sfx2/source/dialog/templdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx
index 31ffd4cdbc5c..678285a27456 100644
--- a/sfx2/source/dialog/templdlg.cxx
+++ b/sfx2/source/dialog/templdlg.cxx
@@ -809,7 +809,7 @@ void SfxCommonTemplateDialog_Impl::impl_clear()
pStyleFamilies = nullptr;
sal_uInt16 i;
for ( i = 0; i < MAX_FAMILIES; ++i )
- DELETEX(SfxTemplateItem, pFamilyState[i]);
+ DELETEZ(pFamilyState[i]);
for ( i = 0; i < COUNT_BOUND_FUNC; ++i )
delete pBoundItems[i];
pCurObjShell = nullptr;