summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/tree
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/tree')
-rw-r--r--offapi/com/sun/star/awt/tree/TreeControl.idl2
-rw-r--r--offapi/com/sun/star/awt/tree/TreeControlModel.idl2
2 files changed, 2 insertions, 2 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>
diff --git a/offapi/com/sun/star/awt/tree/TreeControlModel.idl b/offapi/com/sun/star/awt/tree/TreeControlModel.idl
index d460c2eeebd5..47918014332e 100644
--- a/offapi/com/sun/star/awt/tree/TreeControlModel.idl
+++ b/offapi/com/sun/star/awt/tree/TreeControlModel.idl
@@ -35,7 +35,7 @@ service TreeControlModel
service ::com::sun::star::awt::UnoControlModel;
/** Specifies the selection mode that is enabled for this tree.
- <p>The default value is <member scope="com::sun::star::view">SelectionType::NONE</member></p>
+ <p>The default value is com::sun::star::view::SelectionType::NONE</p>
*/
[property] ::com::sun::star::view::SelectionType SelectionType;