diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/quartz/salgdi.h | 2 | ||||
-rw-r--r-- | vcl/inc/sallayout.hxx | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h index 071cc0c079f2..1b9782fa652b 100644 --- a/vcl/inc/quartz/salgdi.h +++ b/vcl/inc/quartz/salgdi.h @@ -53,8 +53,6 @@ class CoreTextStyle; class XorEmulation; class CommonSalLayout; -typedef sal_uInt32 sal_GlyphId; - // CoreText-specific physically available font face class CoreTextFontFace : public PhysicalFontFace { diff --git a/vcl/inc/sallayout.hxx b/vcl/inc/sallayout.hxx index ffc38d4b8adf..a430223adc02 100644 --- a/vcl/inc/sallayout.hxx +++ b/vcl/inc/sallayout.hxx @@ -249,7 +249,7 @@ private: bool mbIncomplete; }; -typedef sal_uInt32 sal_GlyphId; +typedef sal_uInt16 sal_GlyphId; struct GlyphItem { |