summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XControl.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XControl.idl')
-rw-r--r--offapi/com/sun/star/awt/XControl.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/XControl.idl b/offapi/com/sun/star/awt/XControl.idl
index b83c130f32dd..cc00f48e996a 100644
--- a/offapi/com/sun/star/awt/XControl.idl
+++ b/offapi/com/sun/star/awt/XControl.idl
@@ -96,12 +96,12 @@ published interface XControl: com::sun::star::lang::XComponent
void setDesignMode( [in] boolean bOn );
- /** returns <true/> if the control is in design mode, <false/> otherwise.
+ /** returns `TRUE` if the control is in design mode, `FALSE` otherwise.
*/
boolean isDesignMode();
- /** returns <true/> if the control is transparent, <false/> otherwise.
+ /** returns `TRUE` if the control is transparent, `FALSE` otherwise.
*/
boolean isTransparent();