summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/VclContainerEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/VclContainerEvent.idl')
-rw-r--r--offapi/com/sun/star/awt/VclContainerEvent.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/VclContainerEvent.idl b/offapi/com/sun/star/awt/VclContainerEvent.idl
index 93b9781db0c7..10e6e4c3d0be 100644
--- a/offapi/com/sun/star/awt/VclContainerEvent.idl
+++ b/offapi/com/sun/star/awt/VclContainerEvent.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies a container event.
@@ -39,7 +37,6 @@
*/
published struct VclContainerEvent: com::sun::star::lang::EventObject
{
- //-------------------------------------------------------------------------
/** returns the child component that was added or removed.
*/
@@ -47,7 +44,6 @@ published struct VclContainerEvent: com::sun::star::lang::EventObject
};
-//=============================================================================
}; }; }; };