summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-30 09:55:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-30 10:00:40 +0000
commit3103445754969aaf0fdf6c29ee0318228d74b266 (patch)
treef8378439db0ae436025f619d8456916abb11348c /xmlsecurity/inc
parent92c8a8fc823e8a96fb3997386364652b759a31fa (diff)
convert view certs tabdialog to .ui
Change-Id: Iee67e273cf19a1af6c4947870bb9f131f0a6cc11
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r--xmlsecurity/inc/xmlsecurity/certificateviewer.hxx7
-rw-r--r--xmlsecurity/inc/xmlsecurity/global.hrc1
2 files changed, 4 insertions, 4 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx b/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
index 540b1288a8e2..58771c98b21f 100644
--- a/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
+++ b/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
@@ -46,9 +46,10 @@ private:
friend class CertificateViewerDetailsTP;
friend class CertificateViewerCertPathTP;
- TabControl maTabCtrl;
- OKButton maOkBtn;
- HelpButton maHelpBtn;
+ TabControl* mpTabCtrl;
+ sal_uInt16 mnGeneralId;
+ sal_uInt16 mnDetailsId;
+ sal_uInt16 mnPathId;
bool mbCheckForPrivateKey;
diff --git a/xmlsecurity/inc/xmlsecurity/global.hrc b/xmlsecurity/inc/xmlsecurity/global.hrc
index 7608d5cbe50c..f7a541dd06f4 100644
--- a/xmlsecurity/inc/xmlsecurity/global.hrc
+++ b/xmlsecurity/inc/xmlsecurity/global.hrc
@@ -22,7 +22,6 @@
// global resource ids
-#define RID_XMLSECDLG_CERTVIEWER 1002
#define RID_XMLSECTP_GENERAL 1003
#define RID_XMLSECTP_DETAILS 1004
#define RID_XMLSECTP_CERTPATH 1005