summaryrefslogtreecommitdiffstats
path: root/xmlsecurity
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-30 14:09:31 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-07-06 06:38:30 +0000
commit716844c6ab7cfc18efd61b0f77e285d453b6cc29 (patch)
tree868d93c4bfd99a84c339cb8e00202fe07d8affb2 /xmlsecurity
parentfix missing semicolon that breaks packaging windows installer (diff)
downloadcore-716844c6ab7cfc18efd61b0f77e285d453b6cc29.tar.gz
core-716844c6ab7cfc18efd61b0f77e285d453b6cc29.zip
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 'xmlsecurity')
-rw-r--r--xmlsecurity/source/dialogs/certificatechooser.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlsecurity/source/dialogs/certificatechooser.cxx b/xmlsecurity/source/dialogs/certificatechooser.cxx
index ce92dfd4a0e5..62ec941220c7 100644
--- a/xmlsecurity/source/dialogs/certificatechooser.cxx
+++ b/xmlsecurity/source/dialogs/certificatechooser.cxx
@@ -89,6 +89,7 @@ void CertificateChooser::dispose()
m_pCertLB.disposeAndClear();
m_pViewBtn.clear();
m_pOKBtn.clear();
+ m_pDescriptionED.clear();
ModalDialog::dispose();
}