summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/dialogs/XControlInformation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/dialogs/XControlInformation.idl')
-rw-r--r--offapi/com/sun/star/ui/dialogs/XControlInformation.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/XControlInformation.idl b/offapi/com/sun/star/ui/dialogs/XControlInformation.idl
index 823447d9c68c..3fbe3f2aa61d 100644
--- a/offapi/com/sun/star/ui/dialogs/XControlInformation.idl
+++ b/offapi/com/sun/star/ui/dialogs/XControlInformation.idl
@@ -47,8 +47,8 @@ sequence<string> getSupportedControls( );
instance "OkButton" or "CancelButton".
@returns
- <TRUE/> if the specified control is supported.
- <FALSE/> if the specified control is not supported.
+ `TRUE` if the specified control is supported.
+ `FALSE` if the specified control is not supported.
*/
boolean isControlSupported( [in] string aControlName );
@@ -77,8 +77,8 @@ sequence<string> getSupportedControlProperties( [in] string aControlName )
The control property to query for.
@returns
- <TRUE/> if the specified control action is supported.
- <FALSE/> if the specified control action is not supported.
+ `TRUE` if the specified control action is supported.
+ `FALSE` if the specified control action is not supported.
@throws com::sun::star::lang::IllegalArgumentException
when the specified control is not supported.