From 2cdc10d66bbfba9424dd6f51e64849a6969bb443 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 21 Jul 2016 09:21:50 +0200 Subject: loplugin:vclwidgets Change-Id: I264644d1fb3582168879d47d0d538bef27902573 --- cui/source/tabpages/tppattern.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cui') diff --git a/cui/source/tabpages/tppattern.cxx b/cui/source/tabpages/tppattern.cxx index 3c1e155a1bbf..998263de3900 100644 --- a/cui/source/tabpages/tppattern.cxx +++ b/cui/source/tabpages/tppattern.cxx @@ -150,6 +150,10 @@ void SvxPatternTabPage::dispose() m_pCtlPreview.clear(); m_pBtnAdd.clear(); m_pBtnModify.clear(); + m_pBxPixelEditor.clear(); + m_pLbPatterns.clear(); + m_pPatternLB.clear(); + m_pBtnDelete.clear(); SvxTabPage::dispose(); } -- cgit