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.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/drawing/TextureKind2.idl b/offapi/com/sun/star/drawing/TextureKind2.idl
index a0ac83cdc9b7..9b49a967ef64 100644
--- a/offapi/com/sun/star/drawing/TextureKind2.idl
+++ b/offapi/com/sun/star/drawing/TextureKind2.idl
@@ -29,13 +29,13 @@
published enum TextureKind2
{
- /** With <type>TextureKind</type> <const>LUMINANCE</const>, the texture
+ /** With TextureKind <const>LUMINANCE</const>, the texture
and the lighting information are mixed to produce the image, so a
lit, textured object is achieved.
*/
LUMINANCE,
- /** With <type>TextureKind</type> <const>INTENSITY</const>, each texture
+ /** With TextureKind <const>INTENSITY</const>, each texture
pixel is used as an intensity value.
*/
INTENSITY,