summaryrefslogtreecommitdiffstats
path: root/vcl/generic/glyphs
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-07 17:48:34 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-07 08:35:16 +0000
commit2e11a3e03ed37eb86cd87f68191c48d2a6e442cb (patch)
tree56da6a7abaee0125e90efcf423305bb310b0e90e /vcl/generic/glyphs
parenttdf#95213 DOCX import: don't reuse list label styles (diff)
downloadcore-2e11a3e03ed37eb86cd87f68191c48d2a6e442cb.tar.gz
core-2e11a3e03ed37eb86cd87f68191c48d2a6e442cb.zip
vcl: rename outfont.hxx to fontentry.hxx
Change-Id: I174a7a87d68958d0a5dd7c3e0f35294f0d020eb1 Reviewed-on: https://gerrit.libreoffice.org/21189 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-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.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/generic/glyphs/gcach_ftyp.cxx b/vcl/generic/glyphs/gcach_ftyp.cxx
index f29399834330..c4c5754a05df 100644
--- a/vcl/generic/glyphs/gcach_ftyp.cxx
+++ b/vcl/generic/glyphs/gcach_ftyp.cxx
@@ -23,7 +23,7 @@
#include "gcach_ftyp.hxx"
#include "vcl/svapp.hxx"
-#include <outfont.hxx>
+#include <fontentry.hxx>
#include <impfont.hxx>
#include "fontattributes.hxx"
diff --git a/vcl/generic/glyphs/glyphcache.cxx b/vcl/generic/glyphs/glyphcache.cxx
index 2b4054f5a1d5..798b3e29305f 100644
--- a/vcl/generic/glyphs/glyphcache.cxx
+++ b/vcl/generic/glyphs/glyphcache.cxx
@@ -23,7 +23,7 @@
#include <vcl/svapp.hxx>
#include <vcl/bitmap.hxx>
-#include <outfont.hxx>
+#include <fontentry.hxx>
#include <fontattributes.hxx>
#include <config_graphite.h>