summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/ImageScaleMode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/ImageScaleMode.idl')
-rw-r--r--offapi/com/sun/star/awt/ImageScaleMode.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/ImageScaleMode.idl b/offapi/com/sun/star/awt/ImageScaleMode.idl
index 7d4a188ddee6..c0f69d3cefdc 100644
--- a/offapi/com/sun/star/awt/ImageScaleMode.idl
+++ b/offapi/com/sun/star/awt/ImageScaleMode.idl
@@ -20,11 +20,9 @@
#ifndef __com_sun_star_awt_ImageScaleMode_idl__
#define __com_sun_star_awt_ImageScaleMode_idl__
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** defines modes how an image displayed in a given area should be scaled to fit this area
*/
@@ -46,11 +44,9 @@ constants ImageScaleMode
const short Anisotropic = 2;
};
-//=============================================================================
}; }; }; };
-//=============================================================================
#endif