summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/inspection/XObjectInspectorUI.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:44:31 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:05 +0200
commit928b8640c0d1a9c49249100efbdd70f8c1090b07 (patch)
treed4f2388c89d137d62bced7b9e8339f964d3632ad /offapi/com/sun/star/inspection/XObjectInspectorUI.idl
parent6e1d239ae04bbb1b639ae8d04c59d3375f867712 (diff)
*api: convert <TRUE/> <FALSE/> <VOID/> <NULL/>
sed -i 's,<\(TRUE\|FALSE\|VOID\|NULL\)/>,`\1`,g' Change-Id: Ia4df97ca809b00993530d67203bbe4ba7a072201
Diffstat (limited to 'offapi/com/sun/star/inspection/XObjectInspectorUI.idl')
-rw-r--r--offapi/com/sun/star/inspection/XObjectInspectorUI.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/inspection/XObjectInspectorUI.idl b/offapi/com/sun/star/inspection/XObjectInspectorUI.idl
index 5d3ea226dbe3..465c28c34fac 100644
--- a/offapi/com/sun/star/inspection/XObjectInspectorUI.idl
+++ b/offapi/com/sun/star/inspection/XObjectInspectorUI.idl
@@ -51,7 +51,7 @@ interface XObjectInspectorUI
@param PropertyName
denotes the name of the property whose UI is to be enabled or disabled.
@param Enable
- <TRUE/> if and only if the UI should be disabled, <FALSE/> otherwise.
+ `TRUE` if and only if the UI should be disabled, `FALSE` otherwise.
*/
void enablePropertyUI( [in] string PropertyName, [in] boolean Enable );
@@ -71,7 +71,7 @@ interface XObjectInspectorUI
this does mean that this element's state is not affected by the call - it does
<em>not</em> mean that it is disabled.
@param Enable
- <TRUE/> if the elements denoted by _nElements should be enabled, <FALSE/> if
+ `TRUE` if the elements denoted by _nElements should be enabled, `FALSE` if
they should be disabled.
*/
void enablePropertyUIElements(
@@ -123,7 +123,7 @@ interface XObjectInspectorUI
the name of the property whose control should be retrieved
@return
- the XPropertyControl representing the given property, or <NULL/>
+ the XPropertyControl representing the given property, or `NULL`
if there is no such property control.
*/
XPropertyControl