From 6e1d239ae04bbb1b639ae8d04c59d3375f867712 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sun, 28 Apr 2013 00:27:46 +0200 Subject: *api: convert sed -i 's,<\(true\|false\|void\)/>,`\U\1`,g' Change-Id: I87a6e81ff22b47ea979322d01c49350892d3945f --- offapi/com/sun/star/awt/XControl.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'offapi/com/sun/star/awt/XControl.idl') 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 if the control is in design mode, otherwise. + /** returns `TRUE` if the control is in design mode, `FALSE` otherwise. */ boolean isDesignMode(); - /** returns if the control is transparent, otherwise. + /** returns `TRUE` if the control is transparent, `FALSE` otherwise. */ boolean isTransparent(); -- cgit