diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-28 00:27:46 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:04 +0200 |
commit | 6e1d239ae04bbb1b639ae8d04c59d3375f867712 (patch) | |
tree | f4ce26e51900176ae95320652fb31404144a54eb /udkapi/com/sun/star/beans | |
parent | be7f280ea7034a1cb1195a3d27b51d1b9626b905 (diff) |
*api: convert <true/> <false/> <void/>
sed -i 's,<\(true\|false\|void\)/>,`\U\1`,g'
Change-Id: I87a6e81ff22b47ea979322d01c49350892d3945f
Diffstat (limited to 'udkapi/com/sun/star/beans')
-rw-r--r-- | udkapi/com/sun/star/beans/PropertyChangeEvent.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/beans/PropertyValue.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/beans/PropertyChangeEvent.idl b/udkapi/com/sun/star/beans/PropertyChangeEvent.idl index 8e9a56cb3ff7..80b6e75d8cf5 100644 --- a/udkapi/com/sun/star/beans/PropertyChangeEvent.idl +++ b/udkapi/com/sun/star/beans/PropertyChangeEvent.idl @@ -46,7 +46,7 @@ published struct PropertyChangeEvent: com::sun::star::lang::EventObject string PropertyName; - /** contains <true/> if further events in the same transaction occur. + /** contains `TRUE` if further events in the same transaction occur. */ boolean Further; diff --git a/udkapi/com/sun/star/beans/PropertyValue.idl b/udkapi/com/sun/star/beans/PropertyValue.idl index 0d86568ef0a0..842a57e4d9d4 100644 --- a/udkapi/com/sun/star/beans/PropertyValue.idl +++ b/udkapi/com/sun/star/beans/PropertyValue.idl @@ -48,7 +48,7 @@ published struct PropertyValue long Handle; - /** contains the value of the property or <void/>, + /** contains the value of the property or `VOID`, if no value is available. */ any Value; |