summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/tree/XTreeNode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/tree/XTreeNode.idl')
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeNode.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/tree/XTreeNode.idl b/offapi/com/sun/star/awt/tree/XTreeNode.idl
index b0e5028e18b5..4904f2a57fc7 100644
--- a/offapi/com/sun/star/awt/tree/XTreeNode.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeNode.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/container/XEnumerationAccess.idl>
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-//=============================================================================
module com { module sun { module star { module awt { module tree {
-//=============================================================================
/** An instance implementing this interface represents the model data for an entry in a
<type>XTreeDataModel</type>.
@@ -94,7 +92,6 @@ interface XTreeNode
string getCollapsedGraphicURL();
};
-//=============================================================================
}; }; }; }; };