summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/FontEmphasisMark.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/FontEmphasisMark.idl')
-rw-r--r--offapi/com/sun/star/awt/FontEmphasisMark.idl90
1 files changed, 45 insertions, 45 deletions
diff --git a/offapi/com/sun/star/awt/FontEmphasisMark.idl b/offapi/com/sun/star/awt/FontEmphasisMark.idl
index 8e13cb8ca4a6..aaaf051e4a91 100644
--- a/offapi/com/sun/star/awt/FontEmphasisMark.idl
+++ b/offapi/com/sun/star/awt/FontEmphasisMark.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
@@ -25,70 +25,70 @@
*
************************************************************************/
-#ifndef __com_sun_star_awt_FontEmphasisMark_idl__
-#define __com_sun_star_awt_FontEmphasisMark_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
-/** These values are used to specify the kind of emphasis mark.
-
+#ifndef __com_sun_star_awt_FontEmphasisMark_idl__
+#define __com_sun_star_awt_FontEmphasisMark_idl__
+
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
+/** These values are used to specify the kind of emphasis mark.
+
<p>They may be expanded in future versions.</p>
*/
published constants FontEmphasisMark
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
/** specifies no emphasis mark.
*/
- const short NONE = 0x0000;
-
- //-------------------------------------------------------------------------
+ const short NONE = 0x0000;
+ //-------------------------------------------------------------------------
+
/** specifies emphasis mark dot.
*/
- const short DOT = 0x0001;
-
- //-------------------------------------------------------------------------
-
+ const short DOT = 0x0001;
+
+ //-------------------------------------------------------------------------
+
/** specifies emphasis mark circle.
*/
- const short CIRCLE = 0x0002;
-
- //-------------------------------------------------------------------------
-
+ const short CIRCLE = 0x0002;
+
+ //-------------------------------------------------------------------------
+
/** specifies emphasis mark disc.
*/
- const short DISC = 0x0003;
-
- //-------------------------------------------------------------------------
-
+ const short DISC = 0x0003;
+
+ //-------------------------------------------------------------------------
+
/** specifies emphasis mark accent.
*/
- const short ACCENT = 0x0004;
-
- //-------------------------------------------------------------------------
+ const short ACCENT = 0x0004;
+ //-------------------------------------------------------------------------
+
/** specifies that the emphasis mark should be positioned above the
characters.
*/
- const short ABOVE = 0x1000;
-
- //-------------------------------------------------------------------------
+ const short ABOVE = 0x1000;
+ //-------------------------------------------------------------------------
+
/** specifies that the emphasis mark should be positioned below the
characters.
*/
const short BELOW = 0x2000;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif