summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl')
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl b/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl
index 4ecc553ef6ac..36f08c36af51 100644
--- a/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XTreeExpansionListener.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 12:28:50 $
+ * last change: $Author: ihi $ $Date: 2007-11-26 17:08:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -61,7 +61,7 @@ module com { module sun { module star { module awt { module tree {
*/
interface XTreeExpansionListener: com::sun::star::lang::XEventListener
{
- /** Invoked when a node with childs on demand is about to be expanded.
+ /** Invoked when a node with children on demand is about to be expanded.
<p>This event is invoked befor the <method>treeExpanding()</method>
event.</p>