From 98b77ad1e6acbbdda4843a4b57c1185d53884581 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 18 Oct 2016 11:36:17 +0200 Subject: loplugin:expandablemethods in UnoControls..vbahelper Change-Id: Iec2c5e13119d97c9ca87e083c0f7cb00227e5231 Reviewed-on: https://gerrit.libreoffice.org/29997 Tested-by: Jenkins Reviewed-by: Noel Grandin --- uui/source/sslwarndlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uui/source/sslwarndlg.cxx') diff --git a/uui/source/sslwarndlg.cxx b/uui/source/sslwarndlg.cxx index 53da63af1952..162df6553831 100644 --- a/uui/source/sslwarndlg.cxx +++ b/uui/source/sslwarndlg.cxx @@ -33,7 +33,7 @@ void SSLWarnDialog::ViewCert() xDocumentDigitalSignatures = css::security::DocumentDigitalSignatures::createDefault( m_xContext ); - xDocumentDigitalSignatures.get()->showCertificate(getCert()); + xDocumentDigitalSignatures.get()->showCertificate(m_rXCert); } -- cgit v1.2.3