diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-30 10:21:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-30 10:41:28 +0000 |
commit | 5a7532b5ed3df5017b29964125f4609d45bdc647 (patch) | |
tree | 85dd4c73cf4c60a68b20c2bacafe067624f704bd /xmlsecurity/inc | |
parent | 992f52a821e685ef94166f4528be567f5b1870e3 (diff) |
convert cert path page to .ui
Change-Id: Ic726e5665a46b9e34fb05d800460b50977d94ee6
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r-- | xmlsecurity/inc/xmlsecurity/certificateviewer.hxx | 21 | ||||
-rw-r--r-- | xmlsecurity/inc/xmlsecurity/global.hrc | 1 |
2 files changed, 9 insertions, 13 deletions
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 |