summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-03-29 12:22:26 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-03-29 12:22:26 +0000
commit50adc360262c8eccc9e600db039b150ff751e826 (patch)
tree93a1fad68888f7a27361bfacf42f7da7528cd46a /xmlsecurity/source
parente23e9deb17e5728252a6a6bc46e08dcfd8f53bbf (diff)
INTEGRATION: CWS xmlsec10 (1.2.24); FILE MERGED
2005/03/23 09:52:48 mmi 1.2.24.1: idl review Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'xmlsecurity/source')
-rw-r--r--xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx b/xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx
index 9ca5f461df58..159fc9febf36 100644
--- a/xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx
+++ b/xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlsignaturetemplateimpl.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 14:55:17 $
+ * last change: $Author: rt $ $Date: 2005-03-29 13:22:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,7 +86,7 @@ using ::com::sun::star::xml::crypto::XXMLSignatureTemplate ;
XMLSignatureTemplateImpl :: XMLSignatureTemplateImpl( const Reference< XMultiServiceFactory >& aFactory )
:m_xServiceManager( aFactory ),
m_xTemplate( NULL ),
- m_nStatus ( ::com::sun::star::xml::crypto::SecurityOperationStatus_STATUS_UNKNOWN )
+ m_nStatus ( ::com::sun::star::xml::crypto::SecurityOperationStatus_UNKNOWN )
{
}