summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table/TableBorderDistances.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/TableBorderDistances.idl')
-rw-r--r--offapi/com/sun/star/table/TableBorderDistances.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/table/TableBorderDistances.idl b/offapi/com/sun/star/table/TableBorderDistances.idl
index ef0ac952708f..9c959b8e3eef 100644
--- a/offapi/com/sun/star/table/TableBorderDistances.idl
+++ b/offapi/com/sun/star/table/TableBorderDistances.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module table {
range.
<p>In a queried structure, the flags in
- <member>TableBorderDistances::Is...DistanceValid</member> indicate that not all
+ TableBorderDistances::Is...DistanceValid indicate that not all
lines of the boxes have the same values.</p>
<p>In a structure which is used for setting, these flags determine
@@ -45,7 +45,7 @@ published struct TableBorderDistances
short TopDistance;
- /** specifies whether the value of <member>TableBorder::TopDistance</member>
+ /** specifies whether the value of TableBorder::TopDistance
is used.
*/
boolean IsTopDistanceValid;
@@ -55,7 +55,7 @@ published struct TableBorderDistances
short BottomDistance;
- /** specifies whether the value of <member>TableBorder::BottomDistance</member>
+ /** specifies whether the value of TableBorder::BottomDistance
is used.
*/
boolean IsBottomDistanceValid;
@@ -65,7 +65,7 @@ published struct TableBorderDistances
short LeftDistance;
- /** specifies whether the value of <member>TableBorder::LeftDistance</member>
+ /** specifies whether the value of TableBorder::LeftDistance
is used.
*/
boolean IsLeftDistanceValid;
@@ -75,7 +75,7 @@ published struct TableBorderDistances
short RightDistance;
- /** specifies whether the value of <member>TableBorder::RightDistance</member>
+ /** specifies whether the value of TableBorder::RightDistance
is used.
*/
boolean IsRightDistanceValid;