summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XVclContainer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XVclContainer.idl')
-rw-r--r--offapi/com/sun/star/awt/XVclContainer.idl86
1 files changed, 43 insertions, 43 deletions
diff --git a/offapi/com/sun/star/awt/XVclContainer.idl b/offapi/com/sun/star/awt/XVclContainer.idl
index 9126ad18f912..5f544bf7cf14 100644
--- a/offapi/com/sun/star/awt/XVclContainer.idl
+++ b/offapi/com/sun/star/awt/XVclContainer.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,58 +24,58 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_XVclContainer_idl__
-#define __com_sun_star_awt_XVclContainer_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-#ifndef __com_sun_star_awt_XVclContainerListener_idl__
-#include <com/sun/star/awt/XVclContainerListener.idl>
-#endif
-
-#ifndef __com_sun_star_awt_XWindow_idl__
-#include <com/sun/star/awt/XWindow.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+#ifndef __com_sun_star_awt_XVclContainer_idl__
+#define __com_sun_star_awt_XVclContainer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XVclContainerListener_idl__
+#include <com/sun/star/awt/XVclContainerListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XWindow_idl__
+#include <com/sun/star/awt/XWindow.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
/** represents a VCL container window.
-
+
@deprecated
*/
published interface XVclContainer: com::sun::star::uno::XInterface
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
/** adds the specified container listener to receive
container events from this container.
*/
- [oneway] void addVclContainerListener( [in] com::sun::star::awt::XVclContainerListener l );
-
- //-------------------------------------------------------------------------
-
+ [oneway] void addVclContainerListener( [in] com::sun::star::awt::XVclContainerListener l );
+
+ //-------------------------------------------------------------------------
+
/** removes the specified container listener so that it
no longer receives container events from this container.
*/
- [oneway] void removeVclContainerListener( [in] com::sun::star::awt::XVclContainerListener l );
-
- //-------------------------------------------------------------------------
+ [oneway] void removeVclContainerListener( [in] com::sun::star::awt::XVclContainerListener l );
+
+ //-------------------------------------------------------------------------
/** returns all windows.
*/
- sequence<com::sun::star::awt::XWindow> getWindows();
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ sequence<com::sun::star::awt::XWindow> getWindows();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif