diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 08:17:24 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 08:17:24 +0000 |
commit | 5474ccb836257844f5943ca266065e7cebb680c9 (patch) | |
tree | 5d1dd4a764d3a3800da3c7aa0b9a639c48254b42 /xmlsecurity/inc | |
parent | 8beb216f8e5e22ef377fc12f155847a6e2c80553 (diff) |
INTEGRATION: CWS xmlsec13 (1.6.28); FILE MERGED
2005/10/31 13:27:26 jl 1.6.28.2: RESYNC: (1.6-1.7); FILE MERGED
2005/10/26 12:47:51 pb 1.6.28.1: fix: #i54495# new status: certificate could not validated
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r-- | xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx b/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx index 6e01f070544b..05d9eae0d986 100644 --- a/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx +++ b/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx @@ -4,9 +4,9 @@ * * $RCSfile: digitalsignaturesdialog.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-09 17:06:58 $ + * last change: $Author: rt $ $Date: 2005-11-11 09:17:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -85,6 +85,8 @@ private: FixedInfo maSigsValidFI; FixedImage maSigsInvalidImg; FixedInfo maSigsInvalidFI; + FixedImage maSigsNotvalidatedImg; + FixedInfo maSigsNotvalidatedFI; PushButton maViewBtn; PushButton maAddBtn; |