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/inc/win/salgdi.h | |
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/inc/win/salgdi.h')
-rw-r--r-- | vcl/inc/win/salgdi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index 26b6c2fc9eda..c6dbd60a0aa7 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -23,7 +23,7 @@ #include "sallayout.hxx" #include "salgeom.hxx" #include "salgdi.hxx" -#include "outfont.hxx" +#include "fontentry.hxx" #include "fontattributes.hxx" #include "PhysicalFontFace.hxx" #include "impfont.hxx" |