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 /offapi/com/sun/star/sdb | |
parent | be7f280ea7034a1cb1195a3d27b51d1b9626b905 (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/sdb')
-rw-r--r-- | offapi/com/sun/star/sdb/ColumnSettings.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdb/ColumnSettings.idl b/offapi/com/sun/star/sdb/ColumnSettings.idl index 3c0a45a760f2..72334d212e1e 100644 --- a/offapi/com/sun/star/sdb/ColumnSettings.idl +++ b/offapi/com/sun/star/sdb/ColumnSettings.idl @@ -40,7 +40,7 @@ published service ColumnSettings </p> <p> If the value is - <void/> + `VOID` , a default number format should be used according to the datatype of the column. </p> @@ -57,7 +57,7 @@ published service ColumnSettings </pre> <p> If the value is - <void/> + `VOID` , a default alignment should be used according to the datatype of the column. </p> @@ -69,7 +69,7 @@ published service ColumnSettings <p> If the value is - <void/> + `VOID` , a default width should be used according to the label of the column. </p> */ @@ -80,7 +80,7 @@ published service ColumnSettings <p> If the value is - <void/> + `VOID` , the default position should be taken according. </p> */ |