summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-09-11 11:10:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-09-11 11:10:41 +0200
commit64fb35889d76d44ac293918c4e475d0272ec903e (patch)
tree57dcb1bddc7c60a320643c7e4dc19012d5d9d085 /offapi
parentb4c9c0d137a9157b4efef213267fc3a6b75ed4b0 (diff)
Missing @since tags
Change-Id: Ic19041193264627baefd487ddd1d3c05088c027e
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/xml/crypto/DigestID.idl4
1 files changed, 4 insertions, 0 deletions
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;
};