summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/GradientStyle.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/GradientStyle.idl')
-rw-r--r--offapi/com/sun/star/awt/GradientStyle.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/offapi/com/sun/star/awt/GradientStyle.idl b/offapi/com/sun/star/awt/GradientStyle.idl
index 1ae262f71c3a..afb6df0aa245 100644
--- a/offapi/com/sun/star/awt/GradientStyle.idl
+++ b/offapi/com/sun/star/awt/GradientStyle.idl
@@ -20,47 +20,39 @@
#define __com_sun_star_awt_GradientStyle_idl__
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specify the style of color dispersion.
*/
published enum GradientStyle
{
- //-------------------------------------------------------------------------
/** specifies a linear gradient.
*/
LINEAR,
- //-------------------------------------------------------------------------
/** specifies an axial gradient.
*/
AXIAL,
- //-------------------------------------------------------------------------
/** specifies a radial gradient.
*/
RADIAL,
- //-------------------------------------------------------------------------
/** specifies an elliptical gradient.
*/
ELLIPTICAL,
- //-------------------------------------------------------------------------
/** specifies a gradient in the shape of a square.
*/
SQUARE,
- //-------------------------------------------------------------------------
/** specifies a gradient in the shape of a rectangle.
*/
@@ -68,7 +60,6 @@ published enum GradientStyle
};
-//=============================================================================
}; }; }; };