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 /dbaccess | |
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 'dbaccess')
-rw-r--r-- | dbaccess/source/core/dataaccess/documenteventexecutor.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/core/inc/core_resource.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ext/macromigration/progresscapture.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/filter/xml/xmlfilter.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/dlg/DbAdminImpl.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/dlg/tablespage.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/dlg/tablespage.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/brwctrlr.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/querydesign/limitboxcontroller.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/uno/dbinteraction.cxx | 1 |
10 files changed, 0 insertions, 10 deletions
diff --git a/dbaccess/source/core/dataaccess/documenteventexecutor.cxx b/dbaccess/source/core/dataaccess/documenteventexecutor.cxx index 30026d4b325b..ff823f811875 100644 --- a/dbaccess/source/core/dataaccess/documenteventexecutor.cxx +++ b/dbaccess/source/core/dataaccess/documenteventexecutor.cxx @@ -29,7 +29,6 @@ #include <cppuhelper/weakref.hxx> #include <tools/diagnose_ex.h> #include <vcl/svapp.hxx> -#include <osl/mutex.hxx> namespace dbaccess { diff --git a/dbaccess/source/core/inc/core_resource.hxx b/dbaccess/source/core/inc/core_resource.hxx index 3c6a7eb229e9..2c52c7a41872 100644 --- a/dbaccess/source/core/inc/core_resource.hxx +++ b/dbaccess/source/core/inc/core_resource.hxx @@ -21,7 +21,6 @@ #define INCLUDED_DBACCESS_SOURCE_CORE_INC_CORE_RESOURCE_HXX #include <rtl/ustring.hxx> -#include <osl/mutex.hxx> class ResMgr; diff --git a/dbaccess/source/ext/macromigration/progresscapture.cxx b/dbaccess/source/ext/macromigration/progresscapture.cxx index daaba9d2d26d..ecd6f7b62b41 100644 --- a/dbaccess/source/ext/macromigration/progresscapture.cxx +++ b/dbaccess/source/ext/macromigration/progresscapture.cxx @@ -21,7 +21,6 @@ #include "migrationprogress.hxx" #include <vcl/svapp.hxx> -#include <osl/mutex.hxx> namespace dbmm { diff --git a/dbaccess/source/filter/xml/xmlfilter.cxx b/dbaccess/source/filter/xml/xmlfilter.cxx index 5b2e76546b03..6dd868a4a0b1 100644 --- a/dbaccess/source/filter/xml/xmlfilter.cxx +++ b/dbaccess/source/filter/xml/xmlfilter.cxx @@ -50,7 +50,6 @@ #include "xmlHelper.hxx" #include <com/sun/star/util/XModifiable.hpp> #include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> -#include <osl/mutex.hxx> #include <svtools/sfxecode.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <tools/diagnose_ex.h> diff --git a/dbaccess/source/ui/dlg/DbAdminImpl.cxx b/dbaccess/source/ui/dlg/DbAdminImpl.cxx index 29f0dd00bc24..9899384304da 100644 --- a/dbaccess/source/ui/dlg/DbAdminImpl.cxx +++ b/dbaccess/source/ui/dlg/DbAdminImpl.cxx @@ -66,7 +66,6 @@ #include <vcl/msgbox.hxx> #include <vcl/stdtext.hxx> #include <vcl/waitobj.hxx> -#include <osl/mutex.hxx> #include <algorithm> #include <iterator> diff --git a/dbaccess/source/ui/dlg/tablespage.cxx b/dbaccess/source/ui/dlg/tablespage.cxx index 8d29764cf207..36be59392b21 100644 --- a/dbaccess/source/ui/dlg/tablespage.cxx +++ b/dbaccess/source/ui/dlg/tablespage.cxx @@ -43,7 +43,6 @@ #include <vcl/msgbox.hxx> #include "dbaccess_helpid.hrc" #include "UITools.hxx" -#include <osl/mutex.hxx> #include <osl/diagnose.h> #include <svtools/imgdef.hxx> #include "svtools/treelistentry.hxx" diff --git a/dbaccess/source/ui/dlg/tablespage.hxx b/dbaccess/source/ui/dlg/tablespage.hxx index eaeb984968bf..798e722e335a 100644 --- a/dbaccess/source/ui/dlg/tablespage.hxx +++ b/dbaccess/source/ui/dlg/tablespage.hxx @@ -22,7 +22,6 @@ #include "adminpages.hxx" #include <com/sun/star/i18n/XCollator.hpp> -#include <osl/mutex.hxx> #include <vcl/layout.hxx> #include "tabletree.hxx" #include <com/sun/star/sdbc/XConnection.hpp> diff --git a/dbaccess/source/ui/inc/brwctrlr.hxx b/dbaccess/source/ui/inc/brwctrlr.hxx index bf59d4da692a..ae53e8ee88a6 100644 --- a/dbaccess/source/ui/inc/brwctrlr.hxx +++ b/dbaccess/source/ui/inc/brwctrlr.hxx @@ -41,7 +41,6 @@ #include <vcl/timer.hxx> #include <svtools/transfer.hxx> -#include <osl/mutex.hxx> #include <osl/thread.hxx> #include <cppuhelper/implbase.hxx> #include <svtools/cliplistener.hxx> diff --git a/dbaccess/source/ui/querydesign/limitboxcontroller.cxx b/dbaccess/source/ui/querydesign/limitboxcontroller.cxx index fc06709657d0..9ae3c5fdd89c 100644 --- a/dbaccess/source/ui/querydesign/limitboxcontroller.cxx +++ b/dbaccess/source/ui/querydesign/limitboxcontroller.cxx @@ -16,7 +16,6 @@ #include <vcl/svapp.hxx> #include <vcl/window.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include <osl/mutex.hxx> #include <cppuhelper/queryinterface.hxx> #include <comphelper/processfactory.hxx> diff --git a/dbaccess/source/ui/uno/dbinteraction.cxx b/dbaccess/source/ui/uno/dbinteraction.cxx index a41e1f730e79..f4e413fd1273 100644 --- a/dbaccess/source/ui/uno/dbinteraction.cxx +++ b/dbaccess/source/ui/uno/dbinteraction.cxx @@ -36,7 +36,6 @@ #include "dbu_uno.hrc" #include "paramdialog.hxx" #include <vcl/svapp.hxx> -#include <osl/mutex.hxx> #include "CollectionView.hxx" #include "UITools.hxx" #include <comphelper/processfactory.hxx> |