summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-04-24 23:44:58 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-24 23:51:40 +1000
commit1b10e8e735a07f90f5ce4c6fd964dd3ce9cf2ed4 (patch)
tree059ce35120c0f879c25a107d78ddd729058f25ae /vcl
parent3a0d74e24fbaa78bde7a1b2fc0febbcb46e90e6a (diff)
VCL: Remove unnecessary headers from outdev/text.cxx
Change-Id: I0a55fcad484c368634d8eb79d1a0fb440c6f635a
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/outdev/text.cxx25
1 files changed, 8 insertions, 17 deletions
diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx
index 86432ccde79a..941e16e98cce 100644
--- a/vcl/source/outdev/text.cxx
+++ b/vcl/source/outdev/text.cxx
@@ -19,36 +19,27 @@
#include <sal/types.h>
-#include <algorithm>
-#include <cmath>
-#include <cstring>
-#include <memory>
-
#include <basegfx/matrix/b2dhommatrix.hxx>
-#include <basegfx/polygon/b2dpolygon.hxx>
-#include <basegfx/polygon/b2dpolypolygon.hxx>
-#include <com/sun/star/beans/PropertyValues.hpp>
+
#include <com/sun/star/i18n/WordType.hpp>
#include <com/sun/star/i18n/XBreakIterator.hpp>
#include <com/sun/star/linguistic2/LinguServiceManager.hpp>
+
#include <comphelper/processfactory.hxx>
-#include <rtl/logfile.hxx>
-#include <tools/debug.hxx>
+#include <vcl/outdev.hxx>
#include <vcl/virdev.hxx>
#include <vcl/bmpacc.hxx>
-#include <vcl/outdev.hxx>
#include <vcl/settings.hxx>
#include <vcl/sysdata.hxx>
#include <vcl/unohelp.hxx>
#include <vcl/controllayout.hxx>
-#include "outdata.hxx"
-#include "outdev.h"
-#include "salgdi.hxx"
-#include "sallayout.hxx"
-#include "svdata.hxx"
-#include "textlayout.hxx"
+#include <outdata.hxx>
+#include <outdev.h>
+#include <salgdi.hxx>
+#include <svdata.hxx>
+#include <textlayout.hxx>
#include <config_graphite.h>
#if ENABLE_GRAPHITE