summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/VisualEffect.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/VisualEffect.idl')
-rw-r--r--offapi/com/sun/star/awt/VisualEffect.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/awt/VisualEffect.idl b/offapi/com/sun/star/awt/VisualEffect.idl
index b5c266b6a735..cc1b4fdbbb71 100644
--- a/offapi/com/sun/star/awt/VisualEffect.idl
+++ b/offapi/com/sun/star/awt/VisualEffect.idl
@@ -20,11 +20,9 @@
#ifndef __com_sun_star_awt_VisualEffect_idl__
#define __com_sun_star_awt_VisualEffect_idl__
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** These values are used to specify the visual effect of controls
@@ -32,23 +30,19 @@ module com { module sun { module star { module awt {
*/
constants VisualEffect
{
- //-------------------------------------------------------------------------
/** specifies that no visual effect is to be applied
*/
const short NONE = 0;
- //-------------------------------------------------------------------------
/** specifies a 3D-like look
*/
const short LOOK3D = 1;
- //-------------------------------------------------------------------------
/** specifies a "flat" look
*/
const short FLAT = 2;
};
-//=============================================================================
}; }; }; };