From 9ac3b599e65669380ab346cb2bb135a6edc3273a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 26 May 2021 10:11:52 +0200 Subject: Fix documentation comment Change-Id: If62135c82d8ab8faba0681302accf8f328e2eb3b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116148 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- offapi/com/sun/star/rdf/URIs.idl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'offapi') 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; }; -- cgit