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 /extensions | |
parent | 79646372a0f4ac6becf494f5a96b0d7dbe379e9d (diff) |
Removed unnecessary tools includes.
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/bibliography/bibbeam.cxx | 1 | ||||
-rw-r--r-- | extensions/source/bibliography/bibcont.cxx | 1 | ||||
-rw-r--r-- | extensions/source/bibliography/bibload.cxx | 1 | ||||
-rw-r--r-- | extensions/source/bibliography/bibmod.cxx | 1 | ||||
-rw-r--r-- | extensions/source/bibliography/datman.cxx | 1 | ||||
-rw-r--r-- | extensions/source/bibliography/toolbar.cxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/browserline.cxx | 1 | ||||
-rw-r--r-- | extensions/source/xmlextract/xmxcom.hxx | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/extensions/source/bibliography/bibbeam.cxx b/extensions/source/bibliography/bibbeam.cxx index e5fba9c07c07..9458497e2c92 100644 --- a/extensions/source/bibliography/bibbeam.cxx +++ b/extensions/source/bibliography/bibbeam.cxx @@ -27,7 +27,6 @@ ************************************************************************/ #include <osl/mutex.hxx> -#include <tools/urlobj.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/awt/PosSize.hpp> diff --git a/extensions/source/bibliography/bibcont.cxx b/extensions/source/bibliography/bibcont.cxx index afa868f675b5..bc29e6042b7c 100644 --- a/extensions/source/bibliography/bibcont.cxx +++ b/extensions/source/bibliography/bibcont.cxx @@ -28,7 +28,6 @@ #include <osl/mutex.hxx> -#include <tools/urlobj.hxx> #include <cppuhelper/weak.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <com/sun/star/awt/XWindow.hpp> diff --git a/extensions/source/bibliography/bibload.cxx b/extensions/source/bibliography/bibload.cxx index 42b9aa0cf161..882b9a29fa0f 100644 --- a/extensions/source/bibliography/bibload.cxx +++ b/extensions/source/bibliography/bibload.cxx @@ -29,7 +29,6 @@ #include <osl/mutex.hxx> -#include <tools/urlobj.hxx> #include <tools/diagnose_ex.h> #include <cppuhelper/weak.hxx> #include <svl/itemprop.hxx> diff --git a/extensions/source/bibliography/bibmod.cxx b/extensions/source/bibliography/bibmod.cxx index 1cf69324048e..03719c664b4d 100644 --- a/extensions/source/bibliography/bibmod.cxx +++ b/extensions/source/bibliography/bibmod.cxx @@ -29,7 +29,6 @@ #include <tools/resmgr.hxx> -#include <tools/urlobj.hxx> #include <svl/urihelper.hxx> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/util/XLocalizedAliases.hpp> diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx index 5958ba626639..6fe89fe136f3 100644 --- a/extensions/source/bibliography/datman.cxx +++ b/extensions/source/bibliography/datman.cxx @@ -28,7 +28,6 @@ #include <osl/mutex.hxx> #include <tools/diagnose_ex.h> -#include <tools/urlobj.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/io/XPersistObject.hpp> #include <com/sun/star/sdbc/ResultSetType.hpp> diff --git a/extensions/source/bibliography/toolbar.cxx b/extensions/source/bibliography/toolbar.cxx index ba1cb90622c6..4b1e32c23c07 100644 --- a/extensions/source/bibliography/toolbar.cxx +++ b/extensions/source/bibliography/toolbar.cxx @@ -27,7 +27,6 @@ ************************************************************************/ #include <comphelper/processfactory.hxx> -#include <tools/urlobj.hxx> #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/util/XURLTransformer.hpp> diff --git a/extensions/source/propctrlr/browserline.cxx b/extensions/source/propctrlr/browserline.cxx index 7eef06cd62a6..480ac6badacd 100644 --- a/extensions/source/propctrlr/browserline.cxx +++ b/extensions/source/propctrlr/browserline.cxx @@ -36,7 +36,6 @@ #include <comphelper/string.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> -#include <tools/urlobj.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <vcl/svapp.hxx> diff --git a/extensions/source/xmlextract/xmxcom.hxx b/extensions/source/xmlextract/xmxcom.hxx index fd8690f26b32..515a0e228b88 100644 --- a/extensions/source/xmlextract/xmxcom.hxx +++ b/extensions/source/xmlextract/xmxcom.hxx @@ -34,7 +34,6 @@ #include <tools/debug.hxx> #include <tools/stream.hxx> #include <tools/string.hxx> -#include <tools/urlobj.hxx> #include <cppuhelper/implbase1.hxx> #include <com/sun/star/uno/Reference.h> |