diff options
author | Noel Grandin <noel@peralex.com> | 2016-07-21 09:21:50 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-07-21 09:22:24 +0200 |
commit | 2cdc10d66bbfba9424dd6f51e64849a6969bb443 (patch) | |
tree | 2f870395e11ca565d4bb55bb0207ef19e69f35db /cui | |
parent | bd6247ad55d086b36305f9465a80ea0afbc2f5eb (diff) |
loplugin:vclwidgets
Change-Id: I264644d1fb3582168879d47d0d538bef27902573
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/tppattern.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
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(); } |