summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2018-05-27 14:07:43 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-06-05 10:56:36 +0200
commit8ddca0648a2b673b7dd5357871f79a83c3830ed8 (patch)
tree33f6f1eaaa2d3f5f73ddbf25f40c60cbb365d663 /slideshow
parentd3c650f6170894a87e59436cf48eba5622403e27 (diff)
tdf#42949 remove unused compheler includes ..
and fix the fallout Change-Id: I15bc5d626f4d157cbc69a87392078b41e621d14e Reviewed-on: https://gerrit.libreoffice.org/54882 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/activities/interpolation.hxx1
-rw-r--r--slideshow/source/engine/slide/targetpropertiescreator.cxx1
-rw-r--r--slideshow/source/engine/slide/targetpropertiescreator.hxx1
-rw-r--r--slideshow/source/engine/slideshowimpl.cxx1
-rw-r--r--slideshow/source/engine/transitions/slidetransitionfactory.cxx2
5 files changed, 2 insertions, 4 deletions
diff --git a/slideshow/source/engine/activities/interpolation.hxx b/slideshow/source/engine/activities/interpolation.hxx
index 6da629695eed..ab0a0e5a63d1 100644
--- a/slideshow/source/engine/activities/interpolation.hxx
+++ b/slideshow/source/engine/activities/interpolation.hxx
@@ -21,6 +21,7 @@
#define INCLUDED_SLIDESHOW_SOURCE_ENGINE_ACTIVITIES_INTERPOLATION_HXX
#include <basegfx/utils/lerp.hxx>
+#include <osl/diagnose.h>
namespace basegfx
{
diff --git a/slideshow/source/engine/slide/targetpropertiescreator.cxx b/slideshow/source/engine/slide/targetpropertiescreator.cxx
index 0255f534815e..a8423ec482e9 100644
--- a/slideshow/source/engine/slide/targetpropertiescreator.cxx
+++ b/slideshow/source/engine/slide/targetpropertiescreator.cxx
@@ -25,6 +25,7 @@
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/animations/AnimationNodeType.hpp>
#include <com/sun/star/animations/XAnimate.hpp>
+#include <comphelper/sequence.hxx>
#include <unordered_map>
#include <vector>
diff --git a/slideshow/source/engine/slide/targetpropertiescreator.hxx b/slideshow/source/engine/slide/targetpropertiescreator.hxx
index abde8a7349ee..9a8c00e5654b 100644
--- a/slideshow/source/engine/slide/targetpropertiescreator.hxx
+++ b/slideshow/source/engine/slide/targetpropertiescreator.hxx
@@ -24,7 +24,6 @@
#include <cppuhelper/factory.hxx>
#include <cppuhelper/implementationentry.hxx>
-#include <comphelper/sequence.hxx>
using namespace ::com::sun::star;
diff --git a/slideshow/source/engine/slideshowimpl.cxx b/slideshow/source/engine/slideshowimpl.cxx
index f58593baa3dc..fda1adf503de 100644
--- a/slideshow/source/engine/slideshowimpl.cxx
+++ b/slideshow/source/engine/slideshowimpl.cxx
@@ -28,7 +28,6 @@
#include <cppuhelper/exc_hlp.hxx>
#include <comphelper/anytostring.hxx>
-#include <comphelper/make_shared_from_uno.hxx>
#include <comphelper/scopeguard.hxx>
#include <comphelper/servicedecl.hxx>
diff --git a/slideshow/source/engine/transitions/slidetransitionfactory.cxx b/slideshow/source/engine/transitions/slidetransitionfactory.cxx
index 5ed99a951026..f310f17c07df 100644
--- a/slideshow/source/engine/transitions/slidetransitionfactory.cxx
+++ b/slideshow/source/engine/transitions/slidetransitionfactory.cxx
@@ -26,8 +26,6 @@
#include <cppcanvas/basegfxfactory.hxx>
-#include <comphelper/make_shared_from_uno.hxx>
-
#include <com/sun/star/rendering/XIntegerBitmap.hpp>
#include <com/sun/star/rendering/IntegerBitmapLayout.hpp>
#include <com/sun/star/animations/TransitionType.hpp>