summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/security
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-03-29 12:39:32 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-03-29 12:39:32 +0000
commit4b095ccd7e247d60ed33c789e25467f666790f60 (patch)
treee32ae83e7131ada03a1fd7329a41aff6cb42b6f5 /offapi/com/sun/star/security
parent5023fd57cd198240d385c6eea057805ab1e89d6a (diff)
INTEGRATION: CWS xmlsec10 (1.2.130); FILE MERGED
2005/03/23 09:50:17 mmi 1.2.130.1: idl review Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'offapi/com/sun/star/security')
-rw-r--r--offapi/com/sun/star/security/XCertificateExtension.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/security/XCertificateExtension.idl b/offapi/com/sun/star/security/XCertificateExtension.idl
index 75ea50dc147a..1b9006a1abb6 100644
--- a/offapi/com/sun/star/security/XCertificateExtension.idl
+++ b/offapi/com/sun/star/security/XCertificateExtension.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XCertificateExtension.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-08-31 09:52:03 $
+ * last change: $Author: rt $ $Date: 2005-03-29 13:39:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,12 +85,12 @@ interface XCertificateExtension : com::sun::star::uno::XInterface
/**
* Get the extension object identifier in string.
*/
- [attribute, readonly] sequence< byte > ExtnId ;
+ [attribute, readonly] sequence< byte > ExtensionId ;
/**
* Get the extension value
*/
- [attribute, readonly] sequence< byte > ExtnValue ;
+ [attribute, readonly] sequence< byte > ExtensionValue ;
};
} ; } ; } ; } ;