[Libreoffice-commits] core.git: udkapi/com
Eike Rathke (via logerrit)
logerrit at kemper.freedesktop.org
Mon May 6 19:23:44 UTC 2019
udkapi/com/sun/star/lang/Locale.idl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit d60d583c49ac2115eb376156032327b940bc11ce
Author: Eike Rathke <erack at redhat.com>
AuthorDate: Mon May 6 16:39:11 2019 +0200
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Mon May 6 21:22:46 2019 +0200
Move quotes confusing doxygen
The output of "<strong>qlt</strong>" was literally
<strong>qlt</strong> instead of "qlt" strong formatted.
Change-Id: Ifb011a7df57f9c04365f6fe9e0d32a8175b486a9
Reviewed-on: https://gerrit.libreoffice.org/71867
Reviewed-by: Eike Rathke <erack at redhat.com>
Tested-by: Jenkins
diff --git a/udkapi/com/sun/star/lang/Locale.idl b/udkapi/com/sun/star/lang/Locale.idl
index da1d3b3004a9..a5c7c7718955 100644
--- a/udkapi/com/sun/star/lang/Locale.idl
+++ b/udkapi/com/sun/star/lang/Locale.idl
@@ -61,7 +61,7 @@ published struct Locale
<p>Since LibreOffice 4.2, if the locale can not be represented
using only ISO 639 and ISO 3166 codes this field contains the
- ISO 639-3 reserved for local use code "<strong>qlt</strong>" and
+ ISO 639-3 reserved for local use code <strong>"qlt"</strong> and
a <strong>BCP 47</strong> language tag is present in the Variant
field. </p>
*/
@@ -84,7 +84,7 @@ published struct Locale
/** specifies a <strong>BCP 47</strong> Language Tag.
<p>Since LibreOffice 4.2, <strong>if</strong> the Language field
- is the code "<strong>qlt</strong>" this field contains the full
+ is the code <strong>"qlt"</strong> this field contains the full
BCP 47 language tag. If the Language field is not "qlt" this
field is empty. </p>
More information about the Libreoffice-commits
mailing list