summaryrefslogtreecommitdiff
path: root/vcl/source/outdev
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-04 16:06:13 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-04 06:26:18 +0000
commit21f152a52397bf99364e5dc5ba9519e11452f260 (patch)
tree95f833cc83a2f91949e8bd96f8a02a320a1c9916 /vcl/source/outdev
parentf4dc8a869ac49f19c20fc5fa606448e9103726bd (diff)
vcl: split classes out of metric.hxx
Change-Id: Id3b155abec7b7a2ff43d0a35e98709f5ee51c6b9 Reviewed-on: https://gerrit.libreoffice.org/21069 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl/source/outdev')
-rw-r--r--vcl/source/outdev/font.cxx1
-rw-r--r--vcl/source/outdev/text.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/outdev/font.cxx b/vcl/source/outdev/font.cxx
index f328a4f7e64b..237cca2d94ce 100644
--- a/vcl/source/outdev/font.cxx
+++ b/vcl/source/outdev/font.cxx
@@ -26,6 +26,7 @@
#include <vcl/edit.hxx>
#include <vcl/settings.hxx>
#include <vcl/sysdata.hxx>
+#include <vcl/fontcharmap.hxx>
#include "sallayout.hxx"
#include "svdata.hxx"
diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx
index 6a04eb88313d..b396e535cead 100644
--- a/vcl/source/outdev/text.cxx
+++ b/vcl/source/outdev/text.cxx
@@ -32,6 +32,7 @@
#include <comphelper/processfactory.hxx>
+#include <vcl/textrectinfo.hxx>
#include <vcl/outdev.hxx>
#include <vcl/virdev.hxx>
#include <vcl/bmpacc.hxx>