summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/grid/SortableGridDataModel.idl')
-rw-r--r--offapi/com/sun/star/awt/grid/SortableGridDataModel.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl b/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
index 81da86c0c9e5..f14794ee24f4 100644
--- a/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
@@ -30,7 +30,7 @@ interface XSortableMutableGridDataModel;
interface XMutableGridDataModel;
-/** provides a default implementation of a <type>XSortableGridData</type>.
+/** provides a default implementation of a XSortableGridData.
<p>This service must be created with a secondary grid data model, which all actual data requests are delegated to.
But before providing this data to the service's own clients, it is sorted, according to the sort order defined
@@ -44,7 +44,7 @@ interface XMutableGridDataModel;
<p>Consequently, you cannot use this service with data sets containing heterogenous data in a given column.</p>
- <p>All requests made via the <type>XMutableGridDataModel</type> are delegated to the <code>XMutableGridDataModel</code>
+ <p>All requests made via the XMutableGridDataModel are delegated to the <code>XMutableGridDataModel</code>
instance passed in the service constructor.</p>
<p>Note that changing the data might result in the sort order being destroyed. If you want to ensure