summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl')
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl b/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl
index cef7f8204d3d..6b933b9bfb31 100644
--- a/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl
@@ -27,7 +27,7 @@ module com { module sun { module star { module accessibility {
/** Type of a change made to a table model.
<p>The value of this constants group are used by the
- <type>AccessibleTableModelChange</type> structure to specify the
+ AccessibleTableModelChange structure to specify the
type of change that has been made to a table model.</p>
<p>Two of the constants,
@@ -44,7 +44,7 @@ constants AccessibleTableModelChangeType
{
/** One or more rows and/or columns have been inserted.
- <p>Use the fields of the <type>AccessibleTableModelChange</type>
+ <p>Use the fields of the AccessibleTableModelChange
structure to determine the indices of the rows and/or columns that
have been inserted.</p>
*/
@@ -53,7 +53,7 @@ constants AccessibleTableModelChangeType
/** One or more rows and/or columns have been deleted.
<p>The affected area of the table is stored in the fields of the
- <type>AccessibleTableModelChange</type> structure.</p>
+ AccessibleTableModelChange structure.</p>
*/
const short DELETE = 2;
@@ -61,7 +61,7 @@ constants AccessibleTableModelChangeType
<p>The number of rows and columns remains unchanged. Only (some of)
the content of the cells in the range that is specified by the
- fields of the <type>AccessibleTableModelChange</type> structure have
+ fields of the AccessibleTableModelChange structure have
been changed.</p>
*/
const short UPDATE = 3;