summaryrefslogtreecommitdiff
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.idl64
1 files changed, 32 insertions, 32 deletions
diff --git a/offapi/com/sun/star/awt/VclContainerEvent.idl b/offapi/com/sun/star/awt/VclContainerEvent.idl
index 2f4595e984e9..65de4c5ee15d 100644
--- a/offapi/com/sun/star/awt/VclContainerEvent.idl
+++ b/offapi/com/sun/star/awt/VclContainerEvent.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,43 +24,43 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_VclContainerEvent_idl__
-#define __com_sun_star_awt_VclContainerEvent_idl__
-
-#ifndef __com_sun_star_lang_EventObject_idl__
-#include <com/sun/star/lang/EventObject.idl>
-#endif
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+#ifndef __com_sun_star_awt_VclContainerEvent_idl__
+#define __com_sun_star_awt_VclContainerEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
/** specifies a container event.
-
+
<p>These events are provided <strong>only</strong> for notification
purposes.</p>
@see XVclContainerListener
*/
published struct VclContainerEvent: com::sun::star::lang::EventObject
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
/** returns the child component that was added or removed.
*/
- com::sun::star::uno::XInterface Child;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ com::sun::star::uno::XInterface Child;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif