From 5a7532b5ed3df5017b29964125f4609d45bdc647 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 30 Jan 2014 10:21:50 +0000 Subject: convert cert path page to .ui Change-Id: Ic726e5665a46b9e34fb05d800460b50977d94ee6 --- xmlsecurity/inc/xmlsecurity/certificateviewer.hxx | 21 +++++++++------------ xmlsecurity/inc/xmlsecurity/global.hrc | 1 - 2 files changed, 9 insertions(+), 13 deletions(-) (limited to 'xmlsecurity/inc') diff --git a/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx b/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx index 58771c98b21f..31884e14d2e8 100644 --- a/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx +++ b/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx @@ -67,15 +67,14 @@ protected: CertificateViewer* mpDlg; public: CertificateViewerTP( Window* _pParent, const ResId& _rResId, CertificateViewer* _pDlg ); - inline void SetTabDlg( CertificateViewer* pTabDlg ); + CertificateViewerTP( Window* _pParent, const OString& rID, + const OUString& rUIXMLDescription, CertificateViewer* _pDlg ); + void SetTabDlg( CertificateViewer* _pTabDlg ) + { + mpDlg = _pTabDlg; + } }; -inline void CertificateViewerTP::SetTabDlg( CertificateViewer* _pTabDlg ) -{ - mpDlg = _pTabDlg; -} - - class CertificateViewerGeneralTP : public CertificateViewerTP { private: @@ -123,11 +122,9 @@ public: class CertificateViewerCertPathTP : public CertificateViewerTP { private: - FixedText maCertPathFT; - SvTreeListBox maCertPathLB; - PushButton maViewCertPB; - FixedText maCertStatusFT; - MultiLineEdit maCertStatusML; + SvTreeListBox* mpCertPathLB; + PushButton* mpViewCertPB; + VclMultiLineEdit* mpCertStatusML; CertificateViewer* mpParent; bool mbFirstActivateDone; diff --git a/xmlsecurity/inc/xmlsecurity/global.hrc b/xmlsecurity/inc/xmlsecurity/global.hrc index f7a541dd06f4..52edfa09a94c 100644 --- a/xmlsecurity/inc/xmlsecurity/global.hrc +++ b/xmlsecurity/inc/xmlsecurity/global.hrc @@ -24,7 +24,6 @@ #define RID_XMLSECTP_GENERAL 1003 #define RID_XMLSECTP_DETAILS 1004 -#define RID_XMLSECTP_CERTPATH 1005 #define RID_XMLSECTP_MACROWARN 1009 -- cgit