summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl')
-rw-r--r--offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl b/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl
index ec95abb257b3..e047649e62db 100644
--- a/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl
+++ b/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/awt/tree/XMutableTreeDataModel.idl>
#include <com/sun/star/awt/tree/XMutableTreeNode.idl>
-//=============================================================================
module com { module sun { module star { module awt { module tree {
-//=============================================================================
/** If you do not want to implement the <type>XTreeDataModel</type> yourself, use this service.
This implementation uses <type>MutableTreeNode</type> for its nodes.
@@ -44,7 +42,6 @@ service MutableTreeDataModel : XMutableTreeDataModel
{
};
-//=============================================================================
}; }; }; }; };