summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/rendering/EmphasisMark.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/EmphasisMark.idl')
-rw-r--r--offapi/com/sun/star/rendering/EmphasisMark.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/rendering/EmphasisMark.idl b/offapi/com/sun/star/rendering/EmphasisMark.idl
index 8263c19967fd..ed918a2637e8 100644
--- a/offapi/com/sun/star/rendering/EmphasisMark.idl
+++ b/offapi/com/sun/star/rendering/EmphasisMark.idl
@@ -33,42 +33,34 @@ constants EmphasisMark
/// No automatic emphasis marks
const byte NONE = 0;
- //-------------------------------------------------------------------------
/// Automatic emphasis marks as dots above the glyphs
const byte DOT_ABOVE = 1;
- //-------------------------------------------------------------------------
/// Automatic emphasis marks as dots below the glyphs
const byte DOT_BELOW = 2;
- //-------------------------------------------------------------------------
/// Automatic emphasis marks as circles (unfilled outlines) above the glyphs
const byte CIRCLE_ABOVE = 3;
- //-------------------------------------------------------------------------
/// Automatic emphasis marks as circles (unfilled outlines) below the glyphs
const byte CIRCLE_BELOW = 4;
- //-------------------------------------------------------------------------
/// Automatic emphasis marks as discs (filled circles) above the glyphs
const byte DISC_ABOVE = 5;
- //-------------------------------------------------------------------------
/// Automatic emphasis marks as discs (filled circles) below the glyphs
const byte DISC_BELOW = 6;
- //-------------------------------------------------------------------------
/// Automatic emphasis marks as accent marks above the glyphs
const byte ACCENT_ABOVE = 7;
- //-------------------------------------------------------------------------
/// Automatic emphasis marks as accent marks below the glyphs
const byte ACCENT_BELOW = 8;