summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-06-16 23:30:28 +0200
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2017-06-18 13:38:25 +0200
commita5dba7dbec8fb6ac709375fc7c5af0430dfb6c0b (patch)
tree6fce5bdca06f99da25e2eb534b79ca46d6b328ea /uui
parent0c2623978ec45a374dbd9119ed3ff44b7741875a (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 'uui')
-rw-r--r--uui/source/fltdlg.cxx1
-rw-r--r--uui/source/iahndl-authentication.cxx1
-rw-r--r--uui/source/iahndl-errorhandler.cxx1
-rw-r--r--uui/source/iahndl-filter.cxx1
-rw-r--r--uui/source/iahndl-locking.cxx1
-rw-r--r--uui/source/iahndl-ssl.cxx1
-rw-r--r--uui/source/iahndl.cxx1
-rw-r--r--uui/source/iahndl.hxx1
8 files changed, 0 insertions, 8 deletions
diff --git a/uui/source/fltdlg.cxx b/uui/source/fltdlg.cxx
index 84cec1b166a6..0b49946563cd 100644
--- a/uui/source/fltdlg.cxx
+++ b/uui/source/fltdlg.cxx
@@ -27,7 +27,6 @@
#include <vcl/button.hxx>
#include <osl/file.hxx>
-#include <osl/mutex.hxx>
#include <vcl/svapp.hxx>
namespace uui
diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx
index 4cd4ad3fee0e..1a8fe8686289 100644
--- a/uui/source/iahndl-authentication.cxx
+++ b/uui/source/iahndl-authentication.cxx
@@ -34,7 +34,6 @@
#include <osl/diagnose.h>
#include <rtl/digest.h>
-#include <osl/mutex.hxx>
#include <vcl/errcode.hxx>
#include <vcl/errinf.hxx>
#include <vcl/msgbox.hxx>
diff --git a/uui/source/iahndl-errorhandler.cxx b/uui/source/iahndl-errorhandler.cxx
index 31893d8ad028..5c0c389607f1 100644
--- a/uui/source/iahndl-errorhandler.cxx
+++ b/uui/source/iahndl-errorhandler.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <osl/mutex.hxx>
#include <vcl/svapp.hxx>
#include <vcl/msgbox.hxx>
diff --git a/uui/source/iahndl-filter.cxx b/uui/source/iahndl-filter.cxx
index 7110fddafb18..630197ee64bb 100644
--- a/uui/source/iahndl-filter.cxx
+++ b/uui/source/iahndl-filter.cxx
@@ -30,7 +30,6 @@
#include <com/sun/star/task/XInteractionRequest.hpp>
#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>
-#include <osl/mutex.hxx>
#include <comphelper/sequenceashashmap.hxx>
#include <vcl/svapp.hxx>
diff --git a/uui/source/iahndl-locking.cxx b/uui/source/iahndl-locking.cxx
index 6a1631462031..d5ca16f95a96 100644
--- a/uui/source/iahndl-locking.cxx
+++ b/uui/source/iahndl-locking.cxx
@@ -30,7 +30,6 @@
#include <com/sun/star/task/XInteractionAbort.hpp>
#include <com/sun/star/task/XInteractionRequest.hpp>
-#include <osl/mutex.hxx>
#include <vcl/svapp.hxx>
#include <vcl/msgbox.hxx>
diff --git a/uui/source/iahndl-ssl.cxx b/uui/source/iahndl-ssl.cxx
index aa31496e1bdb..c3b48ed0d19d 100644
--- a/uui/source/iahndl-ssl.cxx
+++ b/uui/source/iahndl-ssl.cxx
@@ -29,7 +29,6 @@
#include <com/sun/star/uno/Reference.hxx>
#include <comphelper/sequence.hxx>
-#include <osl/mutex.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <svl/zforlist.hxx>
#include <vcl/svapp.hxx>
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx
index 5d0d55a909c2..2fa698b14ea7 100644
--- a/uui/source/iahndl.cxx
+++ b/uui/source/iahndl.cxx
@@ -63,7 +63,6 @@
#include <osl/conditn.hxx>
#include <tools/rcid.h>
#include <vcl/errinf.hxx>
-#include <osl/mutex.hxx>
#include <osl/thread.hxx>
#include <tools/diagnose_ex.h>
#include <comphelper/documentconstants.hxx>
diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx
index 877c216596dc..87c662766ea1 100644
--- a/uui/source/iahndl.hxx
+++ b/uui/source/iahndl.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_UUI_SOURCE_IAHNDL_HXX
#define INCLUDED_UUI_SOURCE_IAHNDL_HXX
-#include <osl/mutex.hxx>
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Reference.hxx>