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 /sdext | |
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 'sdext')
-rw-r--r-- | sdext/source/minimizer/pppoptimizeruno.cxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterPane.cxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterPaneBase.cxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterSpritePane.cxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/sdext/source/minimizer/pppoptimizeruno.cxx b/sdext/source/minimizer/pppoptimizeruno.cxx index becff3ddc2d2..4ad3a8592191 100644 --- a/sdext/source/minimizer/pppoptimizeruno.cxx +++ b/sdext/source/minimizer/pppoptimizeruno.cxx @@ -18,7 +18,6 @@ */ -#include <osl/mutex.hxx> #include <osl/thread.h> #include <cppuhelper/factory.hxx> #include <pppoptimizerdialog.hxx> diff --git a/sdext/source/presenter/PresenterPane.cxx b/sdext/source/presenter/PresenterPane.cxx index 14036c8f3617..d51b397cb41f 100644 --- a/sdext/source/presenter/PresenterPane.cxx +++ b/sdext/source/presenter/PresenterPane.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/drawing/CanvasFeature.hpp> #include <com/sun/star/rendering/CompositeOperation.hpp> -#include <osl/mutex.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sdext/source/presenter/PresenterPaneBase.cxx b/sdext/source/presenter/PresenterPaneBase.cxx index 295e76c94284..10abe27ce812 100644 --- a/sdext/source/presenter/PresenterPaneBase.cxx +++ b/sdext/source/presenter/PresenterPaneBase.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/drawing/CanvasFeature.hpp> #include <com/sun/star/rendering/CompositeOperation.hpp> #include <com/sun/star/rendering/TexturingMode.hpp> -#include <osl/mutex.hxx> using namespace css; using namespace css::uno; diff --git a/sdext/source/presenter/PresenterSpritePane.cxx b/sdext/source/presenter/PresenterSpritePane.cxx index f951258cd053..85da44dd29f9 100644 --- a/sdext/source/presenter/PresenterSpritePane.cxx +++ b/sdext/source/presenter/PresenterSpritePane.cxx @@ -21,7 +21,6 @@ #include "PresenterGeometryHelper.hxx" #include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/rendering/CompositeOperation.hpp> -#include <osl/mutex.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; |