From 45e366eadbba69140214a8e745a1d3ce3e4e8337 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 20 Oct 2013 15:15:42 +0100 Subject: drop unnecessary tools/string includes Change-Id: I4278999b9b7d184c26036bbe9e3b98420f461e8c --- oox/inc/pch/precompiled_oox.hxx | 2 -- oox/source/export/drawingml.cxx | 1 - oox/source/export/shapes.cxx | 1 - oox/source/ole/axcontrol.cxx | 1 - 4 files changed, 5 deletions(-) (limited to 'oox') diff --git a/oox/inc/pch/precompiled_oox.hxx b/oox/inc/pch/precompiled_oox.hxx index 5ee4dd5fc741..0fda8baa7279 100644 --- a/oox/inc/pch/precompiled_oox.hxx +++ b/oox/inc/pch/precompiled_oox.hxx @@ -20,7 +20,6 @@ #include "cppuhelper/exc_hlp.hxx" #include "rtl/ustrbuf.hxx" #include "sal/log.hxx" -#include "tools/string.hxx" #include #include #include @@ -387,7 +386,6 @@ #include #include #include -#include #include #include #include diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx index af1d6e02ef31..7a75d885cec8 100644 --- a/oox/source/export/drawingml.cxx +++ b/oox/source/export/drawingml.cxx @@ -57,7 +57,6 @@ #include #include #include -#include #include #include #include diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx index 968d07953acd..429472be9ddb 100644 --- a/oox/source/export/shapes.cxx +++ b/oox/source/export/shapes.cxx @@ -60,7 +60,6 @@ #include #include #include -#include #include #include #include diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx index 709729062382..43d7fc6e2a9b 100644 --- a/oox/source/ole/axcontrol.cxx +++ b/oox/source/ole/axcontrol.cxx @@ -54,7 +54,6 @@ #include "oox/helper/graphichelper.hxx" #include "oox/helper/propertymap.hxx" #include "oox/ole/axbinarywriter.hxx" -#include "tools/string.hxx" namespace oox { namespace ole { -- cgit