summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/WindowClass.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/WindowClass.idl')
-rw-r--r--offapi/com/sun/star/awt/WindowClass.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/awt/WindowClass.idl b/offapi/com/sun/star/awt/WindowClass.idl
index ef2b8248df77..6709a9b2f66c 100644
--- a/offapi/com/sun/star/awt/WindowClass.idl
+++ b/offapi/com/sun/star/awt/WindowClass.idl
@@ -20,36 +20,30 @@
#define __com_sun_star_awt_WindowClass_idl__
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies the class of a window.
*/
published enum WindowClass
{
- //-------------------------------------------------------------------------
/** specifies a top level window on the desktop. It is also a container.
*/
TOP,
- //-------------------------------------------------------------------------
/** is a modal top level window on the desktop. It is also a container.
*/
MODALTOP,
- //-------------------------------------------------------------------------
/** is a container that may contain other components.
It is not a top window.
*/
CONTAINER,
- //-------------------------------------------------------------------------
/** is the simplest window. It can be a container.
*/
@@ -57,7 +51,6 @@ published enum WindowClass
};
-//=============================================================================
}; }; }; };