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 /linguistic | |
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 'linguistic')
-rw-r--r-- | linguistic/source/convdicxml.cxx | 2 | ||||
-rw-r--r-- | linguistic/source/thesdsp.hxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/linguistic/source/convdicxml.cxx b/linguistic/source/convdicxml.cxx index c25dc9686d8f..438b455afde3 100644 --- a/linguistic/source/convdicxml.cxx +++ b/linguistic/source/convdicxml.cxx @@ -20,7 +20,6 @@ #include <tools/debug.hxx> #include <i18nlangtag/languagetag.hxx> #include <tools/stream.hxx> -#include <osl/mutex.hxx> #include <ucbhelper/content.hxx> #include <cppuhelper/factory.hxx> @@ -46,7 +45,6 @@ using namespace std; using namespace utl; -using namespace osl; using namespace com::sun::star; using namespace com::sun::star::lang; using namespace com::sun::star::uno; diff --git a/linguistic/source/thesdsp.hxx b/linguistic/source/thesdsp.hxx index 236bf960a078..cf00a7897f3f 100644 --- a/linguistic/source/thesdsp.hxx +++ b/linguistic/source/thesdsp.hxx @@ -35,8 +35,6 @@ #include <cppuhelper/implbase.hxx> #include <cppuhelper/interfacecontainer.h> -#include <osl/mutex.hxx> - #include <map> #include <memory> |