summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XRadioButton.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XRadioButton.idl')
-rw-r--r--offapi/com/sun/star/awt/XRadioButton.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/XRadioButton.idl b/offapi/com/sun/star/awt/XRadioButton.idl
index 519a91968c1a..de3e33efae7c 100644
--- a/offapi/com/sun/star/awt/XRadioButton.idl
+++ b/offapi/com/sun/star/awt/XRadioButton.idl
@@ -44,7 +44,7 @@ published interface XRadioButton: com::sun::star::uno::XInterface
void removeItemListener( [in] com::sun::star::awt::XItemListener l );
- /** returns <true/> if the button is checked, <false/> otherwise.
+ /** returns `TRUE` if the button is checked, `FALSE` otherwise.
*/
boolean getState();