summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:06:26 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:03 +0200
commitf3db7d1abb1d010a331b26793c3a3788eb8ba2cf (patch)
tree69ee020d169f253bd7a14d75185357515db4cce0 /offapi/com/sun/star/sdb
parent4718949d417dd5297073997546e04ecf300b0479 (diff)
*api: convert <method scope="foo">
sed -i 's,<method scope="\([^"]*\)">\([^<][^)]\+\)</method>,\1::\2(),g' Change-Id: I7ceb805d67a79c297fb5f044a8fb226ec2fb366c
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>