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 /vcl | |
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 'vcl')
-rw-r--r-- | vcl/inc/unx/x11/x11sys.hxx | 1 | ||||
-rw-r--r-- | vcl/quartz/salgdi.cxx | 1 | ||||
-rw-r--r-- | vcl/source/app/svdata.cxx | 1 | ||||
-rw-r--r-- | vcl/source/components/factory.cxx | 1 | ||||
-rw-r--r-- | vcl/source/control/edit.cxx | 2 | ||||
-rw-r--r-- | vcl/source/edit/textview.cxx | 2 | ||||
-rw-r--r-- | vcl/source/helper/canvasbitmap.cxx | 1 | ||||
-rw-r--r-- | vcl/unx/generic/app/saldata.cxx | 1 | ||||
-rw-r--r-- | vcl/unx/gtk/a11y/atkutil.cxx | 1 | ||||
-rw-r--r-- | vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx | 1 | ||||
-rw-r--r-- | vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx | 1 | ||||
-rw-r--r-- | vcl/unx/gtk/fpicker/SalGtkPicker.cxx | 1 | ||||
-rw-r--r-- | vcl/unx/kde4/KDE4FilePicker.cxx | 2 |
13 files changed, 0 insertions, 16 deletions
diff --git a/vcl/inc/unx/x11/x11sys.hxx b/vcl/inc/unx/x11/x11sys.hxx index 8e209014e262..bcb97f7714af 100644 --- a/vcl/inc/unx/x11/x11sys.hxx +++ b/vcl/inc/unx/x11/x11sys.hxx @@ -21,7 +21,6 @@ #define INCLUDED_VCL_INC_UNX_X11_X11SYS_HXX #include <unx/gensys.h> -#include <osl/mutex.hxx> #include <osl/thread.hxx> #include <vclpluginapi.h> diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx index da410cb44c46..b564b4a5b179 100644 --- a/vcl/quartz/salgdi.cxx +++ b/vcl/quartz/salgdi.cxx @@ -26,7 +26,6 @@ #include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/range/b2drectangle.hxx> #include <osl/file.hxx> -#include <osl/mutex.hxx> #include <osl/process.h> #include <rtl/bootstrap.h> #include <rtl/strbuf.hxx> diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx index 00727e26ed13..6ea821411e36 100644 --- a/vcl/source/app/svdata.cxx +++ b/vcl/source/app/svdata.cxx @@ -21,7 +21,6 @@ #include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> -#include <osl/mutex.hxx> #include <rtl/process.h> #include <tools/resary.hxx> #include <tools/gen.hxx> diff --git a/vcl/source/components/factory.cxx b/vcl/source/components/factory.cxx index c6096b46bb0b..4d7fa497ef35 100644 --- a/vcl/source/components/factory.cxx +++ b/vcl/source/components/factory.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <osl/mutex.hxx> #include <rtl/ustrbuf.hxx> #include <uno/dispatcher.h> #include <uno/mapping.hxx> diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx index b1cad70899be..7b30affd8732 100644 --- a/vcl/source/control/edit.cxx +++ b/vcl/source/control/edit.cxx @@ -33,8 +33,6 @@ #include <svids.hrc> #include <controldata.hxx> -#include <osl/mutex.hxx> - #include <com/sun/star/i18n/BreakIterator.hpp> #include <com/sun/star/i18n/CharacterIteratorMode.hpp> #include <com/sun/star/i18n/WordType.hpp> diff --git a/vcl/source/edit/textview.cxx b/vcl/source/edit/textview.cxx index 544a44ad09f6..217ccfb1e321 100644 --- a/vcl/source/edit/textview.cxx +++ b/vcl/source/edit/textview.cxx @@ -57,8 +57,6 @@ #include <sot/exchange.hxx> -#include <osl/mutex.hxx> - #include <algorithm> #include <cstddef> diff --git a/vcl/source/helper/canvasbitmap.cxx b/vcl/source/helper/canvasbitmap.cxx index 05d99ecb1238..1ca2aa7e569b 100644 --- a/vcl/source/helper/canvasbitmap.cxx +++ b/vcl/source/helper/canvasbitmap.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/rendering/RenderingIntent.hpp> #include <rtl/instance.hxx> -#include <osl/mutex.hxx> #include <tools/diagnose_ex.h> #include <canvasbitmap.hxx> diff --git a/vcl/unx/generic/app/saldata.cxx b/vcl/unx/generic/app/saldata.cxx index 4a5e7e1a76de..43b6bfbe9284 100644 --- a/vcl/unx/generic/app/saldata.cxx +++ b/vcl/unx/generic/app/saldata.cxx @@ -40,7 +40,6 @@ #endif #include <osl/process.h> -#include <osl/mutex.hxx> #include "unx/saldisp.hxx" #include "unx/saldata.hxx" diff --git a/vcl/unx/gtk/a11y/atkutil.cxx b/vcl/unx/gtk/a11y/atkutil.cxx index 5ac47e30ad2e..a57051f4c577 100644 --- a/vcl/unx/gtk/a11y/atkutil.cxx +++ b/vcl/unx/gtk/a11y/atkutil.cxx @@ -31,7 +31,6 @@ #include <com/sun/star/accessibility/XAccessibleText.hpp> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <cppuhelper/implbase.hxx> -#include <osl/mutex.hxx> #include <rtl/ref.hxx> #include <vcl/svapp.hxx> diff --git a/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx b/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx index 18973376d7a1..e14af356bdb8 100644 --- a/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx +++ b/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx @@ -37,7 +37,6 @@ #include <com/sun/star/ui/dialogs/ControlActions.hpp> #include <com/sun/star/uno/Any.hxx> #include <comphelper/string.hxx> -#include <osl/mutex.hxx> #include "unx/gtk/gtkinst.hxx" #include <vcl/svapp.hxx> diff --git a/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx b/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx index 767916cfbe09..98d109f50878 100644 --- a/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx +++ b/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx @@ -31,7 +31,6 @@ #include <com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp> #include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp> #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> -#include <osl/mutex.hxx> #include <vcl/svapp.hxx> #include "unx/gtk/gtkinst.hxx" #include "gtk/fpicker/SalGtkFolderPicker.hxx" diff --git a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx index 060cf23abab1..65a1a4c7e5a7 100644 --- a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx +++ b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx @@ -30,7 +30,6 @@ #include <comphelper/processfactory.hxx> #include <rtl/process.h> #include <osl/diagnose.h> -#include <osl/mutex.hxx> #include <vcl/svapp.hxx> #include <tools/urlobj.hxx> diff --git a/vcl/unx/kde4/KDE4FilePicker.cxx b/vcl/unx/kde4/KDE4FilePicker.cxx index 00a5a5475b91..9d719bebe032 100644 --- a/vcl/unx/kde4/KDE4FilePicker.cxx +++ b/vcl/unx/kde4/KDE4FilePicker.cxx @@ -30,8 +30,6 @@ #include <com/sun/star/ui/dialogs/ControlActions.hpp> #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> -#include <osl/mutex.hxx> - #include <vcl/fpicker.hrc> #include <vcl/svapp.hxx> #include <vcl/sysdata.hxx> |