summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-03-29 12:22:10 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-03-29 12:22:10 +0000
commite23e9deb17e5728252a6a6bc46e08dcfd8f53bbf (patch)
tree9035a31b2caba7e208d10084985e2dc4b972a81e /xmlsecurity
parent900cf094ff4ad7e424089fb23160cc07c87cc8f9 (diff)
INTEGRATION: CWS xmlsec10 (1.2.24); FILE MERGED
2005/03/23 09:52:47 mmi 1.2.24.1: idl review Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/framework/securityengine.cxx6
-rw-r--r--xmlsecurity/source/framework/xmlencryptiontemplateimpl.cxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/xmlsecurity/source/framework/securityengine.cxx b/xmlsecurity/source/framework/securityengine.cxx
index e9dcedf3c71d..bec1799c360b 100644
--- a/xmlsecurity/source/framework/securityengine.cxx
+++ b/xmlsecurity/source/framework/securityengine.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: securityengine.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 14:53:55 $
+ * last change: $Author: rt $ $Date: 2005-03-29 13:21:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,7 @@ SecurityEngine::SecurityEngine( const cssu::Reference< cssl::XMultiServiceFactor
m_nNumOfResolvedReferences(0),
m_bMissionDone(false),
m_nSecurityId(-1),
- m_nStatus(::com::sun::star::xml::crypto::SecurityOperationStatus_STATUS_UNKNOWN)
+ m_nStatus(::com::sun::star::xml::crypto::SecurityOperationStatus_UNKNOWN)
{
}
diff --git a/xmlsecurity/source/framework/xmlencryptiontemplateimpl.cxx b/xmlsecurity/source/framework/xmlencryptiontemplateimpl.cxx
index 72e8635137b8..2a442564bd02 100644
--- a/xmlsecurity/source/framework/xmlencryptiontemplateimpl.cxx
+++ b/xmlsecurity/source/framework/xmlencryptiontemplateimpl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlencryptiontemplateimpl.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 14:54:49 $
+ * last change: $Author: rt $ $Date: 2005-03-29 13:22:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,7 @@ XMLEncryptionTemplateImpl :: XMLEncryptionTemplateImpl( const Reference< XMultiS
: m_xServiceManager( aFactory ),
m_xTemplate( NULL ),
m_xTarget( NULL ),
- m_nStatus ( ::com::sun::star::xml::crypto::SecurityOperationStatus_STATUS_UNKNOWN ) {
+ m_nStatus ( ::com::sun::star::xml::crypto::SecurityOperationStatus_UNKNOWN ) {
}
XMLEncryptionTemplateImpl :: ~XMLEncryptionTemplateImpl() {