summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-26 13:50:21 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-26 13:50:21 +0000
commit443b834190374efe51b845fd829c034536c5ef4b (patch)
treedcca6b2fe3dd158f562223c9de839d1b2aaf043d /xmlsecurity/inc
parent8ee28062db14b834ae7e31c7f096ee7cfacefd89 (diff)
INTEGRATION: CWS xmlsec06 (1.6.2); FILE MERGED
2004/10/12 08:30:46 mmi 1.6.2.1: add error detail information Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r--xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx b/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx
index 7d97c7c769a5..e3052d8aee81 100644
--- a/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx
+++ b/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlsignaturehelper.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mt $ $Date: 2004-08-18 09:14:40 $
+ * last change: $Author: rt $ $Date: 2004-11-26 14:50:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,9 +98,9 @@ namespace embed {
struct XMLSignatureCreationResult
{
sal_Int32 nSecurityId;
- com::sun::star::xml::crypto::sax::SignatureCreationResult nSignatureCreationResult;
+ com::sun::star::xml::crypto::SecurityOperationStatus nSignatureCreationResult;
- XMLSignatureCreationResult( sal_Int32 nId, com::sun::star::xml::crypto::sax::SignatureCreationResult nResult )
+ XMLSignatureCreationResult( sal_Int32 nId, com::sun::star::xml::crypto::SecurityOperationStatus nResult )
{
nSecurityId = nId;
nSignatureCreationResult = nResult;
@@ -110,9 +110,9 @@ struct XMLSignatureCreationResult
struct XMLSignatureVerifyResult
{
sal_Int32 nSecurityId;
- com::sun::star::xml::crypto::sax::SignatureVerifyResult nSignatureVerifyResult;
+ com::sun::star::xml::crypto::SecurityOperationStatus nSignatureVerifyResult;
- XMLSignatureVerifyResult( sal_Int32 nId, com::sun::star::xml::crypto::sax::SignatureVerifyResult nResult )
+ XMLSignatureVerifyResult( sal_Int32 nId, com::sun::star::xml::crypto::SecurityOperationStatus nResult )
{
nSecurityId = nId;
nSignatureVerifyResult = nResult;