summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2019-05-06 16:39:11 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2019-05-06 21:22:46 +0200
commitd60d583c49ac2115eb376156032327b940bc11ce (patch)
tree250052ad59e1ea9ab275ada1c8724da08ffd6c16 /udkapi
parentac52193805c537619402b993d7308935857ce668 (diff)
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@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/lang/Locale.idl4
1 files changed, 2 insertions, 2 deletions
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>