From 53d27eb2077794b3fa785576f011f9c358561d51 Mon Sep 17 00:00:00 2001 From: Marcel Metz Date: Tue, 3 Jan 2012 15:13:13 +0100 Subject: Removed unnecessary tools includes. --- xmloff/inc/xmloff/xmlkywd.hxx | 2 -- xmloff/source/chart/SchXMLPlotAreaContext.cxx | 3 --- xmloff/source/core/xmlerror.cxx | 1 - xmloff/source/draw/propimp0.cxx | 1 - xmloff/source/draw/sdxmlimp.cxx | 2 +- xmloff/source/meta/MetaImportComponent.cxx | 1 - xmloff/source/meta/xmlversion.cxx | 1 - xmloff/source/text/txtimppr.cxx | 2 +- xmloff/source/text/txtparai.cxx | 1 - 9 files changed, 2 insertions(+), 12 deletions(-) (limited to 'xmloff') diff --git a/xmloff/inc/xmloff/xmlkywd.hxx b/xmloff/inc/xmloff/xmlkywd.hxx index 53623cb7fe17..cd901c067b5c 100644 --- a/xmloff/inc/xmloff/xmlkywd.hxx +++ b/xmloff/inc/xmloff/xmlkywd.hxx @@ -29,8 +29,6 @@ #ifndef _XMLOFF_XMLKYWD_HXX #define _XMLOFF_XMLKYWD_HXX -#include - /* * THIS FILE IS DEPRECATED. IT IS SUPERSEDED BY XMLTOKEN.HXX. * diff --git a/xmloff/source/chart/SchXMLPlotAreaContext.cxx b/xmloff/source/chart/SchXMLPlotAreaContext.cxx index 09690cda2d42..4c6969d81486 100644 --- a/xmloff/source/chart/SchXMLPlotAreaContext.cxx +++ b/xmloff/source/chart/SchXMLPlotAreaContext.cxx @@ -35,9 +35,6 @@ #include "SchXMLSeries2Context.hxx" #include "SchXMLTools.hxx" #include -#ifdef DBG_UTIL -#include -#endif #include #include "xmloff/xmlnmspe.hxx" diff --git a/xmloff/source/core/xmlerror.cxx b/xmloff/source/core/xmlerror.cxx index b43716f7d846..10c437b0aeec 100644 --- a/xmloff/source/core/xmlerror.cxx +++ b/xmloff/source/core/xmlerror.cxx @@ -37,7 +37,6 @@ #include -#include diff --git a/xmloff/source/draw/propimp0.cxx b/xmloff/source/draw/propimp0.cxx index 958072fcaab7..92e327af877f 100644 --- a/xmloff/source/draw/propimp0.cxx +++ b/xmloff/source/draw/propimp0.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include #include #include "propimp0.hxx" #include diff --git a/xmloff/source/draw/sdxmlimp.cxx b/xmloff/source/draw/sdxmlimp.cxx index 8c643aac1737..ad6362fc2730 100644 --- a/xmloff/source/draw/sdxmlimp.cxx +++ b/xmloff/source/draw/sdxmlimp.cxx @@ -27,7 +27,7 @@ ************************************************************************/ -#include +#include #include #include "sdxmlimp_impl.hxx" diff --git a/xmloff/source/meta/MetaImportComponent.cxx b/xmloff/source/meta/MetaImportComponent.cxx index 1ff515148be6..5c5afb91ac81 100644 --- a/xmloff/source/meta/MetaImportComponent.cxx +++ b/xmloff/source/meta/MetaImportComponent.cxx @@ -33,7 +33,6 @@ #include #include #include -#include using namespace ::com::sun::star; diff --git a/xmloff/source/meta/xmlversion.cxx b/xmloff/source/meta/xmlversion.cxx index c21d4cc5528c..f36bd05816ee 100644 --- a/xmloff/source/meta/xmlversion.cxx +++ b/xmloff/source/meta/xmlversion.cxx @@ -41,7 +41,6 @@ #include #include -#include class SvStringsDtor; using namespace ::com::sun::star::xml::sax; diff --git a/xmloff/source/text/txtimppr.cxx b/xmloff/source/text/txtimppr.cxx index 5c63fcb5efc8..84b7a6beb4d4 100644 --- a/xmloff/source/text/txtimppr.cxx +++ b/xmloff/source/text/txtimppr.cxx @@ -27,12 +27,12 @@ ************************************************************************/ #include +#include #include #include #include #include #include -#include #include #include #include diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx index 66d8f005c88f..fc9599933adf 100644 --- a/xmloff/source/text/txtparai.cxx +++ b/xmloff/source/text/txtparai.cxx @@ -31,7 +31,6 @@ #include #include -#include #include #include #include -- cgit