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/source/font | |
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/source/font')
-rw-r--r-- | vcl/source/font/PhysicalFontCollection.cxx | 1 | ||||
-rw-r--r-- | vcl/source/font/PhysicalFontFace.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/font/PhysicalFontCollection.cxx b/vcl/source/font/PhysicalFontCollection.cxx index 6f5a44a59fb3..f8f4c725d111 100644 --- a/vcl/source/font/PhysicalFontCollection.cxx +++ b/vcl/source/font/PhysicalFontCollection.cxx @@ -33,6 +33,7 @@ #include "magic.h" #include "outdev.h" #include "outfont.hxx" +#include "fontattributes.hxx" #include "PhysicalFontFace.hxx" #include "PhysicalFontCollection.hxx" diff --git a/vcl/source/font/PhysicalFontFace.cxx b/vcl/source/font/PhysicalFontFace.cxx index 3a770b6ce873..a322aeba7380 100644 --- a/vcl/source/font/PhysicalFontFace.cxx +++ b/vcl/source/font/PhysicalFontFace.cxx @@ -22,6 +22,7 @@ #include <tools/fontenum.hxx> #include "outfont.hxx" +#include "fontattributes.hxx" #include "PhysicalFontFace.hxx" |