summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/Style.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/Style.idl')
-rw-r--r--offapi/com/sun/star/awt/Style.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/Style.idl b/offapi/com/sun/star/awt/Style.idl
index f5069ea8bfcd..8a2f978c99e2 100644
--- a/offapi/com/sun/star/awt/Style.idl
+++ b/offapi/com/sun/star/awt/Style.idl
@@ -20,23 +20,19 @@
#define __com_sun_star_awt_Style_idl__
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies the style of a window.
*/
published constants Style
{
- //-------------------------------------------------------------------------
/** specifies a frame.
*/
const short FRAME = 0;
- //-------------------------------------------------------------------------
/** specifies a dialog.
*/
@@ -44,7 +40,6 @@ published constants Style
};
-//=============================================================================
}; }; }; };