summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb')
-rw-r--r--offapi/com/sun/star/sdb/DataSourceBrowser.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdb/DataSourceBrowser.idl b/offapi/com/sun/star/sdb/DataSourceBrowser.idl
index d0698fd664da..87896c076691 100644
--- a/offapi/com/sun/star/sdb/DataSourceBrowser.idl
+++ b/offapi/com/sun/star/sdb/DataSourceBrowser.idl
@@ -146,11 +146,11 @@ published service DataSourceBrowser
<p>
With a data source browser implementing this interface, external components have access to
<ul><li>the grid control which is used to display the currently selected table/query
- (see <method scope="com::sun::star::awt">XTabController::getControls</method>)
+ (see com::sun::star::awt::XTabController::getControls())
</li>
<li>the data form used for displaying objects. As always for components implementing this service,
the object returned by
- <method scope="com::sun::star::awt">XTabController::getModel</method> is a dataform.
+ com::sun::star::awt::XTabController::getModel() is a dataform.
</li>
</ul>
</p>