summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/TextureKind2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/TextureKind2.idl')
-rw-r--r--offapi/com/sun/star/drawing/TextureKind2.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/drawing/TextureKind2.idl b/offapi/com/sun/star/drawing/TextureKind2.idl
index adaadb851422..a0ac83cdc9b7 100644
--- a/offapi/com/sun/star/drawing/TextureKind2.idl
+++ b/offapi/com/sun/star/drawing/TextureKind2.idl
@@ -20,17 +20,14 @@
#define __com_sun_star_drawing_TextureKind2_idl__
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
/** These enumeration values specify how the texture is applied.
*/
published enum TextureKind2
{
- //-------------------------------------------------------------------------
/** With <type>TextureKind</type> <const>LUMINANCE</const>, the texture
and the lighting information are mixed to produce the image, so a
@@ -42,7 +39,6 @@ published enum TextureKind2
pixel is used as an intensity value.
*/
INTENSITY,
- //-------------------------------------------------------------------------
/** With this mode, the lighting is ignored and only the
texture color information is used.
@@ -50,7 +46,6 @@ published enum TextureKind2
COLOR
};
-//=============================================================================
}; }; }; };