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.idl62
1 files changed, 31 insertions, 31 deletions
diff --git a/offapi/com/sun/star/awt/TextAlign.idl b/offapi/com/sun/star/awt/TextAlign.idl
index 773419c89254..8ac8897f6e62 100644
--- a/offapi/com/sun/star/awt/TextAlign.idl
+++ b/offapi/com/sun/star/awt/TextAlign.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,42 +24,42 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_TextAlign_idl__
-#define __com_sun_star_awt_TextAlign_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+#ifndef __com_sun_star_awt_TextAlign_idl__
+#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;
-
- //-------------------------------------------------------------------------
-
+ const long LEFT = 0;
+
+ //-------------------------------------------------------------------------
+
/** specifies to center text.
*/
- const long CENTER = 1;
-
- //-------------------------------------------------------------------------
-
+ const long CENTER = 1;
+
+ //-------------------------------------------------------------------------
+
/** specifies to right align text.
*/
- const long RIGHT = 2;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ const long RIGHT = 2;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif