summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/TextureMode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/TextureMode.idl')
-rw-r--r--offapi/com/sun/star/drawing/TextureMode.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/drawing/TextureMode.idl b/offapi/com/sun/star/drawing/TextureMode.idl
index 5a0badd53b63..1aa72debd0c8 100644
--- a/offapi/com/sun/star/drawing/TextureMode.idl
+++ b/offapi/com/sun/star/drawing/TextureMode.idl
@@ -23,27 +23,19 @@
module com { module sun { module star { module drawing {
-
-// DocMerge from xml: enum com::sun::star::drawing::TextureMode
/** The <type>TextureMode</type> defines in which way the texture color data
replaces the object color data.
*/
published enum TextureMode
{
-
- // DocMerge from xml: value com::sun::star::drawing::TextureMode::REPLACE
/** This is the standard mode.
*/
REPLACE,
-
- // DocMerge from xml: value com::sun::star::drawing::TextureMode::MODULATE
/** This mixes up colors in a way defined by the texture bitmap.
*/
MODULATE,
-
- // DocMerge from xml: value com::sun::star::drawing::TextureMode::BLEND
/** This mixes both data sources in a fixed ratio.
*/
BLEND