summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/tree/TreeControl.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:25:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commit24b331efedc6fdf1082e92a2db444d80ae7fed81 (patch)
treeb3cbb48758c70259bafb5053e46d5ae6937235ed /offapi/com/sun/star/awt/tree/TreeControl.idl
parent*api: convert remaining <member> (diff)
downloadcore-24b331efedc6fdf1082e92a2db444d80ae7fed81.tar.gz
core-24b331efedc6fdf1082e92a2db444d80ae7fed81.zip
*api: convert rest of <member scope="foo">
sed -i 's,<member scope="\([^"]*\)">\([^<]\+\)</member>,\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f
Diffstat (limited to 'offapi/com/sun/star/awt/tree/TreeControl.idl')
-rw-r--r--offapi/com/sun/star/awt/tree/TreeControl.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/tree/TreeControl.idl b/offapi/com/sun/star/awt/tree/TreeControl.idl
index 310a26bb8af7..1c4ac23c6d66 100644
--- a/offapi/com/sun/star/awt/tree/TreeControl.idl
+++ b/offapi/com/sun/star/awt/tree/TreeControl.idl
@@ -46,7 +46,7 @@ module com { module sun { module star { module awt { module tree {
<h4>Selection</h4>
<p>If you are interested in knowing when the selection changes implement a
com::sun::star::view::XSelectionChangeListener and add the instance with the method
- <member scope="::com::sun::star::view">XSelectionSupplier::addSelectionChangeListener()</member>.
+ ::com::sun::star::view::XSelectionSupplier::addSelectionChangeListener().
You than will be notified for any selection change.
</p>