summaryrefslogtreecommitdiffstats
path: root/include/vcl/fntstyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/fntstyle.hxx')
-rw-r--r--include/vcl/fntstyle.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/vcl/fntstyle.hxx b/include/vcl/fntstyle.hxx
index d0cc557dec8f..643d5d227a36 100644
--- a/include/vcl/fntstyle.hxx
+++ b/include/vcl/fntstyle.hxx
@@ -20,13 +20,8 @@
#ifndef INCLUDED_VCL_FNTSTYLE_HXX
#define INCLUDED_VCL_FNTSTYLE_HXX
-#include <tools/solar.h>
#include <sal/types.h>
-// --------------
-// - Font enums -
-// --------------
-
#ifndef ENUM_FONTRELIEF_DECLARED
#define ENUM_FONTRELIEF_DECLARED
@@ -34,10 +29,6 @@ enum FontRelief { RELIEF_NONE, RELIEF_EMBOSSED, RELIEF_ENGRAVED, FontRelief_FORC
#endif
-// --------------
-// - Font types -
-// --------------
-
typedef sal_uInt8 FontKerning;
#define KERNING_FONTSPECIFIC ((FontKerning)0x01)
#define KERNING_ASIAN ((FontKerning)0x02)