summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/SystemDependentXWindow.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/SystemDependentXWindow.idl')
-rw-r--r--offapi/com/sun/star/awt/SystemDependentXWindow.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/SystemDependentXWindow.idl b/offapi/com/sun/star/awt/SystemDependentXWindow.idl
index 895f95e617a4..23abdd89dd4b 100644
--- a/offapi/com/sun/star/awt/SystemDependentXWindow.idl
+++ b/offapi/com/sun/star/awt/SystemDependentXWindow.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_awt_SystemDependentXWindow_idl__
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies a system dependent XWindow.
@@ -37,13 +35,11 @@
*/
published struct SystemDependentXWindow
{
- //-------------------------------------------------------------------------
/** The XWindow handle if possible, otherwise 0.
*/
long WindowHandle;
- //-------------------------------------------------------------------------
/** The display pointer.
*/
@@ -51,7 +47,6 @@ published struct SystemDependentXWindow
};
-//=============================================================================
}; }; }; };