summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/XGrid.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/XGrid.idl')
-rw-r--r--offapi/com/sun/star/form/XGrid.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/form/XGrid.idl b/offapi/com/sun/star/form/XGrid.idl
index 58c2fc0c747b..1d35cde518d9 100644
--- a/offapi/com/sun/star/form/XGrid.idl
+++ b/offapi/com/sun/star/form/XGrid.idl
@@ -31,9 +31,9 @@
<p>Note that a grid control does not allow free control over the current row:
In such a control, every line represents a row of data of the underlying
- <type scope="com::sun::star::form::component">DataForm</type>. Thus, the <em>current
+ com::sun::star::form::component::DataForm. Thus, the <em>current
row</em> of the grid control always equals the current row of the
- <type scope="com::sun::star::form::component">DataForm</type>, and can be affected only
+ com::sun::star::form::component::DataForm, and can be affected only
by changing the latter.<br/>
The current column of a grid control, whoever, can be freely controlled.</p>