summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/xmlsecurity
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/inc/xmlsecurity')
-rw-r--r--xmlsecurity/inc/xmlsecurity/certificateviewer.hxx21
-rw-r--r--xmlsecurity/inc/xmlsecurity/global.hrc1
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