summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/tree/MutableTreeNode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/tree/MutableTreeNode.idl')
-rw-r--r--offapi/com/sun/star/awt/tree/MutableTreeNode.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/tree/MutableTreeNode.idl b/offapi/com/sun/star/awt/tree/MutableTreeNode.idl
index 74a852d7fab8..7971558761dc 100644
--- a/offapi/com/sun/star/awt/tree/MutableTreeNode.idl
+++ b/offapi/com/sun/star/awt/tree/MutableTreeNode.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/awt/tree/XMutableTreeNode.idl>
-//=============================================================================
module com { module sun { module star { module awt { module tree {
-//=============================================================================
/** Represents an editable tree node as used by the <type>MutableTreeDataModel</type>
*/
@@ -33,7 +31,6 @@ service MutableTreeNode : XMutableTreeNode
{
};
-//=============================================================================
}; }; }; }; };