summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/ImageAlign.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/ImageAlign.idl')
-rw-r--r--offapi/com/sun/star/awt/ImageAlign.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/awt/ImageAlign.idl b/offapi/com/sun/star/awt/ImageAlign.idl
index 11b7bd1e9f97..b50b01c4717e 100644
--- a/offapi/com/sun/star/awt/ImageAlign.idl
+++ b/offapi/com/sun/star/awt/ImageAlign.idl
@@ -20,35 +20,29 @@
#define __com_sun_star_awt_ImageAlign_idl__
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies the alignment of an image.
*/
published constants ImageAlign
{
- //-------------------------------------------------------------------------
/** specifies to align left.
*/
const short LEFT = 0;
- //-------------------------------------------------------------------------
/** specifies to align top.
*/
const short TOP = 1;
- //-------------------------------------------------------------------------
/** specifies to align right.
*/
const short RIGHT = 2;
- //-------------------------------------------------------------------------
/** specifies to align bottom.
*/
@@ -56,7 +50,6 @@ published constants ImageAlign
};
-//=============================================================================
}; }; }; };