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 /basic/source | |
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 'basic/source')
-rw-r--r-- | basic/source/classes/eventatt.cxx | 2 | ||||
-rw-r--r-- | basic/source/classes/sb.cxx | 1 | ||||
-rw-r--r-- | basic/source/classes/sbxmod.cxx | 1 | ||||
-rw-r--r-- | basic/source/runtime/iosys.cxx | 1 | ||||
-rw-r--r-- | basic/source/uno/dlgcont.cxx | 2 | ||||
-rw-r--r-- | basic/source/uno/scriptcont.cxx | 1 |
6 files changed, 0 insertions, 8 deletions
diff --git a/basic/source/classes/eventatt.cxx b/basic/source/classes/eventatt.cxx index 29a20f8a5be9..1eb725e0c176 100644 --- a/basic/source/classes/eventatt.cxx +++ b/basic/source/classes/eventatt.cxx @@ -18,7 +18,6 @@ */ -#include <osl/mutex.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> @@ -62,7 +61,6 @@ using namespace ::com::sun::star::reflection; using namespace ::com::sun::star::awt; using namespace ::com::sun::star::io; using namespace ::cppu; -using namespace ::osl; void SFURL_firing_impl( const ScriptEvent& aScriptEvent, Any* pRet, const Reference< frame::XModel >& xModel ) diff --git a/basic/source/classes/sb.cxx b/basic/source/classes/sb.cxx index 23f6244ec28d..3f59b63118ff 100644 --- a/basic/source/classes/sb.cxx +++ b/basic/source/classes/sb.cxx @@ -38,7 +38,6 @@ #include "filefmt.hxx" #include "sb.hrc" #include <basrid.hxx> -#include <osl/mutex.hxx> #include <cppuhelper/implbase.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/util/XCloseBroadcaster.hpp> diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx index d77e7dd0f881..cea279f14b7a 100644 --- a/basic/source/classes/sbxmod.cxx +++ b/basic/source/classes/sbxmod.cxx @@ -36,7 +36,6 @@ #include <sal/log.hxx> #include <basic/basrdll.hxx> -#include <osl/mutex.hxx> #include "sbobjmod.hxx" #include <basic/vbahelper.hxx> #include <cppuhelper/implbase.hxx> diff --git a/basic/source/runtime/iosys.cxx b/basic/source/runtime/iosys.cxx index fc4868960837..5782026bc946 100644 --- a/basic/source/runtime/iosys.cxx +++ b/basic/source/runtime/iosys.cxx @@ -25,7 +25,6 @@ #include <vcl/svapp.hxx> #include <osl/file.hxx> #include <tools/urlobj.hxx> -#include <osl/mutex.hxx> #include "runtime.hxx" diff --git a/basic/source/uno/dlgcont.cxx b/basic/source/uno/dlgcont.cxx index 201f873c4742..a30f822a3c44 100644 --- a/basic/source/uno/dlgcont.cxx +++ b/basic/source/uno/dlgcont.cxx @@ -34,7 +34,6 @@ #include "dlgcont.hxx" #include <comphelper/processfactory.hxx> #include <unotools/streamwrap.hxx> -#include <osl/mutex.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> @@ -58,7 +57,6 @@ using namespace com::sun::star::script; using namespace com::sun::star::xml::sax; using namespace com::sun::star; using namespace cppu; -using namespace osl; using com::sun::star::uno::Reference; diff --git a/basic/source/uno/scriptcont.cxx b/basic/source/uno/scriptcont.cxx index ab8dbadd350e..b93217485929 100644 --- a/basic/source/uno/scriptcont.cxx +++ b/basic/source/uno/scriptcont.cxx @@ -38,7 +38,6 @@ #include <comphelper/storagehelper.hxx> #include <unotools/streamwrap.hxx> #include <unotools/ucbstreamhelper.hxx> -#include <osl/mutex.hxx> #include <osl/thread.h> #include <rtl/digest.h> #include <rtl/strbuf.hxx> |