summaryrefslogtreecommitdiffstats
path: root/vcl/generic/glyphs
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-03 23:35:29 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-03 13:06:01 +0000
commit833798d6274342e06445d5df306ec0a31fe6492a (patch)
treef07ac1e08e797b2aac02bd463c3b24ac4be1fd91 /vcl/generic/glyphs
parenttdf#74608: Ctor function for abp::OABSPilotUno (diff)
downloadcore-833798d6274342e06445d5df306ec0a31fe6492a.tar.gz
core-833798d6274342e06445d5df306ec0a31fe6492a.zip
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/glyphs')
-rw-r--r--vcl/generic/glyphs/gcach_ftyp.cxx2
-rw-r--r--vcl/generic/glyphs/glyphcache.cxx1
2 files changed, 3 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