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 /dbaccess | |
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 'dbaccess')
-rw-r--r-- | dbaccess/source/ext/adabas/AdabasNewDb.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/browser/brwctrlr.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/ext/adabas/AdabasNewDb.cxx b/dbaccess/source/ext/adabas/AdabasNewDb.cxx index 897f88978414..27296c3f808f 100644 --- a/dbaccess/source/ext/adabas/AdabasNewDb.cxx +++ b/dbaccess/source/ext/adabas/AdabasNewDb.cxx @@ -34,7 +34,6 @@ #include <sfx2/passwd.hxx> #include <tools/urlobj.hxx> #include <tools/stream.hxx> -#include <tools/bigint.hxx> #include <tools/debug.hxx> #include "Acomponentmodule.hxx" #include <unotools/tempfile.hxx> diff --git a/dbaccess/source/ui/browser/brwctrlr.cxx b/dbaccess/source/ui/browser/brwctrlr.cxx index f56819dd7ff5..aee125c8493a 100644 --- a/dbaccess/source/ui/browser/brwctrlr.cxx +++ b/dbaccess/source/ui/browser/brwctrlr.cxx @@ -91,7 +91,6 @@ #include <sfx2/sfx.hrc> #include <svx/fmsearch.hxx> #include <svx/svxdlg.hxx> -#include <tools/color.hxx> #include <tools/diagnose_ex.h> #include <osl/diagnose.h> #include <vcl/msgbox.hxx> |