summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/inspection
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:27:46 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:04 +0200
commit6e1d239ae04bbb1b639ae8d04c59d3375f867712 (patch)
treef4ce26e51900176ae95320652fb31404144a54eb /offapi/com/sun/star/inspection
parentbe7f280ea7034a1cb1195a3d27b51d1b9626b905 (diff)
*api: convert <true/> <false/> <void/>
sed -i 's,<\(true\|false\|void\)/>,`\U\1`,g' Change-Id: I87a6e81ff22b47ea979322d01c49350892d3945f
Diffstat (limited to 'offapi/com/sun/star/inspection')
-rw-r--r--offapi/com/sun/star/inspection/XPropertyControl.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/inspection/XPropertyControl.idl b/offapi/com/sun/star/inspection/XPropertyControl.idl
index eab2ce6069e3..232517f1d971 100644
--- a/offapi/com/sun/star/inspection/XPropertyControl.idl
+++ b/offapi/com/sun/star/inspection/XPropertyControl.idl
@@ -40,11 +40,11 @@ interface XPropertyControl
/** denotes the current content of the control.
- <p>At every point in time, this value is either <void/>, or of the type
+ <p>At every point in time, this value is either `VOID`, or of the type
described by #ValueType.</p>
@throws com::sun::star::beans::IllegalTypeException
- if an attempt is made to set a value which is not <void/> and whose
+ if an attempt is made to set a value which is not `VOID` and whose
type does not equal #ValueType.
*/
[attribute] any Value