summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/ImageAlign.idl
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2001-06-01 10:57:33 +0000
committerMalte Timmermann <mt@openoffice.org>2001-06-01 10:57:33 +0000
commit063ca6c7371d525a5bc0d2ae7b43cbdedd2059ea (patch)
tree57de5f3dce9be2f08ba3c36639946cc39ec418c2 /offapi/com/sun/star/awt/ImageAlign.idl
parent3b5020b293a15104ec028abfbecb4f8eca4df6a1 (diff)
#86837# short values!
Diffstat (limited to 'offapi/com/sun/star/awt/ImageAlign.idl')
-rw-r--r--offapi/com/sun/star/awt/ImageAlign.idl15
1 files changed, 9 insertions, 6 deletions
diff --git a/offapi/com/sun/star/awt/ImageAlign.idl b/offapi/com/sun/star/awt/ImageAlign.idl
index 9b47ec131abe..334e4be4a8ee 100644
--- a/offapi/com/sun/star/awt/ImageAlign.idl
+++ b/offapi/com/sun/star/awt/ImageAlign.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ImageAlign.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mt $ $Date: 2001-06-01 11:34:30 $
+ * last change: $Author: mt $ $Date: 2001-06-01 11:57:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,25 +76,25 @@ constants ImageAlign
/** specifies to align left.
*/
- const long LEFT = 0;
+ const short LEFT = 0;
//-------------------------------------------------------------------------
/** specifies to align top.
*/
- const long TOP = 0;
+ const short TOP = 1;
//-------------------------------------------------------------------------
/** specifies to align right.
*/
- const long RIGHT = 0;
+ const short RIGHT = 2;
//-------------------------------------------------------------------------
/** specifies to align bottom.
*/
- const long BOTTOM = 0;
+ const short BOTTOM = 3;
};
//=============================================================================
@@ -104,6 +104,9 @@ constants ImageAlign
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.1 2001/06/01 11:34:30 mt
+ #86837# ImageAlign
+
=============================================================================*/
#endif