diff options
author | Noel Grandin <noel@peralex.com> | 2016-06-30 14:09:31 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-07-06 06:38:30 +0000 |
commit | 716844c6ab7cfc18efd61b0f77e285d453b6cc29 (patch) | |
tree | 868d93c4bfd99a84c339cb8e00202fe07d8affb2 /cui | |
parent | eff871de05c5efdac0d0397b539b3b5e999672c9 (diff) |
restore loplugin:vclwidget checking for calling clear() on VclPtr fields
Change-Id: I85eda1c33016c1461d897fc0a3b70457209a7405
Reviewed-on: https://gerrit.libreoffice.org/26806
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optopencl.cxx | 1 | ||||
-rw-r--r-- | cui/source/options/personalization.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/backgrnd.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/cui/source/options/optopencl.cxx b/cui/source/options/optopencl.cxx index cbe37dd6ed54..b24d4ceb3c27 100644 --- a/cui/source/options/optopencl.cxx +++ b/cui/source/options/optopencl.cxx @@ -70,6 +70,7 @@ void SvxOpenCLTabPage::dispose() mpUseSwInterpreter.clear(); mpUseOpenCL.clear(); + clUsed.clear(); SfxTabPage::dispose(); } diff --git a/cui/source/options/personalization.cxx b/cui/source/options/personalization.cxx index 44ed7ebe58f8..ffd2adc10cf1 100644 --- a/cui/source/options/personalization.cxx +++ b/cui/source/options/personalization.cxx @@ -311,6 +311,7 @@ void SvxPersonalizationTabPage::dispose() m_pExtensionPersonaPreview.clear(); m_pPersonaList.clear(); m_pExtensionLabel.clear(); + m_pAppliedThemeLabel.clear(); SfxTabPage::dispose(); } diff --git a/cui/source/tabpages/backgrnd.cxx b/cui/source/tabpages/backgrnd.cxx index e9d69c1a5366..906f1649d272 100644 --- a/cui/source/tabpages/backgrnd.cxx +++ b/cui/source/tabpages/backgrnd.cxx @@ -417,6 +417,7 @@ void SvxBackgroundTabPage::dispose() m_pTblLBox.clear(); m_pBackGroundColorFrame.clear(); m_pBackgroundColorSet.clear(); + m_pBackGroundColorLabelFT.clear(); m_pPreviewWin1.clear(); m_pBtnPreview.clear(); m_pBitmapContainer.clear(); |