summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/tree/XMutableTreeNode.idl')
-rw-r--r--offapi/com/sun/star/awt/tree/XMutableTreeNode.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl b/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
index 1ecf30290400..5ec6c1e13f6b 100644
--- a/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
+++ b/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
@@ -92,10 +92,10 @@ interface XMutableTreeNode : XTreeNode
/** sets the display value of this node */
void setDisplayValue( [in] any Value );
- /** Stores an implementation dependend value.
+ /** Stores an implementation dependent value.
<p>You can use this attribute to store data for this node that
- is independend of the display value</p>
+ is independent of the display value</p>
*/
[attribute] any DataValue;