From b2fb84499e1f75735e8fd90bc2eece3fed9af5f6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 7 Mar 2016 14:19:22 +0200 Subject: loplugin:write only fields Change-Id: Ia0fb487c5590e096659b81f76c4dc543e184c59c --- sw/source/ui/fldui/changedb.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sw/source/ui') diff --git a/sw/source/ui/fldui/changedb.cxx b/sw/source/ui/fldui/changedb.cxx index 85b3ad829cc5..a3cfe85f2d97 100644 --- a/sw/source/ui/fldui/changedb.cxx +++ b/sw/source/ui/fldui/changedb.cxx @@ -56,7 +56,6 @@ SwChangeDBDlg::SwChangeDBDlg(SwView& rVw) "modules/swriter/ui/exchangedatabases.ui") , aImageList(SW_RES(ILIST_DB_DLG)) , pSh(rVw.GetWrtShellPtr()) - , pMgr( new SwFieldMgr() ) { get(m_pUsedDBTLB, "inuselb"); get(m_pAvailDBTLB, "availablelb"); @@ -169,7 +168,6 @@ SwChangeDBDlg::~SwChangeDBDlg() void SwChangeDBDlg::dispose() { - delete pMgr; m_pUsedDBTLB.clear(); m_pAvailDBTLB.clear(); m_pAddDBPB.clear(); -- cgit