summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/resource/XStringResourceResolver.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/resource/XStringResourceResolver.idl')
-rw-r--r--offapi/com/sun/star/resource/XStringResourceResolver.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/resource/XStringResourceResolver.idl b/offapi/com/sun/star/resource/XStringResourceResolver.idl
index e4967038702e..5f21022d7236 100644
--- a/offapi/com/sun/star/resource/XStringResourceResolver.idl
+++ b/offapi/com/sun/star/resource/XStringResourceResolver.idl
@@ -98,7 +98,7 @@ interface XStringResourceResolver: com::sun::star::util::XModifyBroadcaster
@param ResourceID
ID to specify the string inside the resource.
- @return <TRUE/> if an entry exists, otherwise <FALSE/>
+ @return `TRUE` if an entry exists, otherwise `FALSE`
*/
boolean hasEntryForId( [in] string ResourceID );
@@ -119,7 +119,7 @@ interface XStringResourceResolver: com::sun::star::util::XModifyBroadcaster
The locale has to match exactly with one of the locales provided by
getLocales(). A closest match search is not supported.
- @return <TRUE/> if an entry exists, otherwise <FALSE/>
+ @return `TRUE` if an entry exists, otherwise `FALSE`
*/
boolean hasEntryForIdAndLocale( [in] string ResourceID, [in] com::sun::star::lang::Locale locale );