summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/FontSlant.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/FontSlant.idl')
-rw-r--r--offapi/com/sun/star/awt/FontSlant.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/offapi/com/sun/star/awt/FontSlant.idl b/offapi/com/sun/star/awt/FontSlant.idl
index 822f3c04d4f7..7f56b159e4a3 100644
--- a/offapi/com/sun/star/awt/FontSlant.idl
+++ b/offapi/com/sun/star/awt/FontSlant.idl
@@ -20,47 +20,39 @@
#define __com_sun_star_awt_FontSlant_idl__
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** used to specify the slant of a font.
*/
published enum FontSlant
{
- //-------------------------------------------------------------------------
/** specifies a font without slant.
*/
NONE,
- //-------------------------------------------------------------------------
/** specifies an oblique font (slant not designed into the font).
*/
OBLIQUE,
- //-------------------------------------------------------------------------
/** specifies an italic font (slant designed into the font).
*/
ITALIC,
- //-------------------------------------------------------------------------
/** specifies a font with an unknown slant.
*/
DONTKNOW,
- //-------------------------------------------------------------------------
/** specifies a reverse oblique font (slant not designed into the font).
*/
REVERSE_OBLIQUE,
- //-------------------------------------------------------------------------
/** specifies a reverse italic font (slant designed into the font).
*/
@@ -68,7 +60,6 @@ published enum FontSlant
};
-//=============================================================================
}; }; }; };