diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-03 15:12:24 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-01-05 15:31:29 +0100 |
commit | 79646372a0f4ac6becf494f5a96b0d7dbe379e9d (patch) | |
tree | 525ef8630b8698d16f206237c9c8efd6b0efd902 /xmloff | |
parent | c47f3523338b8e58c1ea18cc583064761f60df90 (diff) |
Removed unnecessary tools includes.
Hello lo-devs,
this patch series removes a lot of unnecessary includes for the various
tools header. The patches without suffix should be applied to the core
repository, the .binfilter.patch suffix should be applied to the
binfilter repository. I've tested the build with the configuration
--enable-binfilter --enable-dbgutil --enable-debug, is this sufficient
or did I miss another important configuration, that enables some
conditional compiled code? I've only build this on linux-x86_64, but the
patch also touches some of the mac specific code like
fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good
idea to test this patch.
regards Marcel Metz
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/xmloff/shapeimport.hxx | 1 | ||||
-rw-r--r-- | xmloff/source/chart/SchXMLAxisContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/draw/ximp3dscene.hxx | 1 | ||||
-rw-r--r-- | xmloff/source/forms/propertyimport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/TransGradientStyle.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/xmlnumfi.cxx | 1 |
6 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/xmloff/shapeimport.hxx b/xmloff/inc/xmloff/shapeimport.hxx index 5de8adf632ff..943eb2d2aa09 100644 --- a/xmloff/inc/xmloff/shapeimport.hxx +++ b/xmloff/inc/xmloff/shapeimport.hxx @@ -38,7 +38,6 @@ #include <com/sun/star/drawing/HomogenMatrix.hpp> #include <com/sun/star/drawing/ProjectionMode.hpp> #include <com/sun/star/drawing/ShadeMode.hpp> -#include <tools/color.hxx> #include <xmloff/uniref.hxx> #include <xmloff/xmlictxt.hxx> diff --git a/xmloff/source/chart/SchXMLAxisContext.cxx b/xmloff/source/chart/SchXMLAxisContext.cxx index 273a026b39b6..1082641c1a7d 100644 --- a/xmloff/source/chart/SchXMLAxisContext.cxx +++ b/xmloff/source/chart/SchXMLAxisContext.cxx @@ -39,6 +39,7 @@ #include <xmloff/nmspmap.hxx> #include <xmloff/xmluconv.hxx> +#include <tools/color.hxx> #include <tools/debug.hxx> #include <com/sun/star/chart/ChartAxisLabelPosition.hpp> diff --git a/xmloff/source/draw/ximp3dscene.hxx b/xmloff/source/draw/ximp3dscene.hxx index 58989d158c1b..90100ce59310 100644 --- a/xmloff/source/draw/ximp3dscene.hxx +++ b/xmloff/source/draw/ximp3dscene.hxx @@ -34,7 +34,6 @@ #include <xmloff/nmspmap.hxx> #include <com/sun/star/drawing/XShapes.hpp> #include <tools/rtti.hxx> -#include <tools/color.hxx> #include <ximpshap.hxx> ////////////////////////////////////////////////////////////////////////////// diff --git a/xmloff/source/forms/propertyimport.cxx b/xmloff/source/forms/propertyimport.cxx index 456362a213a9..608491658db4 100644 --- a/xmloff/source/forms/propertyimport.cxx +++ b/xmloff/source/forms/propertyimport.cxx @@ -40,7 +40,6 @@ #include "xmloff/xmlnmspe.hxx" #include <tools/date.hxx> #include <tools/time.hxx> -#include <tools/datetime.hxx> #include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/Time.hpp> #include <com/sun/star/util/DateTime.hpp> diff --git a/xmloff/source/style/TransGradientStyle.cxx b/xmloff/source/style/TransGradientStyle.cxx index aa76df0e4dc7..967d5a71afce 100644 --- a/xmloff/source/style/TransGradientStyle.cxx +++ b/xmloff/source/style/TransGradientStyle.cxx @@ -39,6 +39,7 @@ #include "xmloff/xmlnmspe.hxx" #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> +#include <tools/color.hxx> #include <tools/debug.hxx> #include <xmloff/xmltkmap.hxx> #include <xmloff/xmlexp.hxx> diff --git a/xmloff/source/style/xmlnumfi.cxx b/xmloff/source/style/xmlnumfi.cxx index 56a4dc66c152..8dc109ad3316 100644 --- a/xmloff/source/style/xmlnumfi.cxx +++ b/xmloff/source/style/xmlnumfi.cxx @@ -36,6 +36,7 @@ #include <svl/numuno.hxx> #include <rtl/math.hxx> #include <i18npool/mslangid.hxx> +#include <tools/color.hxx> #include <tools/debug.hxx> #include <rtl/ustrbuf.hxx> |