diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-03 15:12:33 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-01-05 15:38:11 +0100 |
commit | a1cfce768f83842defd8068a8eba5ed3eaeea255 (patch) | |
tree | 1b65d3f9e3496e10a9b5a1f4b4c9c89cc9250be1 /sfx2 | |
parent | 571ad11bc091871e8f71cda20c4aa56786f43837 (diff) |
Removed unnecessary tools includes.
Diffstat (limited to 'sfx2')
-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/appuno.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/config/evntconf.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/dialog/filtergrouping.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/doc/doctempl.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/doc/objxtor.cxx | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx index 47b12fa0f8ce..ca9060a89573 100644 --- a/sfx2/source/appl/appcfg.cxx +++ b/sfx2/source/appl/appcfg.cxx @@ -53,7 +53,6 @@ #include <unotools/configmgr.hxx> #include <tools/urlobj.hxx> -#include <tools/wldcrd.hxx> #include <unotools/saveopt.hxx> #include <svtools/helpopt.hxx> #include <unotools/undoopt.hxx> diff --git a/sfx2/source/appl/appdata.cxx b/sfx2/source/appl/appdata.cxx index 8af046cbb4b2..15fb2359895b 100644 --- a/sfx2/source/appl/appdata.cxx +++ b/sfx2/source/appl/appdata.cxx @@ -27,7 +27,6 @@ ************************************************************************/ #include <tools/config.hxx> -#include <svl/inetstrm.hxx> #include <svl/stritem.hxx> #include <osl/mutex.hxx> diff --git a/sfx2/source/appl/appinit.cxx b/sfx2/source/appl/appinit.cxx index 8f48fd389367..48dbcdf7e379 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/resary.hxx> #include <svl/intitem.hxx> #include <svl/eitem.hxx> #include <svl/stritem.hxx> diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx index 7680ff2a0aae..b9ae282e3b20 100644 --- a/sfx2/source/appl/appuno.cxx +++ b/sfx2/source/appl/appuno.cxx @@ -42,7 +42,6 @@ #include <svl/itempool.hxx> #include <svl/rectitem.hxx> #include <tools/debug.hxx> -#include <tools/wldcrd.hxx> #include <tools/urlobj.hxx> #include <tools/config.hxx> diff --git a/sfx2/source/config/evntconf.cxx b/sfx2/source/config/evntconf.cxx index 575ea4bc2720..b839bd89bb9b 100644 --- a/sfx2/source/config/evntconf.cxx +++ b/sfx2/source/config/evntconf.cxx @@ -30,7 +30,6 @@ #include <boost/scoped_ptr.hpp> #include <vcl/msgbox.hxx> -#include <tools/resary.hxx> #include <svl/lstner.hxx> #include <basic/basmgr.hxx> #include <basic/sbmod.hxx> diff --git a/sfx2/source/dialog/filtergrouping.cxx b/sfx2/source/dialog/filtergrouping.cxx index faaca46166ba..863017cf7243 100644 --- a/sfx2/source/dialog/filtergrouping.cxx +++ b/sfx2/source/dialog/filtergrouping.cxx @@ -41,7 +41,6 @@ #include <comphelper/processfactory.hxx> #include <comphelper/sequenceashashmap.hxx> #include <comphelper/string.hxx> -#include <tools/wldcrd.hxx> #include <tools/diagnose_ex.h> #include <list> diff --git a/sfx2/source/doc/doctempl.cxx b/sfx2/source/doc/doctempl.cxx index d990d258763f..a62d1fe69034 100644 --- a/sfx2/source/doc/doctempl.cxx +++ b/sfx2/source/doc/doctempl.cxx @@ -32,7 +32,6 @@ #include <osl/mutex.hxx> #include <osl/thread.hxx> -#include <tools/resary.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <unotools/localedatawrapper.hxx> diff --git a/sfx2/source/doc/objxtor.cxx b/sfx2/source/doc/objxtor.cxx index d6662045124c..47105d766e68 100644 --- a/sfx2/source/doc/objxtor.cxx +++ b/sfx2/source/doc/objxtor.cxx @@ -41,7 +41,6 @@ #include <com/sun/star/frame/XTitle.hpp> #include <osl/mutex.hxx> -#include <tools/resary.hxx> #include <vcl/msgbox.hxx> #include <vcl/wrkwin.hxx> #include <vcl/svapp.hxx> |