diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-03 15:12:48 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-01-05 15:36:41 +0100 |
commit | 571ad11bc091871e8f71cda20c4aa56786f43837 (patch) | |
tree | 7f4a1533d4ec07c1a5ec1d2d75c23008800a0e8d /cui | |
parent | 79646372a0f4ac6becf494f5a96b0d7dbe379e9d (diff) |
Removed unnecessary tools includes.
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/about.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/hangulhanjadlg.cxx | 1 | ||||
-rw-r--r-- | cui/source/inc/hltpbase.hxx | 1 | ||||
-rw-r--r-- | cui/source/options/dbregister.cxx | 1 | ||||
-rw-r--r-- | cui/source/options/optinet2.cxx | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx index 250a0d2c9376..70648a01a662 100644 --- a/cui/source/dialogs/about.cxx +++ b/cui/source/dialogs/about.cxx @@ -32,7 +32,6 @@ #include <vcl/msgbox.hxx> #include <tools/stream.hxx> -#include <tools/urlobj.hxx> #include <rtl/bootstrap.hxx> #include <unotools/configmgr.hxx> #include <unotools/bootstrap.hxx> diff --git a/cui/source/dialogs/hangulhanjadlg.cxx b/cui/source/dialogs/hangulhanjadlg.cxx index 865c05aa0506..e5186492c42f 100644 --- a/cui/source/dialogs/hangulhanjadlg.cxx +++ b/cui/source/dialogs/hangulhanjadlg.cxx @@ -35,7 +35,6 @@ #include "helpid.hrc" #include <algorithm> -#include <tools/urlobj.hxx> #include <vcl/controllayout.hxx> #include <vcl/msgbox.hxx> #include <unotools/lingucfg.hxx> diff --git a/cui/source/inc/hltpbase.hxx b/cui/source/inc/hltpbase.hxx index 686d5611d6f9..9e8bbf57cdae 100644 --- a/cui/source/inc/hltpbase.hxx +++ b/cui/source/inc/hltpbase.hxx @@ -36,7 +36,6 @@ #include <vcl/combobox.hxx> #include <vcl/edit.hxx> #include <vcl/lstbox.hxx> -#include <tools/urlobj.hxx> #include <svl/stritem.hxx> #include <svl/eitem.hxx> #include <svtools/transfer.hxx> diff --git a/cui/source/options/dbregister.cxx b/cui/source/options/dbregister.cxx index e42385a493a4..717d58975675 100644 --- a/cui/source/options/dbregister.cxx +++ b/cui/source/options/dbregister.cxx @@ -46,7 +46,6 @@ #include <svtools/svtabbx.hxx> #include <svl/itemset.hxx> #include "doclinkdialog.hxx" -#include <tools/urlobj.hxx> #include <unotools/localfilehelper.hxx> #include "optHeaderTabListbox.hxx" #include <sfx2/docfilt.hxx> diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx index 5d1b394d1d55..e0c7c7aac574 100644 --- a/cui/source/options/optinet2.cxx +++ b/cui/source/options/optinet2.cxx @@ -49,7 +49,6 @@ #include <unotools/bootstrap.hxx> #include <vcl/help.hxx> #include <sfx2/viewfrm.hxx> -#include <tools/urlobj.hxx> #include <unotools/pathoptions.hxx> #include <unotools/securityoptions.hxx> #include <unotools/localfilehelper.hxx> |