summaryrefslogtreecommitdiff
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.idl70
1 files changed, 35 insertions, 35 deletions
diff --git a/offapi/com/sun/star/awt/WindowClass.idl b/offapi/com/sun/star/awt/WindowClass.idl
index d798cb3599cc..a30b8a6aacb4 100644
--- a/offapi/com/sun/star/awt/WindowClass.idl
+++ b/offapi/com/sun/star/awt/WindowClass.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,49 +24,49 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_WindowClass_idl__
-#define __com_sun_star_awt_WindowClass_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+#ifndef __com_sun_star_awt_WindowClass_idl__
+#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,
-
- //-------------------------------------------------------------------------
-
+ TOP,
+
+ //-------------------------------------------------------------------------
+
/** is a modal top level window on the desktop. It is also a container.
*/
- MODALTOP,
-
- //-------------------------------------------------------------------------
-
+ MODALTOP,
+
+ //-------------------------------------------------------------------------
+
/** is a container that may contain other components.
It is not a top window.
*/
- CONTAINER,
-
- //-------------------------------------------------------------------------
-
+ CONTAINER,
+
+ //-------------------------------------------------------------------------
+
/** is the simplest window. It can be a container.
*/
- SIMPLE
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ SIMPLE
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif