summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl')
-rw-r--r--offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl b/offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl
index cef942037260..975f103ca32d 100644
--- a/offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl
+++ b/offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/awt/tree/XTreeDataModel.idl>
#include <com/sun/star/awt/tree/XMutableTreeNode.idl>
-//=============================================================================
module com { module sun { module star { module awt { module tree {
-//=============================================================================
/** This is the editable version of the <type>XTreeDataModel</type>.
@@ -74,7 +72,6 @@ interface XMutableTreeDataModel : XTreeDataModel
raises( ::com::sun::star::lang::IllegalArgumentException );
};
-//=============================================================================
}; }; }; }; };