summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/linguistic2/XSupportedLocales.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/linguistic2/XSupportedLocales.idl')
-rw-r--r--offapi/com/sun/star/linguistic2/XSupportedLocales.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/linguistic2/XSupportedLocales.idl b/offapi/com/sun/star/linguistic2/XSupportedLocales.idl
index 453ef2309489..025b5b449687 100644
--- a/offapi/com/sun/star/linguistic2/XSupportedLocales.idl
+++ b/offapi/com/sun/star/linguistic2/XSupportedLocales.idl
@@ -53,7 +53,7 @@ published interface XSupportedLocales : com::sun::star::uno::XInterface
by the object.
@returns
- <TRUE/> if the language is supported, otherwise <FALSE/>.
+ `TRUE` if the language is supported, otherwise `FALSE`.
*/
boolean hasLocale( [in] com::sun::star::lang::Locale aLocale );
};