diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-20 15:15:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-20 19:00:36 +0100 |
commit | 45e366eadbba69140214a8e745a1d3ce3e4e8337 (patch) | |
tree | cf01cfc9006789d7effb61ae140028829fc879c6 /desktop | |
parent | 8bb4b18127cdc6259ecd65ec0f28d27d0513cb26 (diff) |
drop unnecessary tools/string includes
Change-Id: I4278999b9b7d184c26036bbe9e3b98420f461e8c
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/cmdlinehelp.cxx | 1 | ||||
-rw-r--r-- | desktop/source/app/dispatchwatcher.cxx | 1 | ||||
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx | 1 | ||||
-rw-r--r-- | desktop/source/deployment/inc/dp_resource.h | 1 | ||||
-rw-r--r-- | desktop/source/deployment/misc/lockfile.cxx | 1 | ||||
-rw-r--r-- | desktop/source/migration/services/wordbookmigration.cxx | 1 | ||||
-rw-r--r-- | desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx index 8311c5d494d9..ab4630236c59 100644 --- a/desktop/source/app/cmdlinehelp.cxx +++ b/desktop/source/app/cmdlinehelp.cxx @@ -24,7 +24,6 @@ #endif #include <comphelper/string.hxx> #include <sal/types.h> -#include <tools/string.hxx> #include <vcl/msgbox.hxx> #include <rtl/bootstrap.hxx> #include <app.hxx> diff --git a/desktop/source/app/dispatchwatcher.cxx b/desktop/source/app/dispatchwatcher.cxx index 53a9ed249109..6072124df86b 100644 --- a/desktop/source/app/dispatchwatcher.cxx +++ b/desktop/source/app/dispatchwatcher.cxx @@ -27,7 +27,6 @@ #include "dispatchwatcher.hxx" #include <rtl/ustring.hxx> -#include <tools/string.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/synchronousdispatch.hxx> #include <com/sun/star/util/XCloseable.hpp> diff --git a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx index 3c15ca386f65..149591031c8c 100644 --- a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx +++ b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx @@ -26,7 +26,6 @@ #include "cppuhelper/exc_hlp.hxx" #include "tools/resid.hxx" #include "tools/solar.h" -#include "tools/string.hxx" #include "vcl/dialog.hxx" #include "vcl/msgbox.hxx" #include "vcl/svapp.hxx" diff --git a/desktop/source/deployment/inc/dp_resource.h b/desktop/source/deployment/inc/dp_resource.h index ebd8331ecdcc..f5a62117b219 100644 --- a/desktop/source/deployment/inc/dp_resource.h +++ b/desktop/source/deployment/inc/dp_resource.h @@ -20,7 +20,6 @@ #ifndef INCLUDED_DP_RESOURCE_H #define INCLUDED_DP_RESOURCE_H -#include "tools/string.hxx" #include "tools/resid.hxx" #include <i18nlangtag/languagetag.hxx> #include "dp_misc.h" diff --git a/desktop/source/deployment/misc/lockfile.cxx b/desktop/source/deployment/misc/lockfile.cxx index 9641cbfea1c9..204eec150eea 100644 --- a/desktop/source/deployment/misc/lockfile.cxx +++ b/desktop/source/deployment/misc/lockfile.cxx @@ -29,7 +29,6 @@ #include <osl/socket.hxx> #include <osl/security.hxx> #include <unotools/bootstrap.hxx> -#include <tools/string.hxx> #include <tools/config.hxx> #include "lockfile.hxx" diff --git a/desktop/source/migration/services/wordbookmigration.cxx b/desktop/source/migration/services/wordbookmigration.cxx index d359f185c665..c291ac7318e3 100644 --- a/desktop/source/migration/services/wordbookmigration.cxx +++ b/desktop/source/migration/services/wordbookmigration.cxx @@ -19,7 +19,6 @@ #include "wordbookmigration.hxx" #include <cppuhelper/supportsservice.hxx> -#include <tools/string.hxx> #include <tools/urlobj.hxx> #include <unotools/bootstrap.hxx> #include <unotools/ucbstreamhelper.hxx> diff --git a/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx b/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx index 35ae4ecbc03e..e268c0e23a14 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx +++ b/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx @@ -22,7 +22,6 @@ #include "../../deployment/gui/dp_gui_shared.hxx" #include "unopkg_shared.h" #include "osl/thread.h" -#include "tools/string.hxx" #include "tools/resmgr.hxx" #include "cppuhelper/implbase3.hxx" #include "cppuhelper/exc_hlp.hxx" |