summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/TextAlign.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/TextAlign.idl')
-rw-r--r--offapi/com/sun/star/awt/TextAlign.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/awt/TextAlign.idl b/offapi/com/sun/star/awt/TextAlign.idl
index 228ce84ac26c..e29227c30b4c 100644
--- a/offapi/com/sun/star/awt/TextAlign.idl
+++ b/offapi/com/sun/star/awt/TextAlign.idl
@@ -20,29 +20,24 @@
#define __com_sun_star_awt_TextAlign_idl__
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies the alignment of text.
*/
published constants TextAlign
{
- //-------------------------------------------------------------------------
/** specifies to left align text.
*/
const long LEFT = 0;
- //-------------------------------------------------------------------------
/** specifies to center text.
*/
const long CENTER = 1;
- //-------------------------------------------------------------------------
/** specifies to right align text.
*/
@@ -50,7 +45,6 @@ published constants TextAlign
};
-//=============================================================================
}; }; }; };