diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-04 12:06:07 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-04 14:34:06 +0200 |
commit | 83e835156bc32bb904552465354b5b477a66d503 (patch) | |
tree | e7641b97f684ab63069d7af8c272799909a81dfb /vcl/inc/quartz | |
parent | cce14c9717e3c21a61bbd4ce620d17fa23feafa2 (diff) |
Bin ATSUI code
TDF has been shipping a CoreText-using LO since 4.1 and the sky hasn't
fallen. Getting rid of the ATSUI code will make other needed
refactoring easier.
Change-Id: I494096c3988ea26fa2b336621857d32b64b040f0
Diffstat (limited to 'vcl/inc/quartz')
-rw-r--r-- | vcl/inc/quartz/salbmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/quartz/salbmp.h b/vcl/inc/quartz/salbmp.h index 8641fd906322..01e9aee22561 100644 --- a/vcl/inc/quartz/salbmp.h +++ b/vcl/inc/quartz/salbmp.h @@ -27,7 +27,7 @@ #include "vcl/salbtype.hxx" #ifdef MACOSX -#include "aqua/salgdi.h" +#include "coretext/salgdi2.h" #else #include "headless/svpgdi.hxx" #endif |