diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-03 15:13:13 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-01-05 15:38:51 +0100 |
commit | 53d27eb2077794b3fa785576f011f9c358561d51 (patch) | |
tree | 39c5a1934461a1d9deccd8e13b8bcff569419f42 /xmloff | |
parent | a1cfce768f83842defd8068a8eba5ed3eaeea255 (diff) |
Removed unnecessary tools includes.
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/xmloff/xmlkywd.hxx | 2 | ||||
-rw-r--r-- | xmloff/source/chart/SchXMLPlotAreaContext.cxx | 3 | ||||
-rw-r--r-- | xmloff/source/core/xmlerror.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/draw/propimp0.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/draw/sdxmlimp.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/meta/MetaImportComponent.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/meta/xmlversion.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/text/txtimppr.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/text/txtparai.cxx | 1 |
9 files changed, 2 insertions, 12 deletions
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 <tools/string.hxx> - /* * 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 <tools/debug.hxx> -#ifdef DBG_UTIL -#include <tools/string.hxx> -#endif #include <comphelper/processfactory.hxx> #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 <rtl/ustrbuf.hxx> -#include <tools/string.hxx> 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 <tools/string.hxx> #include <rtl/ustrbuf.hxx> #include "propimp0.hxx" #include <com/sun/star/drawing/LineDash.hpp> 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 <tools/string.hxx> +#include <osl/thread.h> #include <xmloff/xmlscripti.hxx> #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 <xmloff/xmltoken.hxx> #include <xmloff/xmlmetai.hxx> #include <xmloff/nmspmap.hxx> -#include <tools/string.hxx> 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 <com/sun/star/xml/sax/InputSource.hpp> #include <com/sun/star/xml/sax/XParser.hpp> -#include <tools/string.hxx> 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 <tools/debug.hxx> +#include <osl/thread.h> #include <com/sun/star/awt/FontFamily.hpp> #include <com/sun/star/awt/FontPitch.hpp> #include <com/sun/star/table/BorderLine2.hpp> #include <com/sun/star/text/VertOrientation.hpp> #include <com/sun/star/text/SizeType.hpp> -#include <tools/string.hxx> #include <xmloff/XMLFontStylesContext.hxx> #include <xmloff/txtprmap.hxx> #include <xmloff/xmlimp.hxx> 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 <rtl/ustrbuf.hxx> #include <tools/debug.hxx> -#include <tools/string.hxx> #include <svl/svarray.hxx> #include <com/sun/star/text/XTextFrame.hpp> #include <com/sun/star/text/XTextCursor.hpp> |