summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl')
-rw-r--r--offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl b/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl
index e9029b08123c..08c17b3ec8e5 100644
--- a/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl
@@ -25,7 +25,7 @@
module com { module sun { module star { module awt { module grid {
-/** If you do not want to implement the <type>XGridDataModel</type> yourself, use this service.
+/** If you do not want to implement the XGridDataModel yourself, use this service.
<p>The <code>DefaultGridDataModel</code> implementation is a dumb container of tabular data. You can add
and remove rows, modify cell values, and the like.</p>