summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/FontRelief.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/FontRelief.idl')
-rw-r--r--offapi/com/sun/star/text/FontRelief.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/text/FontRelief.idl b/offapi/com/sun/star/text/FontRelief.idl
index 415f5890be4d..59a42ee1a3aa 100644
--- a/offapi/com/sun/star/text/FontRelief.idl
+++ b/offapi/com/sun/star/text/FontRelief.idl
@@ -20,32 +20,26 @@
#define __com_sun_star_text_FontRelief_idl__
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** Determines the relief type of a font.
*/
published constants FontRelief
{
- //-------------------------------------------------------------------------
/** no relief is used.
*/
const short NONE = 0;
- //-------------------------------------------------------------------------
/** the font relief is embossed.
*/
const short EMBOSSED = 1;
- //-------------------------------------------------------------------------
/** the font relief is engraved.
*/
const short ENGRAVED = 2;
};
-//=============================================================================
}; }; }; };
#endif