summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XVclWindowPeer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XVclWindowPeer.idl')
-rw-r--r--offapi/com/sun/star/awt/XVclWindowPeer.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/XVclWindowPeer.idl b/offapi/com/sun/star/awt/XVclWindowPeer.idl
index 08169561a164..8023c112ac2e 100644
--- a/offapi/com/sun/star/awt/XVclWindowPeer.idl
+++ b/offapi/com/sun/star/awt/XVclWindowPeer.idl
@@ -36,7 +36,7 @@
published interface XVclWindowPeer: com::sun::star::awt::XWindowPeer
{
- /** returns <true/> if the window peer is a child, <false/> otherwise.
+ /** returns `TRUE` if the window peer is a child, `FALSE` otherwise.
*/
boolean isChild( [in] com::sun::star::awt::XWindowPeer Peer );
@@ -46,8 +46,8 @@ published interface XVclWindowPeer: com::sun::star::awt::XWindowPeer
void setDesignMode( [in] boolean bOn );
- /** returns <true/> if the window peer is in design mode,
- <false/> otherwise.
+ /** returns `TRUE` if the window peer is in design mode,
+ `FALSE` otherwise.
*/
boolean isDesignMode();