diff options
author | Noel Grandin <noel@peralex.com> | 2016-07-27 09:49:20 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-07-27 10:23:13 +0200 |
commit | 187044b5e837c24223ca4625df48d0161a72945f (patch) | |
tree | f05e64e0c0aa4ec7b02953a50edc867478180c65 /cui | |
parent | 702e26d6568ff739ff3783564044ad8afa689b1f (diff) |
loplugin:vclwidgets
Change-Id: Ie16efa4a66cc3ea1991878f20442f0c0bac79d10
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/tparea.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/tpbitmap.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/tabpages/tparea.cxx b/cui/source/tabpages/tparea.cxx index c9f5cae1dc4b..67af95dccb37 100644 --- a/cui/source/tabpages/tparea.cxx +++ b/cui/source/tabpages/tparea.cxx @@ -174,6 +174,7 @@ void SvxAreaTabPage::dispose() m_pLbBitmap.clear(); m_pCtlBitmapPreview.clear(); m_pCtlXRectPreview.clear(); + m_pBtnImport.clear(); SvxTabPage::dispose(); } diff --git a/cui/source/tabpages/tpbitmap.cxx b/cui/source/tabpages/tpbitmap.cxx index 373da0891c36..51668d125283 100644 --- a/cui/source/tabpages/tpbitmap.cxx +++ b/cui/source/tabpages/tpbitmap.cxx @@ -95,6 +95,7 @@ void SvxBitmapTabPage::dispose() { m_pBitmapLB.clear(); m_pCtlBitmapPreview.clear(); + m_pBtnImport.clear(); SvxTabPage::dispose(); } |