summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-18 13:33:04 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-18 13:33:04 +0000
commit003b122819b708151c9078a96a85a56a4d84244c (patch)
tree5176eed3055e061aa0b3c05ed44d10c44a638601 /xmlsecurity
parentd19c7bea2224619b6cc13a75b6fdb31cab730346 (diff)
INTEGRATION: CWS xmlsec07 (1.7.2); FILE MERGED
2004/12/10 10:56:38 pb 1.7.2.1: fix: #i38637# #i38641# certpath page: mpParent and mbFirstActiveDone added
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/inc/xmlsecurity/certificateviewer.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx b/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
index fa8a3c9b8c45..e9babb88642d 100644
--- a/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
+++ b/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: certificateviewer.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 14:49:49 $
+ * last change: $Author: kz $ $Date: 2005-01-18 14:33:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -170,6 +170,9 @@ private:
PushButton maViewCertPB;
FixedText maCertStatusFT;
MultiLineEdit maCertStatusML;
+
+ CertificateViewer* mpParent;
+ bool mbFirstActivateDone;
Image maCertImage;
DECL_LINK( ViewCertHdl, void* );