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 /sfx2 | |
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 'sfx2')
-rw-r--r-- | sfx2/source/appl/app.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/appl/appcfg.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/appl/appdata.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/appl/appinit.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/appl/appmain.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/appl/appmisc.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/appl/appserv.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/appl/appuno.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/appl/newhelp.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/bastyp/fltfnc.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/doc/docfac.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/doc/objcont.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/doc/objstor.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/inc/helper.hxx | 1 |
15 files changed, 0 insertions, 15 deletions
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx index 8795e805a19f..c4200c40c2f4 100644 --- a/sfx2/source/appl/app.cxx +++ b/sfx2/source/appl/app.cxx @@ -36,7 +36,6 @@ #include <sfx2/app.hxx> #include <sfx2/frame.hxx> #include <tools/simplerm.hxx> -#include <tools/config.hxx> #include <basic/basrdll.hxx> #include <basic/sbmeth.hxx> #include <basic/sbmod.hxx> diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx index 868a07c297ba..47b12fa0f8ce 100644 --- a/sfx2/source/appl/appcfg.cxx +++ b/sfx2/source/appl/appcfg.cxx @@ -34,7 +34,6 @@ #include <com/sun/star/util/XFlushable.hpp> #include <stdlib.h> -#include <tools/config.hxx> #include <vcl/sound.hxx> #include <vcl/msgbox.hxx> #include <tools/string.hxx> diff --git a/sfx2/source/appl/appdata.cxx b/sfx2/source/appl/appdata.cxx index 055f130a8e2a..8af046cbb4b2 100644 --- a/sfx2/source/appl/appdata.cxx +++ b/sfx2/source/appl/appdata.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include <tools/cachestr.hxx> #include <tools/config.hxx> #include <svl/inetstrm.hxx> #include <svl/stritem.hxx> diff --git a/sfx2/source/appl/appinit.cxx b/sfx2/source/appl/appinit.cxx index f4f2005cc8f9..8440355afbad 100644 --- a/sfx2/source/appl/appinit.cxx +++ b/sfx2/source/appl/appinit.cxx @@ -37,7 +37,6 @@ #include <svtools/svtools.hrc> #include <unotools/saveopt.hxx> #include <unotools/localisationoptions.hxx> -#include <tools/config.hxx> #include <tools/resary.hxx> #include <tools/urlobj.hxx> #include <svl/intitem.hxx> diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx index 461027b40e33..f59905bf9a9f 100644 --- a/sfx2/source/appl/appmain.cxx +++ b/sfx2/source/appl/appmain.cxx @@ -31,7 +31,6 @@ #include <stdio.h> #include <tools/urlobj.hxx> -#include <tools/config.hxx> #include <svtools/ehdl.hxx> #include <unotools/startoptions.hxx> #include <svl/itempool.hxx> diff --git a/sfx2/source/appl/appmisc.cxx b/sfx2/source/appl/appmisc.cxx index eaef4b41ce49..0ec2e702bf00 100644 --- a/sfx2/source/appl/appmisc.cxx +++ b/sfx2/source/appl/appmisc.cxx @@ -41,7 +41,6 @@ #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/frame/XFramesSupplier.hpp> #include <com/sun/star/uno/Reference.h> -#include <tools/config.hxx> #include <tools/rcid.h> #include <osl/mutex.hxx> #include <unotools/configmgr.hxx> diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx index 33c8932f3e9d..f6eb9caef52f 100644 --- a/sfx2/source/appl/appserv.cxx +++ b/sfx2/source/appl/appserv.cxx @@ -57,7 +57,6 @@ #include <unotools/intlwrapper.hxx> #include <unotools/configmgr.hxx> -#include <tools/config.hxx> #include <tools/diagnose_ex.h> #include <vcl/msgbox.hxx> #include <svl/intitem.hxx> diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx index 5e44bbf5e4de..7680ff2a0aae 100644 --- a/sfx2/source/appl/appuno.cxx +++ b/sfx2/source/appl/appuno.cxx @@ -90,7 +90,6 @@ #include <com/sun/star/document/MacroExecMode.hpp> #include <com/sun/star/ucb/XContent.hpp> -#include <tools/cachestr.hxx> #include <osl/mutex.hxx> #include <comphelper/sequence.hxx> #include <framework/documentundoguard.hxx> diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx index 8bcfb94106db..6b09c100bea8 100644 --- a/sfx2/source/appl/newhelp.cxx +++ b/sfx2/source/appl/newhelp.cxx @@ -96,7 +96,6 @@ #include <unotools/viewoptions.hxx> #include <svtools/svtdata.hxx> #include <tools/urlobj.hxx> -#include <tools/cachestr.hxx> #include <unotools/streamhelper.hxx> #include <svtools/imagemgr.hxx> #include <svtools/miscopt.hxx> diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx index 4926581350b1..580603c7d284 100644 --- a/sfx2/source/bastyp/fltfnc.cxx +++ b/sfx2/source/bastyp/fltfnc.cxx @@ -40,7 +40,6 @@ #include <comphelper/sequenceashashmap.hxx> #include <sot/exchange.hxx> -#include <tools/config.hxx> #include <basic/sbmeth.hxx> #include <basic/basmgr.hxx> #include <basic/sbstar.hxx> diff --git a/sfx2/source/doc/docfac.cxx b/sfx2/source/doc/docfac.cxx index 6458053f5442..e1aa2e514e55 100644 --- a/sfx2/source/doc/docfac.cxx +++ b/sfx2/source/doc/docfac.cxx @@ -34,7 +34,6 @@ #include <com/sun/star/frame/XLoadable.hpp> #include <com/sun/star/frame/XStorable.hpp> #include <comphelper/processfactory.hxx> -#include <tools/config.hxx> #include <unotools/pathoptions.hxx> #include <unotools/moduleoptions.hxx> #include <tools/urlobj.hxx> diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx index 90bf8194f987..11754d402535 100644 --- a/sfx2/source/doc/docfile.cxx +++ b/sfx2/source/doc/docfile.cxx @@ -72,7 +72,6 @@ #include <com/sun/star/security/DocumentSignatureInformation.hpp> #include <com/sun/star/security/XDocumentDigitalSignatures.hpp> #include <tools/zcodec.hxx> -#include <tools/cachestr.hxx> #include <tools/urlobj.hxx> #include <unotools/tempfile.hxx> #include <comphelper/processfactory.hxx> diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx index d1b967706d91..38073547f2b3 100644 --- a/sfx2/source/doc/objcont.cxx +++ b/sfx2/source/doc/objcont.cxx @@ -35,7 +35,6 @@ #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/document/XStandaloneDocumentInfo.hpp> #include <com/sun/star/beans/XFastPropertySet.hpp> -#include <tools/cachestr.hxx> #include <vcl/msgbox.hxx> #include <svl/style.hxx> #include <vcl/wrkwin.hxx> diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx index b652fe69eb32..3fbe37d4dc08 100644 --- a/sfx2/source/doc/objstor.cxx +++ b/sfx2/source/doc/objstor.cxx @@ -80,7 +80,6 @@ #include <unotools/securityoptions.hxx> #include <cppuhelper/weak.hxx> #include <comphelper/processfactory.hxx> -#include <tools/cachestr.hxx> #include <unotools/streamwrap.hxx> #include <unotools/saveopt.hxx> diff --git a/sfx2/source/inc/helper.hxx b/sfx2/source/inc/helper.hxx index 85a3b2732d35..f06a6ce3c927 100644 --- a/sfx2/source/inc/helper.hxx +++ b/sfx2/source/inc/helper.hxx @@ -35,7 +35,6 @@ #include <tools/string.hxx> #include <tools/errcode.hxx> -#include <tools/bigint.hxx> // class SfxContentHelper ------------------------------------------------ |