diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-03 23:35:29 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-03 13:06:01 +0000 |
commit | 833798d6274342e06445d5df306ec0a31fe6492a (patch) | |
tree | f07ac1e08e797b2aac02bd463c3b24ac4be1fd91 /vcl/generic | |
parent | d4bbf358eb19a8c96720595b9aa3fdf47d9e02f9 (diff) |
vcl: split out ImplFontAttributes into own header
Change-Id: I74cde57e328047ac149593c5bb065d7a6066941d
Reviewed-on: https://gerrit.libreoffice.org/21056
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl/generic')
-rw-r--r-- | vcl/generic/glyphs/gcach_ftyp.cxx | 2 | ||||
-rw-r--r-- | vcl/generic/glyphs/glyphcache.cxx | 1 | ||||
-rw-r--r-- | vcl/generic/print/genpspgraphics.cxx | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/vcl/generic/glyphs/gcach_ftyp.cxx b/vcl/generic/glyphs/gcach_ftyp.cxx index 05a530e762eb..fe15d11fc335 100644 --- a/vcl/generic/glyphs/gcach_ftyp.cxx +++ b/vcl/generic/glyphs/gcach_ftyp.cxx @@ -22,6 +22,8 @@ #include "vcl/svapp.hxx" #include <outfont.hxx> #include <impfont.hxx> +#include "fontattributes.hxx" + #include <config_features.h> #include <config_graphite.h> #if ENABLE_GRAPHITE diff --git a/vcl/generic/glyphs/glyphcache.cxx b/vcl/generic/glyphs/glyphcache.cxx index a0a230331ae2..2b4054f5a1d5 100644 --- a/vcl/generic/glyphs/glyphcache.cxx +++ b/vcl/generic/glyphs/glyphcache.cxx @@ -24,6 +24,7 @@ #include <vcl/svapp.hxx> #include <vcl/bitmap.hxx> #include <outfont.hxx> +#include <fontattributes.hxx> #include <config_graphite.h> #if ENABLE_GRAPHITE diff --git a/vcl/generic/print/genpspgraphics.cxx b/vcl/generic/print/genpspgraphics.cxx index fa9cac54dc06..f892eca01197 100644 --- a/vcl/generic/print/genpspgraphics.cxx +++ b/vcl/generic/print/genpspgraphics.cxx @@ -50,6 +50,7 @@ #include "impfont.hxx" #include "langboost.hxx" #include "outfont.hxx" +#include "fontattributes.hxx" #include "PhysicalFontCollection.hxx" #include "PhysicalFontFace.hxx" #include "salbmp.hxx" |