diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-07 17:48:34 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-07 08:35:16 +0000 |
commit | 2e11a3e03ed37eb86cd87f68191c48d2a6e442cb (patch) | |
tree | 56da6a7abaee0125e90efcf423305bb310b0e90e /vcl/source/outdev | |
parent | f9c8d97d82a85b897520a2fe897352ee5ad879d9 (diff) |
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/source/outdev')
-rw-r--r-- | vcl/source/outdev/font.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/font.cxx b/vcl/source/outdev/font.cxx index ffb418823758..40e12c908e40 100644 --- a/vcl/source/outdev/font.cxx +++ b/vcl/source/outdev/font.cxx @@ -33,7 +33,7 @@ #include "impfont.hxx" #include "outdata.hxx" -#include "outfont.hxx" +#include "fontentry.hxx" #include "fontattributes.hxx" #include "outdev.h" |