Kaydet (Commit) 4b095ccd authored tarafından Rüdiger Timm's avatar Rüdiger Timm

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:
üst 5023fd57
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: XCertificateExtension.idl,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -85,12 +85,12 @@ interface XCertificateExtension : com::sun::star::uno::XInterface ...@@ -85,12 +85,12 @@ interface XCertificateExtension : com::sun::star::uno::XInterface
/** /**
* Get the extension object identifier in string. * Get the extension object identifier in string.
*/ */
[attribute, readonly] sequence< byte > ExtnId ; [attribute, readonly] sequence< byte > ExtensionId ;
/** /**
* Get the extension value * Get the extension value
*/ */
[attribute, readonly] sequence< byte > ExtnValue ; [attribute, readonly] sequence< byte > ExtensionValue ;
}; };
} ; } ; } ; } ; } ; } ; } ; } ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment