diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-07 14:44:08 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-07 15:26:58 +1100 |
commit | 7785c201a7e60a69f04dbf90a32f5539bebd92e4 (patch) | |
tree | fbc1c79e507e6cd503c438867cea421dcf087642 /vcl/source/outdev | |
parent | 7aeb2e8c42cd7d0850aaf33a8a8b4d88c173047f (diff) |
vcl: split more font classes from outfont.hxx
Change-Id: Ifa10c3b954dd245ff8357b790b59316b3fb111a9
Diffstat (limited to 'vcl/source/outdev')
-rw-r--r-- | vcl/source/outdev/text.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx index b396e535cead..762e33ad8cec 100644 --- a/vcl/source/outdev/text.cxx +++ b/vcl/source/outdev/text.cxx @@ -47,6 +47,8 @@ #include <svdata.hxx> #include <textlayout.hxx> +#include "textlineinfo.hxx" + #include <config_graphite.h> #if ENABLE_GRAPHITE #include "graphite_features.hxx" |