summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XVclContainerListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XVclContainerListener.idl')
-rw-r--r--offapi/com/sun/star/awt/XVclContainerListener.idl76
1 files changed, 38 insertions, 38 deletions
diff --git a/offapi/com/sun/star/awt/XVclContainerListener.idl b/offapi/com/sun/star/awt/XVclContainerListener.idl
index 160972dd3036..9b41dd60234b 100644
--- a/offapi/com/sun/star/awt/XVclContainerListener.idl
+++ b/offapi/com/sun/star/awt/XVclContainerListener.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,51 +24,51 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_XVclContainerListener_idl__
-#define __com_sun_star_awt_XVclContainerListener_idl__
-
-#ifndef __com_sun_star_lang_XEventListener_idl__
-#include <com/sun/star/lang/XEventListener.idl>
-#endif
-
-#ifndef __com_sun_star_awt_VclContainerEvent_idl__
-#include <com/sun/star/awt/VclContainerEvent.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+#ifndef __com_sun_star_awt_XVclContainerListener_idl__
+#define __com_sun_star_awt_XVclContainerListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_VclContainerEvent_idl__
+#include <com/sun/star/awt/VclContainerEvent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
/** makes it possible to receive container events.
-
- <p>Container events are provided <strong>only</strong> for
+
+ <p>Container events are provided <strong>only</strong> for
notification purposes. The VCL will automatically handle
add and remove operations internally.</p>
-
+
@deprecated
*/
published interface XVclContainerListener: com::sun::star::lang::XEventListener
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
/** is invoked when a window has been added to the VCL container window.
*/
- [oneway] void windowAdded( [in] com::sun::star::awt::VclContainerEvent e );
-
- //-------------------------------------------------------------------------
-
+ [oneway] void windowAdded( [in] com::sun::star::awt::VclContainerEvent e );
+
+ //-------------------------------------------------------------------------
+
/** is invoked when a window has been removed from the VCL container
window.
*/
- [oneway] void windowRemoved( [in] com::sun::star::awt::VclContainerEvent e );
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ [oneway] void windowRemoved( [in] com::sun::star::awt::VclContainerEvent e );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif