summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/fntstyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/vcl/fntstyle.hxx')
-rw-r--r--vcl/inc/vcl/fntstyle.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/vcl/fntstyle.hxx b/vcl/inc/vcl/fntstyle.hxx
index 4b4ccc9f6d02..6b9c4c29275f 100644
--- a/vcl/inc/vcl/fntstyle.hxx
+++ b/vcl/inc/vcl/fntstyle.hxx
@@ -46,7 +46,7 @@ enum FontRelief { RELIEF_NONE, RELIEF_EMBOSSED, RELIEF_ENGRAVED, FontRelief_FORC
// - Font types -
// --------------
-typedef BYTE FontKerning;
+typedef sal_uInt8 FontKerning;
#define KERNING_FONTSPECIFIC ((FontKerning)0x01)
#define KERNING_ASIAN ((FontKerning)0x02)