From 5f0ddf22df22f6c4d35a42c205eb064e8fb8e6ce Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:32:17 +0200 Subject: loplugin:includeform: slideshow Change-Id: Idbfda5c87dafd6f5f76f724030f0a153398d7ab3 --- .../source/engine/animationnodes/animationaudionode.cxx | 6 +++--- .../source/engine/animationnodes/animationaudionode.hxx | 8 ++++---- slideshow/source/engine/animationnodes/animationbasenode.cxx | 6 +++--- slideshow/source/engine/animationnodes/animationbasenode.hxx | 12 ++++++------ .../source/engine/animationnodes/animationcolornode.cxx | 8 ++++---- .../source/engine/animationnodes/animationcolornode.hxx | 2 +- .../source/engine/animationnodes/animationcommandnode.cxx | 4 ++-- .../source/engine/animationnodes/animationcommandnode.hxx | 8 ++++---- .../source/engine/animationnodes/animationnodefactory.cxx | 4 ++-- .../source/engine/animationnodes/animationpathmotionnode.cxx | 2 +- .../source/engine/animationnodes/animationpathmotionnode.hxx | 2 +- slideshow/source/engine/animationnodes/animationsetnode.cxx | 6 +++--- .../source/engine/animationnodes/animationtransformnode.cxx | 4 ++-- .../source/engine/animationnodes/animationtransformnode.hxx | 2 +- .../engine/animationnodes/animationtransitionfilternode.cxx | 2 +- .../engine/animationnodes/animationtransitionfilternode.hxx | 2 +- slideshow/source/engine/animationnodes/basecontainernode.cxx | 8 ++++---- slideshow/source/engine/animationnodes/basenode.cxx | 12 ++++++------ slideshow/source/engine/animationnodes/generateevent.cxx | 10 +++++----- slideshow/source/engine/animationnodes/generateevent.hxx | 6 +++--- slideshow/source/engine/animationnodes/nodetools.cxx | 2 +- slideshow/source/engine/animationnodes/nodetools.hxx | 8 ++++---- .../source/engine/animationnodes/paralleltimecontainer.cxx | 2 +- .../source/engine/animationnodes/paralleltimecontainer.hxx | 2 +- .../source/engine/animationnodes/propertyanimationnode.cxx | 2 +- .../source/engine/animationnodes/sequentialtimecontainer.cxx | 8 ++++---- .../source/engine/animationnodes/sequentialtimecontainer.hxx | 2 +- slideshow/source/engine/animationnodes/setactivity.hxx | 10 +++++----- 28 files changed, 75 insertions(+), 75 deletions(-) (limited to 'slideshow/source/engine/animationnodes') diff --git a/slideshow/source/engine/animationnodes/animationaudionode.cxx b/slideshow/source/engine/animationnodes/animationaudionode.cxx index 5ee8860845b0..4aa02f5da7dd 100644 --- a/slideshow/source/engine/animationnodes/animationaudionode.cxx +++ b/slideshow/source/engine/animationnodes/animationaudionode.cxx @@ -21,10 +21,10 @@ #include -#include "eventqueue.hxx" +#include #include "animationaudionode.hxx" -#include "delayevent.hxx" -#include "tools.hxx" +#include +#include #include "nodetools.hxx" using namespace com::sun::star; diff --git a/slideshow/source/engine/animationnodes/animationaudionode.hxx b/slideshow/source/engine/animationnodes/animationaudionode.hxx index 75bb75f4b316..6efd40fdbd20 100644 --- a/slideshow/source/engine/animationnodes/animationaudionode.hxx +++ b/slideshow/source/engine/animationnodes/animationaudionode.hxx @@ -19,10 +19,10 @@ #ifndef INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_ANIMATIONAUDIONODE_HXX #define INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_ANIMATIONAUDIONODE_HXX -#include "basecontainernode.hxx" -#include "soundplayer.hxx" -#include "com/sun/star/animations/XAnimationNode.hpp" -#include "com/sun/star/animations/XAudio.hpp" +#include +#include +#include +#include namespace slideshow { namespace internal { diff --git a/slideshow/source/engine/animationnodes/animationbasenode.cxx b/slideshow/source/engine/animationnodes/animationbasenode.cxx index d7e3c0ed01c1..36d88d05a2b6 100644 --- a/slideshow/source/engine/animationnodes/animationbasenode.cxx +++ b/slideshow/source/engine/animationnodes/animationbasenode.cxx @@ -26,10 +26,10 @@ #include #include "nodetools.hxx" -#include "doctreenode.hxx" +#include #include "animationbasenode.hxx" -#include "delayevent.hxx" -#include "framerate.hxx" +#include +#include #include #include diff --git a/slideshow/source/engine/animationnodes/animationbasenode.hxx b/slideshow/source/engine/animationnodes/animationbasenode.hxx index 474680c7193f..d2c03a4ec4d3 100644 --- a/slideshow/source/engine/animationnodes/animationbasenode.hxx +++ b/slideshow/source/engine/animationnodes/animationbasenode.hxx @@ -21,12 +21,12 @@ #include -#include "basecontainernode.hxx" -#include "activitiesfactory.hxx" -#include "shapeattributelayer.hxx" -#include "shapeattributelayerholder.hxx" -#include "attributableshape.hxx" -#include "shapesubset.hxx" +#include +#include +#include +#include +#include +#include namespace slideshow { namespace internal { diff --git a/slideshow/source/engine/animationnodes/animationcolornode.cxx b/slideshow/source/engine/animationnodes/animationcolornode.cxx index 2ba8e10baa04..79850c84b7a9 100644 --- a/slideshow/source/engine/animationnodes/animationcolornode.cxx +++ b/slideshow/source/engine/animationnodes/animationcolornode.cxx @@ -20,11 +20,11 @@ #include -#include "coloranimation.hxx" -#include "hslcoloranimation.hxx" +#include +#include #include "animationcolornode.hxx" -#include "animationfactory.hxx" -#include "activitiesfactory.hxx" +#include +#include using namespace com::sun::star; diff --git a/slideshow/source/engine/animationnodes/animationcolornode.hxx b/slideshow/source/engine/animationnodes/animationcolornode.hxx index fe0366f9f09e..6ae5f848c849 100644 --- a/slideshow/source/engine/animationnodes/animationcolornode.hxx +++ b/slideshow/source/engine/animationnodes/animationcolornode.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_ANIMATIONCOLORNODE_HXX #include "animationbasenode.hxx" -#include "com/sun/star/animations/XAnimateColor.hpp" +#include namespace slideshow { namespace internal { diff --git a/slideshow/source/engine/animationnodes/animationcommandnode.cxx b/slideshow/source/engine/animationnodes/animationcommandnode.cxx index 1a644d3b982a..0c9519589ed0 100644 --- a/slideshow/source/engine/animationnodes/animationcommandnode.cxx +++ b/slideshow/source/engine/animationnodes/animationcommandnode.cxx @@ -22,8 +22,8 @@ #include #include "animationcommandnode.hxx" -#include "delayevent.hxx" -#include "tools.hxx" +#include +#include #include "nodetools.hxx" diff --git a/slideshow/source/engine/animationnodes/animationcommandnode.hxx b/slideshow/source/engine/animationnodes/animationcommandnode.hxx index 932524a3abb8..675da7c3b0e8 100644 --- a/slideshow/source/engine/animationnodes/animationcommandnode.hxx +++ b/slideshow/source/engine/animationnodes/animationcommandnode.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_ANIMATIONCOMMANDNODE_HXX #define INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_ANIMATIONCOMMANDNODE_HXX -#include "basecontainernode.hxx" -#include "iexternalmediashapebase.hxx" -#include "soundplayer.hxx" -#include "com/sun/star/animations/XCommand.hpp" +#include +#include +#include +#include namespace slideshow { namespace internal { diff --git a/slideshow/source/engine/animationnodes/animationnodefactory.cxx b/slideshow/source/engine/animationnodes/animationnodefactory.cxx index cd9594df3e87..1d0edaa2e683 100644 --- a/slideshow/source/engine/animationnodes/animationnodefactory.cxx +++ b/slideshow/source/engine/animationnodes/animationnodefactory.cxx @@ -27,7 +27,7 @@ #include #include -#include "animationnodefactory.hxx" +#include #include "paralleltimecontainer.hxx" #include "sequentialtimecontainer.hxx" #include "propertyanimationnode.hxx" @@ -39,7 +39,7 @@ #include "animationaudionode.hxx" #include "animationcommandnode.hxx" #include "nodetools.hxx" -#include "tools.hxx" +#include #include diff --git a/slideshow/source/engine/animationnodes/animationpathmotionnode.cxx b/slideshow/source/engine/animationnodes/animationpathmotionnode.cxx index 3f830428c6a8..a78583290441 100644 --- a/slideshow/source/engine/animationnodes/animationpathmotionnode.cxx +++ b/slideshow/source/engine/animationnodes/animationpathmotionnode.cxx @@ -19,7 +19,7 @@ #include "animationpathmotionnode.hxx" -#include "animationfactory.hxx" +#include namespace slideshow { namespace internal { diff --git a/slideshow/source/engine/animationnodes/animationpathmotionnode.hxx b/slideshow/source/engine/animationnodes/animationpathmotionnode.hxx index ead89c7e22dc..a6a37a5b7728 100644 --- a/slideshow/source/engine/animationnodes/animationpathmotionnode.hxx +++ b/slideshow/source/engine/animationnodes/animationpathmotionnode.hxx @@ -20,7 +20,7 @@ #define INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_ANIMATIONPATHMOTIONNODE_HXX #include "animationbasenode.hxx" -#include "com/sun/star/animations/XAnimateMotion.hpp" +#include namespace slideshow { namespace internal { diff --git a/slideshow/source/engine/animationnodes/animationsetnode.cxx b/slideshow/source/engine/animationnodes/animationsetnode.cxx index 3770790c193e..c2eda0ddc990 100644 --- a/slideshow/source/engine/animationnodes/animationsetnode.cxx +++ b/slideshow/source/engine/animationnodes/animationsetnode.cxx @@ -18,12 +18,12 @@ */ -#include "animationfactory.hxx" +#include #include "setactivity.hxx" #include "animationsetnode.hxx" #include "nodetools.hxx" -#include "tools.hxx" -#include "delayevent.hxx" +#include +#include using namespace com::sun::star; diff --git a/slideshow/source/engine/animationnodes/animationtransformnode.cxx b/slideshow/source/engine/animationnodes/animationtransformnode.cxx index bc9c86462336..394349f5b707 100644 --- a/slideshow/source/engine/animationnodes/animationtransformnode.cxx +++ b/slideshow/source/engine/animationnodes/animationtransformnode.cxx @@ -21,8 +21,8 @@ #include #include "animationtransformnode.hxx" -#include "animationfactory.hxx" -#include "activitiesfactory.hxx" +#include +#include using namespace com::sun::star; diff --git a/slideshow/source/engine/animationnodes/animationtransformnode.hxx b/slideshow/source/engine/animationnodes/animationtransformnode.hxx index 604a9b89840a..b664fcb3213b 100644 --- a/slideshow/source/engine/animationnodes/animationtransformnode.hxx +++ b/slideshow/source/engine/animationnodes/animationtransformnode.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_ANIMATIONTRANSFORMNODE_HXX #include "animationbasenode.hxx" -#include "com/sun/star/animations/XAnimateTransform.hpp" +#include namespace slideshow { namespace internal { diff --git a/slideshow/source/engine/animationnodes/animationtransitionfilternode.cxx b/slideshow/source/engine/animationnodes/animationtransitionfilternode.cxx index 6089c8033b9d..6a54d16a6650 100644 --- a/slideshow/source/engine/animationnodes/animationtransitionfilternode.cxx +++ b/slideshow/source/engine/animationnodes/animationtransitionfilternode.cxx @@ -19,7 +19,7 @@ #include "animationtransitionfilternode.hxx" -#include "transitionfactory.hxx" +#include namespace slideshow { namespace internal { diff --git a/slideshow/source/engine/animationnodes/animationtransitionfilternode.hxx b/slideshow/source/engine/animationnodes/animationtransitionfilternode.hxx index 8718426188f4..6790e9d2273a 100644 --- a/slideshow/source/engine/animationnodes/animationtransitionfilternode.hxx +++ b/slideshow/source/engine/animationnodes/animationtransitionfilternode.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_ANIMATIONTRANSITIONFILTERNODE_HXX #include "animationbasenode.hxx" -#include "com/sun/star/animations/XTransitionFilter.hpp" +#include namespace slideshow { namespace internal { diff --git a/slideshow/source/engine/animationnodes/basecontainernode.cxx b/slideshow/source/engine/animationnodes/basecontainernode.cxx index 83f72a96b457..c19165f72cbf 100644 --- a/slideshow/source/engine/animationnodes/basecontainernode.cxx +++ b/slideshow/source/engine/animationnodes/basecontainernode.cxx @@ -18,11 +18,11 @@ */ -#include "basecontainernode.hxx" -#include "eventqueue.hxx" -#include "tools.hxx" +#include +#include +#include #include "nodetools.hxx" -#include "delayevent.hxx" +#include #include #include diff --git a/slideshow/source/engine/animationnodes/basenode.cxx b/slideshow/source/engine/animationnodes/basenode.cxx index fd09ad74c1f5..a83daa1889dc 100644 --- a/slideshow/source/engine/animationnodes/basenode.cxx +++ b/slideshow/source/engine/animationnodes/basenode.cxx @@ -25,12 +25,12 @@ #include #include -#include "basenode.hxx" -#include "eventmultiplexer.hxx" -#include "basecontainernode.hxx" -#include "eventqueue.hxx" -#include "delayevent.hxx" -#include "tools.hxx" +#include +#include +#include +#include +#include +#include #include "nodetools.hxx" #include "generateevent.hxx" diff --git a/slideshow/source/engine/animationnodes/generateevent.cxx b/slideshow/source/engine/animationnodes/generateevent.cxx index 513f0bc889b3..962b18e161b3 100644 --- a/slideshow/source/engine/animationnodes/generateevent.cxx +++ b/slideshow/source/engine/animationnodes/generateevent.cxx @@ -27,11 +27,11 @@ #include #include "generateevent.hxx" -#include "shape.hxx" -#include "subsettableshapemanager.hxx" -#include "usereventqueue.hxx" -#include "slideshowcontext.hxx" -#include "delayevent.hxx" +#include +#include +#include +#include +#include namespace slideshow { namespace internal { diff --git a/slideshow/source/engine/animationnodes/generateevent.hxx b/slideshow/source/engine/animationnodes/generateevent.hxx index 10f66a195903..4879896551fc 100644 --- a/slideshow/source/engine/animationnodes/generateevent.hxx +++ b/slideshow/source/engine/animationnodes/generateevent.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_GENERATEEVENT_HXX #define INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_GENERATEEVENT_HXX -#include "slideshowcontext.hxx" -#include "delayevent.hxx" -#include "com/sun/star/uno/Any.hxx" +#include +#include +#include namespace slideshow { namespace internal { diff --git a/slideshow/source/engine/animationnodes/nodetools.cxx b/slideshow/source/engine/animationnodes/nodetools.cxx index dd8e30e5be6b..9925513b2254 100644 --- a/slideshow/source/engine/animationnodes/nodetools.cxx +++ b/slideshow/source/engine/animationnodes/nodetools.cxx @@ -21,7 +21,7 @@ #include #include -#include +#include "nodetools.hxx" using namespace ::com::sun::star; diff --git a/slideshow/source/engine/animationnodes/nodetools.hxx b/slideshow/source/engine/animationnodes/nodetools.hxx index da757e7367dd..8b0ecef2d48b 100644 --- a/slideshow/source/engine/animationnodes/nodetools.hxx +++ b/slideshow/source/engine/animationnodes/nodetools.hxx @@ -23,10 +23,10 @@ #include #include -#include "shapemanager.hxx" -#include "basenode.hxx" -#include "doctreenode.hxx" -#include "attributableshape.hxx" +#include +#include +#include +#include #if defined(DBG_UTIL) diff --git a/slideshow/source/engine/animationnodes/paralleltimecontainer.cxx b/slideshow/source/engine/animationnodes/paralleltimecontainer.cxx index 35e7fb5807bc..a20bab788f84 100644 --- a/slideshow/source/engine/animationnodes/paralleltimecontainer.cxx +++ b/slideshow/source/engine/animationnodes/paralleltimecontainer.cxx @@ -19,7 +19,7 @@ #include "paralleltimecontainer.hxx" -#include "delayevent.hxx" +#include #include diff --git a/slideshow/source/engine/animationnodes/paralleltimecontainer.hxx b/slideshow/source/engine/animationnodes/paralleltimecontainer.hxx index b5e04c0b6b4e..af3c6e1a9149 100644 --- a/slideshow/source/engine/animationnodes/paralleltimecontainer.hxx +++ b/slideshow/source/engine/animationnodes/paralleltimecontainer.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_PARALLELTIMECONTAINER_HXX #define INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_PARALLELTIMECONTAINER_HXX -#include "basecontainernode.hxx" +#include namespace slideshow { namespace internal { diff --git a/slideshow/source/engine/animationnodes/propertyanimationnode.cxx b/slideshow/source/engine/animationnodes/propertyanimationnode.cxx index e768572ad7aa..c893bb027f36 100644 --- a/slideshow/source/engine/animationnodes/propertyanimationnode.cxx +++ b/slideshow/source/engine/animationnodes/propertyanimationnode.cxx @@ -19,7 +19,7 @@ #include "propertyanimationnode.hxx" -#include "animationfactory.hxx" +#include using namespace com::sun::star; diff --git a/slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx b/slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx index 68bda1a56999..15e5a7f2763d 100644 --- a/slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx +++ b/slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx @@ -18,11 +18,11 @@ */ -#include "delayevent.hxx" -#include "eventqueue.hxx" -#include "usereventqueue.hxx" +#include +#include +#include #include "sequentialtimecontainer.hxx" -#include "tools.hxx" +#include #include diff --git a/slideshow/source/engine/animationnodes/sequentialtimecontainer.hxx b/slideshow/source/engine/animationnodes/sequentialtimecontainer.hxx index 76b7f6c313dc..0ee4e42ef94b 100644 --- a/slideshow/source/engine/animationnodes/sequentialtimecontainer.hxx +++ b/slideshow/source/engine/animationnodes/sequentialtimecontainer.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_SEQUENTIALTIMECONTAINER_HXX #define INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_SEQUENTIALTIMECONTAINER_HXX -#include "basecontainernode.hxx" +#include namespace slideshow { namespace internal { diff --git a/slideshow/source/engine/animationnodes/setactivity.hxx b/slideshow/source/engine/animationnodes/setactivity.hxx index 166932f74e05..9b45e72dff59 100644 --- a/slideshow/source/engine/animationnodes/setactivity.hxx +++ b/slideshow/source/engine/animationnodes/setactivity.hxx @@ -21,11 +21,11 @@ #include -#include "animationactivity.hxx" -#include "animation.hxx" -#include "animatableshape.hxx" -#include "shapeattributelayer.hxx" -#include "activitiesfactory.hxx" +#include +#include +#include +#include +#include namespace slideshow { namespace internal { -- cgit