summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/TextTableRow.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-14 11:57:26 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-14 11:57:26 +0000
commitc70d7c0e31f8c693752e713705ca992e56c096f8 (patch)
treecc9cbf154bea8ec154629cbb57a47b2ef21eddbd /offapi/com/sun/star/text/TextTableRow.idl
parent7005cb639b4e36921e62b36d22c0b5ad4c2dfd12 (diff)
<true></true> -> <TRUE/> and same with FALSE
Diffstat (limited to 'offapi/com/sun/star/text/TextTableRow.idl')
-rw-r--r--offapi/com/sun/star/text/TextTableRow.idl11
1 files changed, 7 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/TextTableRow.idl b/offapi/com/sun/star/text/TextTableRow.idl
index 42d82d7449e1..abe13a9473bf 100644
--- a/offapi/com/sun/star/text/TextTableRow.idl
+++ b/offapi/com/sun/star/text/TextTableRow.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextTableRow.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:27 $
+ * last change: $Author: mi $ $Date: 2000-12-14 12:53:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,7 +101,7 @@ service TextTableRow
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::text::TextTableRow::BackTransparent
- /** If <true></true>, the background color value in "BackColor" is not visible.
+ /** If <TRUE/>, the background color value in "BackColor" is not visible.
<p>
</p>
@@ -154,7 +154,7 @@ service TextTableRow
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::text::TextTableRow::IsAutoHeight
- /** If the value of this property is <true></true>, the height of the table row
+ /** If the value of this property is <TRUE/>, the height of the table row
depends on the content of the table cells.
*/
[property] boolean IsAutoHeight;
@@ -168,6 +168,9 @@ service TextTableRow
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:27 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:36:04 hjs
initial import