diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/appinit.cxx | 1 | ||||
-rw-r--r-- | desktop/source/deployment/manager/dp_manager.cxx | 1 | ||||
-rw-r--r-- | desktop/source/offacc/acceptor.cxx | 1 | ||||
-rw-r--r-- | desktop/source/splash/splash.cxx | 1 | ||||
-rw-r--r-- | desktop/unx/splash/unxsplash.cxx | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/desktop/source/app/appinit.cxx b/desktop/source/app/appinit.cxx index ab6fdf97103c..6de527e80166 100644 --- a/desktop/source/app/appinit.cxx +++ b/desktop/source/app/appinit.cxx @@ -58,7 +58,6 @@ #include <ucbhelper/configurationkeys.hxx> #include <cppuhelper/bootstrap.hxx> -#include <tools/urlobj.hxx> #include <tools/rcid.h> #include <rtl/logfile.hxx> diff --git a/desktop/source/deployment/manager/dp_manager.cxx b/desktop/source/deployment/manager/dp_manager.cxx index d2a6550cf2b5..4f6f6c048870 100644 --- a/desktop/source/deployment/manager/dp_manager.cxx +++ b/desktop/source/deployment/manager/dp_manager.cxx @@ -61,7 +61,6 @@ #include "com/sun/star/task/XInteractionApprove.hpp" #include "com/sun/star/ucb/UnsupportedCommandException.hpp" #include "boost/bind.hpp" -#include "tools/urlobj.hxx" #include "unotools/tempfile.hxx" #include "osl/file.hxx" diff --git a/desktop/source/offacc/acceptor.cxx b/desktop/source/offacc/acceptor.cxx index caa0564f9f8b..4ebc355908c7 100644 --- a/desktop/source/offacc/acceptor.cxx +++ b/desktop/source/offacc/acceptor.cxx @@ -29,7 +29,6 @@ #include "acceptor.hxx" #include <unotools/bootstrap.hxx> -#include <tools/urlobj.hxx> #include <tools/stream.hxx> #include <vcl/svapp.hxx> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx index c27923ec221f..8773f1af8a98 100644 --- a/desktop/source/splash/splash.cxx +++ b/desktop/source/splash/splash.cxx @@ -30,7 +30,6 @@ #include "splash.hxx" #include <stdio.h> #include <unotools/bootstrap.hxx> -#include <tools/urlobj.hxx> #include <tools/stream.hxx> #include <sfx2/sfx.hrc> #include <vcl/svapp.hxx> diff --git a/desktop/unx/splash/unxsplash.cxx b/desktop/unx/splash/unxsplash.cxx index bda01857a2e6..e7c7bd56305d 100644 --- a/desktop/unx/splash/unxsplash.cxx +++ b/desktop/unx/splash/unxsplash.cxx @@ -30,7 +30,6 @@ #include <stdio.h> #include <unotools/bootstrap.hxx> #include <osl/process.h> -#include <tools/urlobj.hxx> #include <tools/stream.hxx> #include <sfx2/sfx.hrc> #include <com/sun/star/registry/XRegistryKey.hpp> |