summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-07 09:35:04 +0200
committerNoel Grandin <noel@peralex.com>2015-09-08 08:16:46 +0200
commit61623d5b90510ae6c791a41031d586a9316e74c4 (patch)
tree0b5a8115ae6d603cbe6208b958d8b440ea8fd06f /xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
parentd7efea29cdc2faa57d172d7e4d8def18fd49536c (diff)
convert Link<> to typed
Change-Id: I365a81a0a960f5da736c9a97aa056da16c99452f
Diffstat (limited to 'xmlsecurity/inc/xmlsecurity/certificateviewer.hxx')
-rw-r--r--xmlsecurity/inc/xmlsecurity/certificateviewer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx b/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
index b3b6de53ece5..53499cd875b7 100644
--- a/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
+++ b/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
@@ -102,7 +102,7 @@ private:
vcl::Font m_aStdFont;
vcl::Font m_aFixedWidthFont;
- DECL_LINK( ElementSelectHdl, void* );
+ DECL_LINK_TYPED( ElementSelectHdl, SvTreeListBox*, void );
void Clear();
void InsertElement( const OUString& _rField, const OUString& _rValue,
const OUString& _rDetails, bool _bFixedWidthFont = false );
@@ -130,9 +130,9 @@ private:
OUString msCertNotValidated;
DECL_LINK_TYPED( ViewCertHdl, Button*, void );
- DECL_LINK( CertSelectHdl, void* );
+ DECL_LINK_TYPED( CertSelectHdl, SvTreeListBox*, void );
void Clear();
- SvTreeListEntry* InsertCert( SvTreeListEntry* _pParent, const OUString& _rName,
+ SvTreeListEntry* InsertCert( SvTreeListEntry* _pParent, const OUString& _rName,
css::uno::Reference< css::security::XCertificate > rxCert,
bool bValid);