summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-27 07:45:41 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-27 07:45:41 +0000
commite6338350ee3c67c6da63eb5c85139e420befa011 (patch)
tree9dd6a9b4c8ffae1969646d24a43be01eead39b7d /offapi
parent1d6c13de8a59c47d98f2d588e5ba0d399cdc3c79 (diff)
INTEGRATION: CWS tbe4 (1.5.66); FILE MERGED
2003/06/23 13:11:47 tbe 1.5.66.1: #56751# IDL review
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/FontEmphasisMark.idl17
1 files changed, 10 insertions, 7 deletions
diff --git a/offapi/com/sun/star/awt/FontEmphasisMark.idl b/offapi/com/sun/star/awt/FontEmphasisMark.idl
index 39aacb9a9..09f079c27 100644
--- a/offapi/com/sun/star/awt/FontEmphasisMark.idl
+++ b/offapi/com/sun/star/awt/FontEmphasisMark.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: FontEmphasisMark.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:52:32 $
+ * last change: $Author: vg $ $Date: 2003-06-27 08:45:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,7 +71,7 @@
/** These values are used to specify the kind of emphasis mark.
- <p>They may be expanded in future versions.
+ <p>They may be expanded in future versions.</p>
*/
constants FontEmphasisMark
{
@@ -107,16 +107,19 @@ constants FontEmphasisMark
//-------------------------------------------------------------------------
- /** specifies that the emphasis mark should be positioned above the characters
+ /** specifies that the emphasis mark should be positioned above the
+ characters.
*/
const short ABOVE = 0x1000;
//-------------------------------------------------------------------------
- /** specifies that the emphasis mark should be positioned below the characters
+ /** specifies that the emphasis mark should be positioned below the
+ characters.
*/
- const short BELOW = 0x2000;
- };
+ const short BELOW = 0x2000;
+
+};
//=============================================================================