summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/BitmapMode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/BitmapMode.idl')
-rw-r--r--offapi/com/sun/star/drawing/BitmapMode.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/drawing/BitmapMode.idl b/offapi/com/sun/star/drawing/BitmapMode.idl
index 2d48c4ee86fa..9a4172ae24f3 100644
--- a/offapi/com/sun/star/drawing/BitmapMode.idl
+++ b/offapi/com/sun/star/drawing/BitmapMode.idl
@@ -20,37 +20,31 @@
#define __com_sun_star_drawing_BitmapMode_idl__
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
/** The <type>BitmapMode</type> selects an algorithm for filling an area with
a bitmap.
*/
published enum BitmapMode
{
- //-------------------------------------------------------------------------
/** the bitmap is repeated over the fill area.
*/
REPEAT,
- //-------------------------------------------------------------------------
/** the bitmap is stretched to fill the area.
*/
STRETCH,
- //-------------------------------------------------------------------------
/** the bitmap is painted in its original or selected size.
*/
NO_REPEAT
};
-//=============================================================================
}; }; }; };