summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/ColumnSettings.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-19 12:59:41 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-19 12:59:41 +0000
commit192df9983dcebbe00290addda258362ae52a7c50 (patch)
treed8dd38cc1ea4eda033c123447a155dd18b93f78d /offapi/com/sun/star/sdb/ColumnSettings.idl
parent27e479b9e9e24ee40c1b9d8825d6a8820da479f8 (diff)
syntax errors in documentation fixed
Diffstat (limited to 'offapi/com/sun/star/sdb/ColumnSettings.idl')
-rw-r--r--offapi/com/sun/star/sdb/ColumnSettings.idl15
1 files changed, 9 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sdb/ColumnSettings.idl b/offapi/com/sun/star/sdb/ColumnSettings.idl
index 544c5d17dcae..b7778ec5b320 100644
--- a/offapi/com/sun/star/sdb/ColumnSettings.idl
+++ b/offapi/com/sun/star/sdb/ColumnSettings.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ColumnSettings.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 13:46:03 $
+ * last change: $Author: mi $ $Date: 2000-12-19 13:59:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,7 +86,7 @@ service ColumnSettings
interface.
</p>
<p>
- If the value is <void></void>, a default numberformat should be used according
+ If the value is <void/>, a default numberformat should be used according
to the datatype of the column.</p>
*/
[property] long FormatKey;
@@ -100,7 +100,7 @@ service ColumnSettings
1: center
2: right
</pre>
- <p> If the value is <void></void>, a default alignment should be used according
+ <p> If the value is <void/>, a default alignment should be used according
to the datatype of the column.</p>
*/
[property] long Align;
@@ -109,7 +109,7 @@ service ColumnSettings
// DocMerge from xml: property com::sun::star::sdb::ColumnSettings::Width
/** specifies the width of the column displayed in a grid, the unit is 10THMM.
- <p> If the value is <void></void>, a default width should be used according to the label
+ <p> If the value is <void/>, a default width should be used according to the label
of the column. </p>
*/
[property] long Width;
@@ -118,7 +118,7 @@ service ColumnSettings
// DocMerge from xml: property com::sun::star::sdb::ColumnSettings::Position
/** Position of the column within a grid.
- <p> If the value is <void></void>, the default position should be taken according. </p>
+ <p> If the value is <void/>, the default position should be taken according. </p>
*/
[property] long Position;
@@ -142,6 +142,9 @@ service ColumnSettings
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/19 13:46:03 mi
+ syntax errors in documentation fixed
+
Revision 1.3 2000/11/08 12:43:30 mi
moved from api