summaryrefslogtreecommitdiffstats
path: root/vcl/source/outdev/font.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:28:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:47 +0200
commitca39dddb8b3c01ff1d8a4cf2961c1b61563397a1 (patch)
treee9f9103fe3045cd56e7a6fc1f19afba3d064bdce /vcl/source/outdev/font.cxx
parentloplugin:includeform: writerfilter (diff)
downloadcore-ca39dddb8b3c01ff1d8a4cf2961c1b61563397a1.tar.gz
core-ca39dddb8b3c01ff1d8a4cf2961c1b61563397a1.zip
loplugin:includeform: vcl
Change-Id: Id7dea3917740aaf4db8dada5e2bea6e117d714ea
Diffstat (limited to 'vcl/source/outdev/font.cxx')
-rw-r--r--vcl/source/outdev/font.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/vcl/source/outdev/font.cxx b/vcl/source/outdev/font.cxx
index b7482c4ab677..4156ed7677a2 100644
--- a/vcl/source/outdev/font.cxx
+++ b/vcl/source/outdev/font.cxx
@@ -25,16 +25,16 @@
#include <vcl/sysdata.hxx>
#include <vcl/fontcharmap.hxx>
-#include "sallayout.hxx"
-#include "salgdi.hxx"
-#include "svdata.hxx"
+#include <sallayout.hxx>
+#include <salgdi.hxx>
+#include <svdata.hxx>
-#include "outdev.h"
-#include "window.h"
+#include <outdev.h>
+#include <window.h>
-#include "PhysicalFontCollection.hxx"
+#include <PhysicalFontCollection.hxx>
-#include "strings.hrc"
+#include <strings.hrc>
FontMetric OutputDevice::GetDevFont( int nDevFontIndex ) const
{