summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-27 07:58:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-27 07:58:26 +0000
commit4c2fd6f414fce2baf20d080ff15a4d223a6c5abc (patch)
tree45f17415653dd6b8bbb92cca85d1c7b6f2411f60 /offapi/com/sun/star/awt
parentd0ccb2b6f1415a1f21acc8c63ba67a629bc57164 (diff)
INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED
2003/06/23 13:22:29 tbe 1.7.66.1: #56751# IDL review
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/VclContainerEvent.idl20
1 files changed, 7 insertions, 13 deletions
diff --git a/offapi/com/sun/star/awt/VclContainerEvent.idl b/offapi/com/sun/star/awt/VclContainerEvent.idl
index 1cd54d7c5f6f..2aa9e3d03741 100644
--- a/offapi/com/sun/star/awt/VclContainerEvent.idl
+++ b/offapi/com/sun/star/awt/VclContainerEvent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: VclContainerEvent.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:52:45 $
+ * last change: $Author: vg $ $Date: 2003-06-27 08:58:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,24 +76,18 @@
//=============================================================================
-// DocMerge from xml: struct com::sun::star::awt::VclContainerEvent
-/** specifies a container-level event.
+/** specifies a container event.
+ <p>These events are provided <strong>only</strong> for notification
+ purposes.</p>
-
- <p>These events are provided <strong>only</strong>
- for notification purposes.
-
- </p>@see VclContainerListener
+ @see XVclContainerListener
*/
struct VclContainerEvent: com::sun::star::lang::EventObject
{
//-------------------------------------------------------------------------
- // DocMerge from idl: field com::sun::star::awt::VclContainerEvent::Child
- /** @returns
- whether the event is fired due to a child component
- that was added or removed.
+ /** returns the child component that was added or removed.
*/
com::sun::star::uno::XInterface Child;