summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl')
-rw-r--r--offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
index 0b650b5c51a6..74fd7b23c0bb 100644
--- a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
@@ -151,7 +151,7 @@ published interface XMutableGridDataModel : XGridDataModel
/** updates the tooltip for all cells of a given row
- <p>Effectively this method is a shortcut for calling <member>updateCellToolTip</member> multiple
+ <p>Effectively this method is a shortcut for calling updateCellToolTip() multiple
times in a row, for all cells of a given row.</p>
@see XGridDataModel::getCellToolTip
@@ -168,7 +168,7 @@ published interface XMutableGridDataModel : XGridDataModel
void addGridDataListener( [in] XGridDataListener Listener );
- /** revokes a listener which was previously registered via <member>addGridDataListener</member>
+ /** revokes a listener which was previously registered via addGridDataListener()
@param Listener
specifies the listener to revoke.
*/