summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/tree/ExpandVetoException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/tree/ExpandVetoException.idl')
-rw-r--r--offapi/com/sun/star/awt/tree/ExpandVetoException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/tree/ExpandVetoException.idl b/offapi/com/sun/star/awt/tree/ExpandVetoException.idl
index b2f019060628..a900c846723c 100644
--- a/offapi/com/sun/star/awt/tree/ExpandVetoException.idl
+++ b/offapi/com/sun/star/awt/tree/ExpandVetoException.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/util/VetoException.idl>
#include <com/sun/star/awt/tree/TreeExpansionEvent.idl>
-//=============================================================================
module com { module sun { module star { module awt { module tree {
-//=============================================================================
/** Exception used to stop an expand/collapse from happening.
@see XTreeExpansionListener
@@ -47,7 +45,6 @@ exception ExpandVetoException : com::sun::star::util::VetoException
TreeExpansionEvent Event;
};
-//=============================================================================
}; }; }; }; };