summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
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/awt
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/awt')
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeEditListener.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/tree/XTreeEditListener.idl b/offapi/com/sun/star/awt/tree/XTreeEditListener.idl
index 5c79f7b8b31c..dde3dcc498d9 100644
--- a/offapi/com/sun/star/awt/tree/XTreeEditListener.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeEditListener.idl
@@ -27,7 +27,7 @@
module com { module sun { module star { module awt { module tree {
-/** You can implement this interface and register with <method scope="XTreeControl">addTreeEditListener</method>
+/** You can implement this interface and register with XTreeControl::addTreeEditListener()
to get notifications when editing of a node starts and ends.
<p>You have to set the TreeControlModel::Editable property to
@@ -40,7 +40,7 @@ interface XTreeEditListener : ::com::sun::star::lang::XEventListener
@param Node
the XTreeNode for that an edit request was fired by calling
- <method scope="XTreeControl">startEditingAtNode</method>
+ XTreeControl::startEditingAtNode()
@throws VetoException
if thrown the editing will not start.
@@ -56,7 +56,7 @@ interface XTreeEditListener : ::com::sun::star::lang::XEventListener
@param Node
the XTreeNode for that an edit request was fired by calling
- <method scope="XTreeControl">startEditingAtNode</method>
+ XTreeControl::startEditingAtNode()
@param NewText
the text that was entered by the user.