[Libreoffice-commits] core.git: offapi/com
Stephan Bergmann
sbergman at redhat.com
Mon Sep 11 09:11:05 UTC 2017
offapi/com/sun/star/xml/crypto/DigestID.idl | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 64fb35889d76d44ac293918c4e475d0272ec903e
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Sep 11 11:10:41 2017 +0200
Missing @since tags
Change-Id: Ic19041193264627baefd487ddd1d3c05088c027e
diff --git a/offapi/com/sun/star/xml/crypto/DigestID.idl b/offapi/com/sun/star/xml/crypto/DigestID.idl
index bf21c4285cfa..970eb11471d7 100644
--- a/offapi/com/sun/star/xml/crypto/DigestID.idl
+++ b/offapi/com/sun/star/xml/crypto/DigestID.idl
@@ -50,11 +50,15 @@ constants DigestID
const long SHA256_1K = 4;
/** identifier of SHA-512 algorithm
+
+ @since LibreOffice 6.0
*/
const long SHA512 = 5;
/** identifier of SHA-512 algorithm that is applied to the first
kilobyte of data.
+
+ @since LibreOffice 6.0
*/
const long SHA512_1K = 6;
};
More information about the Libreoffice-commits
mailing list