summaryrefslogtreecommitdiff
path: root/vcl/source/outdev
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-26 01:43:09 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-26 01:43:09 +1100
commit3de2c3952b9757c40615194811142fd19a9b72eb (patch)
tree73bafe214474a42c219ca1cded8e3765d079831b /vcl/source/outdev
parentded0da10d8a6fc4a4ae732f9e99433e0b69c3c68 (diff)
vcl: remove unnecessary header includes from text.cxx
Change-Id: Iefa9cad66248297e4639567cd3f5836abb2e167c
Diffstat (limited to 'vcl/source/outdev')
-rw-r--r--vcl/source/outdev/text.cxx25
1 files changed, 5 insertions, 20 deletions
diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx
index 97e675475442..147d82ffcefa 100644
--- a/vcl/source/outdev/text.cxx
+++ b/vcl/source/outdev/text.cxx
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <sal/config.h>
-
-#include <cassert>
-#include <cmath>
-
-#include <sal/types.h>
-
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <com/sun/star/i18n/WordType.hpp>
@@ -33,27 +26,19 @@
#include <comphelper/processfactory.hxx>
#include <vcl/textrectinfo.hxx>
-#include <vcl/outdev.hxx>
#include <vcl/virdev.hxx>
#include <vcl/bmpacc.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 <svdata.hxx>
-#include <textlayout.hxx>
-
+#include "outdata.hxx"
+#include "outdev.h"
+#include "salgdi.hxx"
+#include "svdata.hxx"
+#include "textlayout.hxx"
#include "textlineinfo.hxx"
-#include <config_graphite.h>
-#if ENABLE_GRAPHITE
-#include "graphite_features.hxx"
-#endif
-
#define TEXT_DRAW_ELLIPSIS (DrawTextFlags::EndEllipsis | DrawTextFlags::PathEllipsis | DrawTextFlags::NewsEllipsis)
ImplMultiTextLineInfo::ImplMultiTextLineInfo()