summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/basic/sbstar.hxx1
-rw-r--r--include/canvas/vclwrapper.hxx1
-rw-r--r--include/comphelper/profilezone.hxx1
-rw-r--r--include/comphelper/unique_disposing_ptr.hxx1
-rw-r--r--include/jvmfwk/framework.hxx1
-rw-r--r--include/sfx2/sfxbasecontroller.hxx1
-rw-r--r--include/sfx2/sfxbasemodel.hxx1
-rw-r--r--include/sfx2/sfxuno.hxx1
-rw-r--r--include/sfx2/thumbnailviewitem.hxx1
-rw-r--r--include/svtools/javacontext.hxx1
-rw-r--r--include/svtools/javainteractionhandler.hxx1
-rw-r--r--include/toolkit/awt/vclxcontainer.hxx1
-rw-r--r--include/toolkit/awt/vclxdevice.hxx1
-rw-r--r--include/toolkit/awt/vclxgraphics.hxx1
-rw-r--r--include/toolkit/awt/vclxprinter.hxx1
-rw-r--r--include/toolkit/awt/vclxsystemdependentwindow.hxx1
-rw-r--r--include/toolkit/awt/vclxtopwindow.hxx1
-rw-r--r--include/toolkit/controls/unocontrolmodel.hxx1
-rw-r--r--include/toolkit/helper/listenermultiplexer.hxx1
-rw-r--r--include/ucbhelper/contenthelper.hxx1
-rw-r--r--include/ucbhelper/fd_inputstream.hxx1
-rw-r--r--include/ucbhelper/macros.hxx1
-rw-r--r--include/ucbhelper/providerhelper.hxx1
-rw-r--r--include/unotools/historyoptions.hxx1
-rw-r--r--include/unotools/lingucfg.hxx1
25 files changed, 0 insertions, 25 deletions
diff --git a/include/basic/sbstar.hxx b/include/basic/sbstar.hxx
index c625abc4820f..2edd8ad906ab 100644
--- a/include/basic/sbstar.hxx
+++ b/include/basic/sbstar.hxx
@@ -24,7 +24,6 @@
#include <basic/sbxobj.hxx>
#include <basic/sbmod.hxx>
#include <rtl/ustring.hxx>
-#include <osl/mutex.hxx>
#include <tools/link.hxx>
#include <basic/sbdef.hxx>
diff --git a/include/canvas/vclwrapper.hxx b/include/canvas/vclwrapper.hxx
index bdda0ce65f8f..e35cb5fa13b9 100644
--- a/include/canvas/vclwrapper.hxx
+++ b/include/canvas/vclwrapper.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_CANVAS_VCLWRAPPER_HXX
#define INCLUDED_CANVAS_VCLWRAPPER_HXX
-#include <osl/mutex.hxx>
#include <vcl/svapp.hxx>
namespace canvas
diff --git a/include/comphelper/profilezone.hxx b/include/comphelper/profilezone.hxx
index 0c64ed7bfee4..6702619b6008 100644
--- a/include/comphelper/profilezone.hxx
+++ b/include/comphelper/profilezone.hxx
@@ -12,7 +12,6 @@
#include <com/sun/star/uno/Sequence.hxx>
#include <comphelper/comphelperdllapi.h>
-#include <osl/mutex.hxx>
#include <rtl/ustring.hxx>
#include <vector>
diff --git a/include/comphelper/unique_disposing_ptr.hxx b/include/comphelper/unique_disposing_ptr.hxx
index d39f9f3aec8d..395398f3965f 100644
--- a/include/comphelper/unique_disposing_ptr.hxx
+++ b/include/comphelper/unique_disposing_ptr.hxx
@@ -18,7 +18,6 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <vcl/svapp.hxx>
-#include <osl/mutex.hxx>
namespace comphelper
{
diff --git a/include/jvmfwk/framework.hxx b/include/jvmfwk/framework.hxx
index 767727146c63..ac7087b320d2 100644
--- a/include/jvmfwk/framework.hxx
+++ b/include/jvmfwk/framework.hxx
@@ -30,7 +30,6 @@
#include <jvmfwk/jvmfwkdllapi.hxx>
#include <rtl/byteseq.hxx>
#include <rtl/ustring.hxx>
-#include <osl/mutex.h>
#include "jni.h"
/** @file
diff --git a/include/sfx2/sfxbasecontroller.hxx b/include/sfx2/sfxbasecontroller.hxx
index 524e6ad4122d..6f8f8fbf3323 100644
--- a/include/sfx2/sfxbasecontroller.hxx
+++ b/include/sfx2/sfxbasecontroller.hxx
@@ -39,7 +39,6 @@
#include <com/sun/star/lang/XInitialization.hpp>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/basemutex.hxx>
-#include <osl/mutex.hxx>
#include <com/sun/star/task/XStatusIndicatorSupplier.hpp>
#include <com/sun/star/ui/XContextMenuInterception.hpp>
#include <com/sun/star/ui/XContextMenuInterceptor.hpp>
diff --git a/include/sfx2/sfxbasemodel.hxx b/include/sfx2/sfxbasemodel.hxx
index fac7f5420c99..6620fed6f1e5 100644
--- a/include/sfx2/sfxbasemodel.hxx
+++ b/include/sfx2/sfxbasemodel.hxx
@@ -77,7 +77,6 @@
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/typeprovider.hxx>
#include <com/sun/star/script/XStarBasicAccess.hpp>
-#include <osl/mutex.hxx>
#include <vcl/svapp.hxx>
#include <com/sun/star/document/XViewDataSupplier.hpp>
diff --git a/include/sfx2/sfxuno.hxx b/include/sfx2/sfxuno.hxx
index 03ce7902ba3b..9b968dff5d5c 100644
--- a/include/sfx2/sfxuno.hxx
+++ b/include/sfx2/sfxuno.hxx
@@ -35,7 +35,6 @@
#include <cppuhelper/queryinterface.hxx>
#include <cppuhelper/factory.hxx>
#include <cppuhelper/supportsservice.hxx>
-#include <osl/mutex.hxx>
#include <rtl/ustring.hxx>
diff --git a/include/sfx2/thumbnailviewitem.hxx b/include/sfx2/thumbnailviewitem.hxx
index 11236f3bdfa2..cf58e18bcad9 100644
--- a/include/sfx2/thumbnailviewitem.hxx
+++ b/include/sfx2/thumbnailviewitem.hxx
@@ -23,7 +23,6 @@
#include <basegfx/vector/b2dvector.hxx>
#include <drawinglayer/attribute/fontattribute.hxx>
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
-#include <osl/mutex.hxx>
#include <vcl/bitmapex.hxx>
#include <sfx2/dllapi.h>
diff --git a/include/svtools/javacontext.hxx b/include/svtools/javacontext.hxx
index 1fa0f700a8c4..8372c1a6562b 100644
--- a/include/svtools/javacontext.hxx
+++ b/include/svtools/javacontext.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_SVTOOLS_JAVACONTEXT_HXX
#include <svtools/svtdllapi.h>
-#include <osl/mutex.hxx>
#include <com/sun/star/task/XInteractionHandler.hpp>
#include <com/sun/star/task/XInteractionRequest.hpp>
diff --git a/include/svtools/javainteractionhandler.hxx b/include/svtools/javainteractionhandler.hxx
index 09bef97a0250..34fa14a935c4 100644
--- a/include/svtools/javainteractionhandler.hxx
+++ b/include/svtools/javainteractionhandler.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_SVTOOLS_JAVAINTERACTIONHANDLER_HXX
#include <svtools/svtdllapi.h>
-#include <osl/mutex.hxx>
#include <sal/types.h>
#include <com/sun/star/task/XInteractionRequest.hpp>
diff --git a/include/toolkit/awt/vclxcontainer.hxx b/include/toolkit/awt/vclxcontainer.hxx
index 6851b564f3aa..3bce61ff95af 100644
--- a/include/toolkit/awt/vclxcontainer.hxx
+++ b/include/toolkit/awt/vclxcontainer.hxx
@@ -25,7 +25,6 @@
#include <com/sun/star/awt/XVclContainerPeer.hpp>
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <cppuhelper/weak.hxx>
-#include <osl/mutex.hxx>
#include <toolkit/awt/vclxwindow.hxx>
diff --git a/include/toolkit/awt/vclxdevice.hxx b/include/toolkit/awt/vclxdevice.hxx
index 60f5ca019ffc..94f4715460ad 100644
--- a/include/toolkit/awt/vclxdevice.hxx
+++ b/include/toolkit/awt/vclxdevice.hxx
@@ -25,7 +25,6 @@
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <cppuhelper/weak.hxx>
-#include <osl/mutex.hxx>
#include <vcl/virdev.hxx>
#include <vcl/vclptr.hxx>
diff --git a/include/toolkit/awt/vclxgraphics.hxx b/include/toolkit/awt/vclxgraphics.hxx
index 059e774042fb..3818977d4ba0 100644
--- a/include/toolkit/awt/vclxgraphics.hxx
+++ b/include/toolkit/awt/vclxgraphics.hxx
@@ -26,7 +26,6 @@
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <cppuhelper/weak.hxx>
-#include <osl/mutex.hxx>
#include <vcl/font.hxx>
#include <tools/color.hxx>
diff --git a/include/toolkit/awt/vclxprinter.hxx b/include/toolkit/awt/vclxprinter.hxx
index 826104df32e5..5478e9daf75e 100644
--- a/include/toolkit/awt/vclxprinter.hxx
+++ b/include/toolkit/awt/vclxprinter.hxx
@@ -28,7 +28,6 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <cppuhelper/weak.hxx>
-#include <osl/mutex.hxx>
#include <toolkit/helper/mutexandbroadcasthelper.hxx>
#include <cppuhelper/propshlp.hxx>
diff --git a/include/toolkit/awt/vclxsystemdependentwindow.hxx b/include/toolkit/awt/vclxsystemdependentwindow.hxx
index 64bbe35ddb86..d92cb6b65d6c 100644
--- a/include/toolkit/awt/vclxsystemdependentwindow.hxx
+++ b/include/toolkit/awt/vclxsystemdependentwindow.hxx
@@ -24,7 +24,6 @@
#include <com/sun/star/awt/XSystemDependentWindowPeer.hpp>
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <cppuhelper/weak.hxx>
-#include <osl/mutex.hxx>
#include <toolkit/awt/vclxwindow.hxx>
diff --git a/include/toolkit/awt/vclxtopwindow.hxx b/include/toolkit/awt/vclxtopwindow.hxx
index cd1ed4b42734..c56269b4bab5 100644
--- a/include/toolkit/awt/vclxtopwindow.hxx
+++ b/include/toolkit/awt/vclxtopwindow.hxx
@@ -24,7 +24,6 @@
#include <com/sun/star/awt/XTopWindow2.hpp>
#include <com/sun/star/awt/XMenuBar.hpp>
#include <cppuhelper/weak.hxx>
-#include <osl/mutex.hxx>
#include <cppuhelper/implbase1.hxx>
diff --git a/include/toolkit/controls/unocontrolmodel.hxx b/include/toolkit/controls/unocontrolmodel.hxx
index 8d9e99105411..aa5edc5cb65e 100644
--- a/include/toolkit/controls/unocontrolmodel.hxx
+++ b/include/toolkit/controls/unocontrolmodel.hxx
@@ -30,7 +30,6 @@
#include <com/sun/star/util/XCloneable.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/weakagg.hxx>
-#include <osl/mutex.hxx>
#include <toolkit/helper/mutexandbroadcasthelper.hxx>
#include <toolkit/helper/listenermultiplexer.hxx>
diff --git a/include/toolkit/helper/listenermultiplexer.hxx b/include/toolkit/helper/listenermultiplexer.hxx
index 1e65d8b18743..39bd83045bc2 100644
--- a/include/toolkit/helper/listenermultiplexer.hxx
+++ b/include/toolkit/helper/listenermultiplexer.hxx
@@ -44,7 +44,6 @@
#include <com/sun/star/util/VetoException.hpp>
#include <cppuhelper/weak.hxx>
#include <comphelper/interfacecontainer2.hxx>
-#include <osl/mutex.hxx>
#include <toolkit/helper/mutexhelper.hxx>
#include <toolkit/helper/macros.hxx>
#include <com/sun/star/awt/grid/XGridSelectionListener.hpp>
diff --git a/include/ucbhelper/contenthelper.hxx b/include/ucbhelper/contenthelper.hxx
index 2eb9c7209b6a..7d773b33259f 100644
--- a/include/ucbhelper/contenthelper.hxx
+++ b/include/ucbhelper/contenthelper.hxx
@@ -34,7 +34,6 @@
#include <com/sun/star/ucb/CommandAbortedException.hpp>
#include <cppuhelper/weak.hxx>
-#include <osl/mutex.hxx>
#include <rtl/ref.hxx>
#include <ucbhelper/macros.hxx>
#include <ucbhelper/ucbhelperdllapi.h>
diff --git a/include/ucbhelper/fd_inputstream.hxx b/include/ucbhelper/fd_inputstream.hxx
index da0aec5ac1e6..4b098160721d 100644
--- a/include/ucbhelper/fd_inputstream.hxx
+++ b/include/ucbhelper/fd_inputstream.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_UCBHELPER_FD_INPUTSTREAM_HXX
#include <rtl/ustring.hxx>
-#include <osl/mutex.hxx>
#include <osl/file.h>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/io/XSeekable.hpp>
diff --git a/include/ucbhelper/macros.hxx b/include/ucbhelper/macros.hxx
index 6be773977867..b218f94269b8 100644
--- a/include/ucbhelper/macros.hxx
+++ b/include/ucbhelper/macros.hxx
@@ -27,7 +27,6 @@
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/typeprovider.hxx>
-#include <osl/mutex.hxx>
#include <ucbhelper/getcomponentcontext.hxx>
diff --git a/include/ucbhelper/providerhelper.hxx b/include/ucbhelper/providerhelper.hxx
index 287eca580a52..894d6177b41b 100644
--- a/include/ucbhelper/providerhelper.hxx
+++ b/include/ucbhelper/providerhelper.hxx
@@ -28,7 +28,6 @@
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <cppuhelper/weak.hxx>
-#include <osl/mutex.hxx>
#include <rtl/ref.hxx>
#include <ucbhelper/macros.hxx>
#include <ucbhelper/ucbhelperdllapi.h>
diff --git a/include/unotools/historyoptions.hxx b/include/unotools/historyoptions.hxx
index 2d2994da7994..ca9ae2828142 100644
--- a/include/unotools/historyoptions.hxx
+++ b/include/unotools/historyoptions.hxx
@@ -23,7 +23,6 @@
#include <boost/optional.hpp>
#include <unotools/unotoolsdllapi.h>
#include <sal/types.h>
-#include <osl/mutex.hxx>
#include <com/sun/star/uno/Sequence.h>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <rtl/ustring.hxx>
diff --git a/include/unotools/lingucfg.hxx b/include/unotools/lingucfg.hxx
index 425b21119893..eefb89e2ec62 100644
--- a/include/unotools/lingucfg.hxx
+++ b/include/unotools/lingucfg.hxx
@@ -28,7 +28,6 @@
#include <com/sun/star/util/XChangesBatch.hpp>
#include <rtl/ustring.hxx>
#include <unotools/configitem.hxx>
-#include <osl/mutex.hxx>
#include <unotools/options.hxx>
#include <i18nlangtag/lang.h>
#include <vector>