diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-06-16 23:30:28 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-06-18 13:38:25 +0200 |
commit | a5dba7dbec8fb6ac709375fc7c5af0430dfb6c0b (patch) | |
tree | 6fce5bdca06f99da25e2eb534b79ca46d6b328ea /desktop | |
parent | 0c2623978ec45a374dbd9119ed3ff44b7741875a (diff) |
remove unused osl/mutex.hxx includes
Change-Id: I3b50e45fdb99e9cd8bfda07356ee3ddb4dd0f8bb
Reviewed-on: https://gerrit.libreoffice.org/38905
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/inc/app.hxx | 1 | ||||
-rw-r--r-- | desktop/source/app/check_ext_deps.cxx | 1 | ||||
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_theextmgr.cxx | 2 | ||||
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_updatedialog.cxx | 1 | ||||
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx | 1 | ||||
-rw-r--r-- | desktop/source/deployment/misc/dp_misc.cxx | 1 | ||||
-rw-r--r-- | desktop/source/migration/migration.cxx | 2 |
7 files changed, 0 insertions, 9 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index 56ec44ac89db..974d0ef3fac0 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -30,7 +30,6 @@ #include <com/sun/star/frame/XDesktop2.hpp> #include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/uno/Reference.h> -#include <osl/mutex.hxx> #include <memory> #include <thread> diff --git a/desktop/source/app/check_ext_deps.cxx b/desktop/source/app/check_ext_deps.cxx index a0d6093f6762..9c7a300f01eb 100644 --- a/desktop/source/app/check_ext_deps.cxx +++ b/desktop/source/app/check_ext_deps.cxx @@ -21,7 +21,6 @@ #include <config_features.h> #include <osl/file.hxx> -#include <osl/mutex.hxx> #include <rtl/bootstrap.hxx> #include <rtl/ustring.hxx> diff --git a/desktop/source/deployment/gui/dp_gui_theextmgr.cxx b/desktop/source/deployment/gui/dp_gui_theextmgr.cxx index 4bbae0635642..ebbad45dd4e3 100644 --- a/desktop/source/deployment/gui/dp_gui_theextmgr.cxx +++ b/desktop/source/deployment/gui/dp_gui_theextmgr.cxx @@ -20,8 +20,6 @@ #include <vcl/svapp.hxx> #include <vcl/msgbox.hxx> -#include <osl/mutex.hxx> - #include <toolkit/helper/vclunohelper.hxx> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/desktop/source/deployment/gui/dp_gui_updatedialog.cxx b/desktop/source/deployment/gui/dp_gui_updatedialog.cxx index 51c213c5d97b..a3d40f08f28d 100644 --- a/desktop/source/deployment/gui/dp_gui_updatedialog.cxx +++ b/desktop/source/deployment/gui/dp_gui_updatedialog.cxx @@ -95,7 +95,6 @@ #include <vcl/image.hxx> #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> -#include <osl/mutex.hxx> #include <comphelper/processfactory.hxx> diff --git a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx index ddadb5f7afd1..e112cd38d389 100644 --- a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx +++ b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx @@ -28,7 +28,6 @@ #include <vcl/dialog.hxx> #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> -#include <osl/mutex.hxx> #include <cppuhelper/implbase.hxx> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/desktop/source/deployment/misc/dp_misc.cxx b/desktop/source/deployment/misc/dp_misc.cxx index 3655a4c05c13..ee3e93cb0d95 100644 --- a/desktop/source/deployment/misc/dp_misc.cxx +++ b/desktop/source/deployment/misc/dp_misc.cxx @@ -34,7 +34,6 @@ #include <osl/pipe.hxx> #include <osl/security.hxx> #include <osl/thread.hxx> -#include <osl/mutex.hxx> #include <com/sun/star/ucb/CommandAbortedException.hpp> #include <com/sun/star/task/XInteractionHandler.hpp> #include <com/sun/star/bridge/BridgeFactory.hpp> diff --git a/desktop/source/migration/migration.cxx b/desktop/source/migration/migration.cxx index bc4df65f6cfa..d0291d73290b 100644 --- a/desktop/source/migration/migration.cxx +++ b/desktop/source/migration/migration.cxx @@ -38,7 +38,6 @@ #include <i18nlangtag/lang.h> #include <tools/urlobj.hxx> #include <osl/file.hxx> -#include <osl/mutex.hxx> #include <osl/security.hxx> #include <unotools/configmgr.hxx> @@ -605,7 +604,6 @@ strings_vr MigrationImpl::applyPatterns(const strings_v& vSet, const strings_v& strings_vr MigrationImpl::getAllFiles(const OUString& baseURL) const { - using namespace osl; strings_vr vrResult(new strings_v); // get sub dirs |