summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/TableAutoFormatField.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/sheet/TableAutoFormatField.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/sheet/TableAutoFormatField.idl')
-rw-r--r--offapi/com/sun/star/sheet/TableAutoFormatField.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/TableAutoFormatField.idl b/offapi/com/sun/star/sheet/TableAutoFormatField.idl
index 29fcd9c22135..f93c9abfd5d0 100644
--- a/offapi/com/sun/star/sheet/TableAutoFormatField.idl
+++ b/offapi/com/sun/star/sheet/TableAutoFormatField.idl
@@ -156,17 +156,17 @@ published service TableAutoFormatField
[property] short CharUnderline;
- /** is <TRUE/> if the characters are crossed out.
+ /** is `TRUE` if the characters are crossed out.
*/
[property] boolean CharCrossedOut;
- /** is <TRUE/> if the characters are contoured.
+ /** is `TRUE` if the characters are contoured.
*/
[property] boolean CharContoured;
- /** is <TRUE/> if the characters are shadowed.
+ /** is `TRUE` if the characters are shadowed.
*/
[property] boolean CharShadowed;
@@ -181,7 +181,7 @@ published service TableAutoFormatField
[property] com::sun::star::util::Color CellBackColor;
- /** is <TRUE/> if the cell background is transparent.
+ /** is `TRUE` if the cell background is transparent.
<p>In this case the TableAutoFormatField::CellBackColor
value is not used.</p>
@@ -208,7 +208,7 @@ published service TableAutoFormatField
[optional, property] long VertJustify;
- /** is <TRUE/> if text breaks automatically at cell borders.
+ /** is `TRUE` if text breaks automatically at cell borders.
*/
[optional, property] boolean IsTextWrapped;