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 /chart2 | |
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 'chart2')
-rw-r--r-- | chart2/source/view/axes/VAxisProperties.cxx | 1 | ||||
-rw-r--r-- | chart2/source/view/diagram/VDiagram.cxx | 1 | ||||
-rw-r--r-- | chart2/source/view/main/ShapeFactory.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/chart2/source/view/axes/VAxisProperties.cxx b/chart2/source/view/axes/VAxisProperties.cxx index 164399da6741..44f44b2777e7 100644 --- a/chart2/source/view/axes/VAxisProperties.cxx +++ b/chart2/source/view/axes/VAxisProperties.cxx @@ -34,7 +34,6 @@ #include "DiagramHelper.hxx" #include "ChartModelHelper.hxx" -#include <tools/color.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/chart/ChartAxisArrangeOrderType.hpp> #include <com/sun/star/drawing/LineStyle.hpp> diff --git a/chart2/source/view/diagram/VDiagram.cxx b/chart2/source/view/diagram/VDiagram.cxx index 73efde66458c..7ad28f1c9a87 100644 --- a/chart2/source/view/diagram/VDiagram.cxx +++ b/chart2/source/view/diagram/VDiagram.cxx @@ -38,7 +38,6 @@ #include "ChartTypeHelper.hxx" #include "ThreeDHelper.hxx" #include <editeng/unoprnms.hxx> -#include <tools/color.hxx> #include <com/sun/star/drawing/FillStyle.hpp> #include <com/sun/star/drawing/LineStyle.hpp> #include <com/sun/star/drawing/ProjectionMode.hpp> diff --git a/chart2/source/view/main/ShapeFactory.cxx b/chart2/source/view/main/ShapeFactory.cxx index 38e085eed270..47da6f6048aa 100644 --- a/chart2/source/view/main/ShapeFactory.cxx +++ b/chart2/source/view/main/ShapeFactory.cxx @@ -52,7 +52,6 @@ #include <editeng/unoprnms.hxx> -#include <tools/color.hxx> #include <rtl/math.hxx> #include <svx/svdocirc.hxx> #include <svx/svdopath.hxx> |