summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-03-29 12:18:07 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-03-29 12:18:07 +0000
commitb02c57bcbbb8761785c100b07dbe6b221f393c96 (patch)
tree40795a374de32e80f81239cc26014ed94c824184 /xmlsecurity/inc
parentc521f781c5f992341f62056bba524befcd46c863 (diff)
INTEGRATION: CWS xmlsec10 (1.5.4); FILE MERGED
2005/03/23 09:52:42 mmi 1.5.4.1: idl review Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r--xmlsecurity/inc/xmlsecurity/sigstruct.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/sigstruct.hxx b/xmlsecurity/inc/xmlsecurity/sigstruct.hxx
index 7462ea0e1390..11b5b44a469a 100644
--- a/xmlsecurity/inc/xmlsecurity/sigstruct.hxx
+++ b/xmlsecurity/inc/xmlsecurity/sigstruct.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sigstruct.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2005-03-10 18:02:50 $
+ * last change: $Author: rt $ $Date: 2005-03-29 13:18:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -132,7 +132,7 @@ struct SignatureInformation
SignatureInformation( sal_Int32 nId )
{
nSecurityId = nId;
- nStatus = ::com::sun::star::xml::crypto::SecurityOperationStatus_STATUS_UNKNOWN;
+ nStatus = ::com::sun::star::xml::crypto::SecurityOperationStatus_UNKNOWN;
nSecurityEnvironmentIndex = -1;
}
};