Add missing @since tags
Change-Id: Ie4436986f847828cf1644325d692d64c344b03c5 Reviewed-on: https://gerrit.libreoffice.org/60482 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
This commit is contained in:
parent
f90e32c06b
commit
e625c64575
2 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,8 @@ module com { module sun { module star { module security {
|
|||
|
||||
/**
|
||||
* Enum definition of a certificate kind ( X509, OpenPGP )
|
||||
*
|
||||
* @since LibreOffice 5.4
|
||||
*/
|
||||
enum CertificateKind
|
||||
{
|
||||
|
|
|
@ -111,6 +111,8 @@ interface XCertificate : com::sun::star::uno::XInterface
|
|||
|
||||
/**
|
||||
* the kind of certificate, X.509 or OpenPGP
|
||||
*
|
||||
* @since LibreOffice 5.4
|
||||
*/
|
||||
[attribute, readonly] com::sun::star::security::CertificateKind CertificateKind;
|
||||
|
||||
|
|
Loading…
Reference in a new issue