summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl')
-rw-r--r--offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl b/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl
index 522b4033c6cc..7f5477cf29af 100644
--- a/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl
@@ -38,7 +38,7 @@ interface XSortableMutableGridDataModel
/** provides means to sort the data represented by the model.
<p>If you set a new column sort order, the implementation will notify the registered XGridDataListeners
- via a call to its <member>XGridDataListener::dataChanged</member> method.</p>
+ via a call to its XGridDataListener::dataChanged() method.</p>
*/
interface XSortableGridData;
};