summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/tree/XTreeDataModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/tree/XTreeDataModel.idl')
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeDataModel.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/tree/XTreeDataModel.idl b/offapi/com/sun/star/awt/tree/XTreeDataModel.idl
index 1050adbc4da8..cc95e652df47 100644
--- a/offapi/com/sun/star/awt/tree/XTreeDataModel.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeDataModel.idl
@@ -33,11 +33,9 @@
#include <com/sun/star/lang/XComponent.idl>
#include <com/sun/star/awt/tree/XTreeNode.idl>
-//=============================================================================
module com { module sun { module star { module awt { module tree {
-//=============================================================================
/** An instance of this interface is used by the <type>TreeControl</type> to
retrieve the hierarchical outline data that is displayed in the actual control.
@@ -75,7 +73,6 @@ interface XTreeDataModel : ::com::sun::star::lang::XComponent
};
-//=============================================================================
}; }; }; }; };