diff options
Diffstat (limited to 'slideshow/source/engine/animationnodes')
13 files changed, 1 insertions, 20 deletions
diff --git a/slideshow/source/engine/animationnodes/animationaudionode.cxx b/slideshow/source/engine/animationnodes/animationaudionode.cxx index 571af6c7b773..76895b68d96d 100644 --- a/slideshow/source/engine/animationnodes/animationaudionode.cxx +++ b/slideshow/source/engine/animationnodes/animationaudionode.cxx @@ -24,8 +24,6 @@ #include <eventqueue.hxx> #include "animationaudionode.hxx" #include <delayevent.hxx> -#include <tools.hxx> -#include "nodetools.hxx" using namespace com::sun::star; diff --git a/slideshow/source/engine/animationnodes/animationbasenode.cxx b/slideshow/source/engine/animationnodes/animationbasenode.cxx index 1aa7bbc50055..a26f840e1017 100644 --- a/slideshow/source/engine/animationnodes/animationbasenode.cxx +++ b/slideshow/source/engine/animationnodes/animationbasenode.cxx @@ -18,13 +18,10 @@ */ -#include <cppuhelper/exc_hlp.hxx> -#include <comphelper/anytostring.hxx> #include <sal/log.hxx> #include <com/sun/star/presentation/ParagraphTarget.hpp> #include <com/sun/star/animations/Timing.hpp> #include <com/sun/star/animations/AnimationAdditiveMode.hpp> -#include <com/sun/star/animations/AnimationFill.hpp> #include <com/sun/star/presentation/ShapeAnimationSubType.hpp> #include "nodetools.hxx" diff --git a/slideshow/source/engine/animationnodes/animationbasenode.hxx b/slideshow/source/engine/animationnodes/animationbasenode.hxx index 7751642517aa..ec03c57034cc 100644 --- a/slideshow/source/engine/animationnodes/animationbasenode.hxx +++ b/slideshow/source/engine/animationnodes/animationbasenode.hxx @@ -23,7 +23,6 @@ #include <basecontainernode.hxx> #include <activitiesfactory.hxx> -#include <shapeattributelayer.hxx> #include <shapeattributelayerholder.hxx> #include <attributableshape.hxx> #include <shapesubset.hxx> diff --git a/slideshow/source/engine/animationnodes/animationcommandnode.cxx b/slideshow/source/engine/animationnodes/animationcommandnode.cxx index e765f2a5a531..9d8e476e091b 100644 --- a/slideshow/source/engine/animationnodes/animationcommandnode.cxx +++ b/slideshow/source/engine/animationnodes/animationcommandnode.cxx @@ -22,9 +22,8 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include "animationcommandnode.hxx" +#include <eventmultiplexer.hxx> #include <delayevent.hxx> -#include <tools.hxx> -#include "nodetools.hxx" using namespace com::sun::star; diff --git a/slideshow/source/engine/animationnodes/animationcommandnode.hxx b/slideshow/source/engine/animationnodes/animationcommandnode.hxx index 675da7c3b0e8..09dcf9eb1df0 100644 --- a/slideshow/source/engine/animationnodes/animationcommandnode.hxx +++ b/slideshow/source/engine/animationnodes/animationcommandnode.hxx @@ -22,7 +22,6 @@ #include <basecontainernode.hxx> #include <iexternalmediashapebase.hxx> -#include <soundplayer.hxx> #include <com/sun/star/animations/XCommand.hpp> namespace slideshow { diff --git a/slideshow/source/engine/animationnodes/animationnodefactory.cxx b/slideshow/source/engine/animationnodes/animationnodefactory.cxx index a02feb9bb085..7589ce03ae85 100644 --- a/slideshow/source/engine/animationnodes/animationnodefactory.cxx +++ b/slideshow/source/engine/animationnodes/animationnodefactory.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/animations/XIterateContainer.hpp> #include <com/sun/star/presentation/ShapeAnimationSubType.hpp> #include <com/sun/star/presentation/ParagraphTarget.hpp> -#include <com/sun/star/beans/XPropertySet.hpp> #include <basegfx/numeric/ftools.hxx> #include <sal/log.hxx> diff --git a/slideshow/source/engine/animationnodes/basecontainernode.cxx b/slideshow/source/engine/animationnodes/basecontainernode.cxx index 02668ae7fd28..e1044a1a364a 100644 --- a/slideshow/source/engine/animationnodes/basecontainernode.cxx +++ b/slideshow/source/engine/animationnodes/basecontainernode.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/animations/AnimationRestart.hpp> #include <com/sun/star/animations/AnimationFill.hpp> #include <eventqueue.hxx> -#include <tools.hxx> #include "nodetools.hxx" #include <delayevent.hxx> #include <sal/log.hxx> diff --git a/slideshow/source/engine/animationnodes/basenode.cxx b/slideshow/source/engine/animationnodes/basenode.cxx index dee7b862b8fd..12f3610f1165 100644 --- a/slideshow/source/engine/animationnodes/basenode.cxx +++ b/slideshow/source/engine/animationnodes/basenode.cxx @@ -38,7 +38,6 @@ #include <vector> #include <algorithm> -#include <iterator> using namespace ::com::sun::star; diff --git a/slideshow/source/engine/animationnodes/generateevent.cxx b/slideshow/source/engine/animationnodes/generateevent.cxx index d252100e5bd4..adfed30885b7 100644 --- a/slideshow/source/engine/animationnodes/generateevent.cxx +++ b/slideshow/source/engine/animationnodes/generateevent.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/animations/Event.hpp> #include "generateevent.hxx" -#include <shape.hxx> #include <subsettableshapemanager.hxx> #include <usereventqueue.hxx> #include <slideshowcontext.hxx> diff --git a/slideshow/source/engine/animationnodes/nodetools.cxx b/slideshow/source/engine/animationnodes/nodetools.cxx index f2f98ad15035..abad7f24eb27 100644 --- a/slideshow/source/engine/animationnodes/nodetools.cxx +++ b/slideshow/source/engine/animationnodes/nodetools.cxx @@ -20,7 +20,6 @@ #include <com/sun/star/animations/Timing.hpp> -#include <tools.hxx> #include "nodetools.hxx" diff --git a/slideshow/source/engine/animationnodes/nodetools.hxx b/slideshow/source/engine/animationnodes/nodetools.hxx index 8b0ecef2d48b..f68f9dbddae5 100644 --- a/slideshow/source/engine/animationnodes/nodetools.hxx +++ b/slideshow/source/engine/animationnodes/nodetools.hxx @@ -20,12 +20,10 @@ #ifndef INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_NODETOOLS_HXX #define INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_NODETOOLS_HXX -#include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/drawing/XShape.hpp> #include <shapemanager.hxx> #include <basenode.hxx> -#include <doctreenode.hxx> #include <attributableshape.hxx> diff --git a/slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx b/slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx index 15e5a7f2763d..d48fe1c45238 100644 --- a/slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx +++ b/slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx @@ -22,9 +22,6 @@ #include <eventqueue.hxx> #include <usereventqueue.hxx> #include "sequentialtimecontainer.hxx" -#include <tools.hxx> - -#include <algorithm> namespace slideshow { namespace internal { diff --git a/slideshow/source/engine/animationnodes/setactivity.hxx b/slideshow/source/engine/animationnodes/setactivity.hxx index 9b45e72dff59..fbe6e3a11397 100644 --- a/slideshow/source/engine/animationnodes/setactivity.hxx +++ b/slideshow/source/engine/animationnodes/setactivity.hxx @@ -22,7 +22,6 @@ #include <tools/diagnose_ex.h> #include <animationactivity.hxx> -#include <animation.hxx> #include <animatableshape.hxx> #include <shapeattributelayer.hxx> #include <activitiesfactory.hxx> |