summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/TextureKind.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/TextureKind.idl')
-rw-r--r--offapi/com/sun/star/drawing/TextureKind.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/drawing/TextureKind.idl b/offapi/com/sun/star/drawing/TextureKind.idl
index 7fa8ec3f909e..26df3ddd1d15 100644
--- a/offapi/com/sun/star/drawing/TextureKind.idl
+++ b/offapi/com/sun/star/drawing/TextureKind.idl
@@ -23,23 +23,17 @@
module com { module sun { module star { module drawing {
-
-// DocMerge from xml: enum com::sun::star::drawing::TextureKind
/** These enumeration values specify how the texture is applied.
@deprecated
*/
published enum TextureKind
{
-
- // DocMerge from xml: value com::sun::star::drawing::TextureKind::LUMINANCE
/** With <type>TextureKind</type> <const>LUMINANCE</const>, the texture
and the lighting information are mixed to produce the image, so a
lit, textured object is achieved.
*/
LUMINANCE,
-
- // DocMerge from xml: value com::sun::star::drawing::TextureKind::COLOR
/** With this mode the lighting is ignored and only the
texture color information is used.
*/