diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-11 18:31:28 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-12 00:05:22 +0000 |
commit | 27154c4bb5ed80d699d706ebd1a84e807c3f1625 (patch) | |
tree | ee4b8ba505521003608434fd8e4add32965ba914 /vcl/quartz | |
parent | cbd483211e1ac9d9e724b5ba3e3e38a0c5abe55c (diff) |
vcl: split off ImplFontCharMap into it's own header file
Change-Id: I6173cd191cd771b1f030fa737617b1067278ee10
Reviewed-on: https://gerrit.libreoffice.org/21338
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl/quartz')
-rw-r--r-- | vcl/quartz/salgdi.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx index 9a917ec25d7a..ad10cc8a3469 100644 --- a/vcl/quartz/salgdi.cxx +++ b/vcl/quartz/salgdi.cxx @@ -40,6 +40,7 @@ #include "ctfonts.hxx" #include "fontsubset.hxx" #include "impfont.hxx" +#include "impfontcharmap.hxx" #ifdef MACOSX #include "osx/salframe.h" #endif |