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 /sc | |
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 'sc')
-rw-r--r-- | sc/source/core/inc/core_pch.hxx | 1 | ||||
-rw-r--r-- | sc/source/filter/inc/biff.hxx | 1 | ||||
-rw-r--r-- | sc/source/filter/inc/excrecds.hxx | 1 | ||||
-rw-r--r-- | sc/source/filter/inc/filt_pch.hxx | 1 | ||||
-rw-r--r-- | sc/source/filter/inc/qpro.hxx | 1 | ||||
-rw-r--r-- | sc/source/filter/inc/qprostyle.hxx | 1 | ||||
-rw-r--r-- | sc/source/filter/qpro/qprostyle.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/Accessibility/AccessibleContextBase.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/inc/ui_pch.hxx | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/sc/source/core/inc/core_pch.hxx b/sc/source/core/inc/core_pch.hxx index 52867e479f8a..3b0dd3ecd151 100644 --- a/sc/source/core/inc/core_pch.hxx +++ b/sc/source/core/inc/core_pch.hxx @@ -64,7 +64,6 @@ #include <svl/poolitem.hxx> #include <tools/time.hxx> #include <svl/solar.hrc> -#include <tools/date.hxx> #include <svl/brdcst.hxx> #include <svx/svxids.hrc> #include <svl/memberid.hrc> diff --git a/sc/source/filter/inc/biff.hxx b/sc/source/filter/inc/biff.hxx index d2cba2e8d06a..a6de6bd69fed 100644 --- a/sc/source/filter/inc/biff.hxx +++ b/sc/source/filter/inc/biff.hxx @@ -36,7 +36,6 @@ #include "cell.hxx" #include <tools/string.hxx> -#include <tools/color.hxx> #include "flttypes.hxx" #include "ftools.hxx" diff --git a/sc/source/filter/inc/excrecds.hxx b/sc/source/filter/inc/excrecds.hxx index 6274bd8019f0..ebd5c77479cd 100644 --- a/sc/source/filter/inc/excrecds.hxx +++ b/sc/source/filter/inc/excrecds.hxx @@ -33,7 +33,6 @@ #include <svl/zforlist.hxx> #include <tools/string.hxx> #include <vcl/vclenum.hxx> -#include <tools/color.hxx> #include <vector> diff --git a/sc/source/filter/inc/filt_pch.hxx b/sc/source/filter/inc/filt_pch.hxx index aa0115e1b931..2672dc7941eb 100644 --- a/sc/source/filter/inc/filt_pch.hxx +++ b/sc/source/filter/inc/filt_pch.hxx @@ -58,7 +58,6 @@ #include <tools/ref.hxx> #include <tools/link.hxx> #include <tools/time.hxx> -#include <tools/date.hxx> #include <svl/svarray.hxx> #include <vcl/sv.h> #include <vcl/timer.hxx> diff --git a/sc/source/filter/inc/qpro.hxx b/sc/source/filter/inc/qpro.hxx index 460e0a83ba8c..ff315c1012ae 100644 --- a/sc/source/filter/inc/qpro.hxx +++ b/sc/source/filter/inc/qpro.hxx @@ -35,7 +35,6 @@ #include "cell.hxx" #include <tools/string.hxx> -#include <tools/color.hxx> #include "flttypes.hxx" #include "ftools.hxx" #include "qprostyle.hxx" diff --git a/sc/source/filter/inc/qprostyle.hxx b/sc/source/filter/inc/qprostyle.hxx index f52ce655d4bf..2b7f4eef6c63 100644 --- a/sc/source/filter/inc/qprostyle.hxx +++ b/sc/source/filter/inc/qprostyle.hxx @@ -36,7 +36,6 @@ #include "cell.hxx" #include <tools/string.hxx> -#include <tools/color.hxx> #include "flttypes.hxx" #include "ftools.hxx" diff --git a/sc/source/filter/qpro/qprostyle.cxx b/sc/source/filter/qpro/qprostyle.cxx index 29288396b634..84a5e940b00a 100644 --- a/sc/source/filter/qpro/qprostyle.cxx +++ b/sc/source/filter/qpro/qprostyle.cxx @@ -36,7 +36,6 @@ #include "qpro.hxx" #include "qprostyle.hxx" -#include <tools/color.hxx> #include <scitems.hxx> #include <svx/algitem.hxx> #include <editeng/udlnitem.hxx> diff --git a/sc/source/ui/Accessibility/AccessibleContextBase.cxx b/sc/source/ui/Accessibility/AccessibleContextBase.cxx index d703be598313..b4fad11de92d 100644 --- a/sc/source/ui/Accessibility/AccessibleContextBase.cxx +++ b/sc/source/ui/Accessibility/AccessibleContextBase.cxx @@ -42,7 +42,6 @@ #include <comphelper/servicehelper.hxx> #include <unotools/accessiblerelationsethelper.hxx> #include <vcl/unohelp.hxx> -#include <tools/color.hxx> #include <comphelper/accessibleeventnotifier.hxx> #include <vcl/svapp.hxx> diff --git a/sc/source/ui/inc/ui_pch.hxx b/sc/source/ui/inc/ui_pch.hxx index 66622eeb7551..9be80b553c9a 100644 --- a/sc/source/ui/inc/ui_pch.hxx +++ b/sc/source/ui/inc/ui_pch.hxx @@ -54,7 +54,6 @@ #include <tools/resmgr.hxx> #include <tools/gen.hxx> #include <tools/fract.hxx> -#include <tools/date.hxx> #include <tools/time.hxx> #include <vcl/keycod.hxx> #include <vcl/keycodes.hxx> |