diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-05-26 10:11:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-05-26 13:20:41 +0200 |
commit | 9ac3b599e65669380ab346cb2bb135a6edc3273a (patch) | |
tree | 9492acd2e9b4d9848ea5b30b403fec7ef7d07186 /offapi | |
parent | 62946de9671d718d4033cd2662107020e65368b3 (diff) |
Fix documentation comment
Change-Id: If62135c82d8ab8faba0681302accf8f328e2eb3b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116148
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/rdf/URIs.idl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/offapi/com/sun/star/rdf/URIs.idl b/offapi/com/sun/star/rdf/URIs.idl index ecb74f667ae8..bfc8672d4050 100644 --- a/offapi/com/sun/star/rdf/URIs.idl +++ b/offapi/com/sun/star/rdf/URIs.idl @@ -312,15 +312,16 @@ constants URIs const short ODF_METADATAFILE = 2105; */ - /// urn:oasis:names:tc:opendocument:xmlns:text:1.0meta-field + // urn:oasis:names:tc:opendocument:xmlns:text:1.0meta-field // const short TEXT_META_FIELD = 3000; /** custom shading color of an annotated text range or metadata field (replacement of the default field shading color) + urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0odf#shading + @since LibreOffice 7.2 */ - /// urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0odf#shading const short LO_EXT_SHADING = 2106; }; |