summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationnodes
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:32:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:53 +0200
commit5f0ddf22df22f6c4d35a42c205eb064e8fb8e6ce (patch)
tree85b1bf6f12a2eebc7c7760f39b02afa72e680bd2 /slideshow/source/engine/animationnodes
parentdd1d963daae15ba9a667635be04f194a40460699 (diff)
loplugin:includeform: slideshow
Change-Id: Idbfda5c87dafd6f5f76f724030f0a153398d7ab3
Diffstat (limited to 'slideshow/source/engine/animationnodes')
-rw-r--r--slideshow/source/engine/animationnodes/animationaudionode.cxx6
-rw-r--r--slideshow/source/engine/animationnodes/animationaudionode.hxx8
-rw-r--r--slideshow/source/engine/animationnodes/animationbasenode.cxx6
-rw-r--r--slideshow/source/engine/animationnodes/animationbasenode.hxx12
-rw-r--r--slideshow/source/engine/animationnodes/animationcolornode.cxx8
-rw-r--r--slideshow/source/engine/animationnodes/animationcolornode.hxx2
-rw-r--r--slideshow/source/engine/animationnodes/animationcommandnode.cxx4
-rw-r--r--slideshow/source/engine/animationnodes/animationcommandnode.hxx8
-rw-r--r--slideshow/source/engine/animationnodes/animationnodefactory.cxx4
-rw-r--r--slideshow/source/engine/animationnodes/animationpathmotionnode.cxx2
-rw-r--r--slideshow/source/engine/animationnodes/animationpathmotionnode.hxx2
-rw-r--r--slideshow/source/engine/animationnodes/animationsetnode.cxx6
-rw-r--r--slideshow/source/engine/animationnodes/animationtransformnode.cxx4
-rw-r--r--slideshow/source/engine/animationnodes/animationtransformnode.hxx2
-rw-r--r--slideshow/source/engine/animationnodes/animationtransitionfilternode.cxx2
-rw-r--r--slideshow/source/engine/animationnodes/animationtransitionfilternode.hxx2
-rw-r--r--slideshow/source/engine/animationnodes/basecontainernode.cxx8
-rw-r--r--slideshow/source/engine/animationnodes/basenode.cxx12
-rw-r--r--slideshow/source/engine/animationnodes/generateevent.cxx10
-rw-r--r--slideshow/source/engine/animationnodes/generateevent.hxx6
-rw-r--r--slideshow/source/engine/animationnodes/nodetools.cxx2
-rw-r--r--slideshow/source/engine/animationnodes/nodetools.hxx8
-rw-r--r--slideshow/source/engine/animationnodes/paralleltimecontainer.cxx2
-rw-r--r--slideshow/source/engine/animationnodes/paralleltimecontainer.hxx2
-rw-r--r--slideshow/source/engine/animationnodes/propertyanimationnode.cxx2
-rw-r--r--slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx8
-rw-r--r--slideshow/source/engine/animationnodes/sequentialtimecontainer.hxx2
-rw-r--r--slideshow/source/engine/animationnodes/setactivity.hxx10
28 files changed, 75 insertions, 75 deletions
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 <com/sun/star/lang/NoSupportException.hpp>
-#include "eventqueue.hxx"
+#include <eventqueue.hxx>
#include "animationaudionode.hxx"
-#include "delayevent.hxx"
-#include "tools.hxx"
+#include <delayevent.hxx>
+#include <tools.hxx>
#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 <basecontainernode.hxx>
+#include <soundplayer.hxx>
+#include <com/sun/star/animations/XAnimationNode.hpp>
+#include <com/sun/star/animations/XAudio.hpp>
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 <com/sun/star/presentation/ShapeAnimationSubType.hpp>
#include "nodetools.hxx"
-#include "doctreenode.hxx"
+#include <doctreenode.hxx>
#include "animationbasenode.hxx"
-#include "delayevent.hxx"
-#include "framerate.hxx"
+#include <delayevent.hxx>
+#include <framerate.hxx>
#include <boost/optional.hpp>
#include <algorithm>
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 <com/sun/star/animations/XAnimate.hpp>
-#include "basecontainernode.hxx"
-#include "activitiesfactory.hxx"
-#include "shapeattributelayer.hxx"
-#include "shapeattributelayerholder.hxx"
-#include "attributableshape.hxx"
-#include "shapesubset.hxx"
+#include <basecontainernode.hxx>
+#include <activitiesfactory.hxx>
+#include <shapeattributelayer.hxx>
+#include <shapeattributelayerholder.hxx>
+#include <attributableshape.hxx>
+#include <shapesubset.hxx>
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 <com/sun/star/animations/AnimationColorSpace.hpp>
-#include "coloranimation.hxx"
-#include "hslcoloranimation.hxx"
+#include <coloranimation.hxx>
+#include <hslcoloranimation.hxx>
#include "animationcolornode.hxx"
-#include "animationfactory.hxx"
-#include "activitiesfactory.hxx"
+#include <animationfactory.hxx>
+#include <activitiesfactory.hxx>
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 <com/sun/star/animations/XAnimateColor.hpp>
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 <com/sun/star/beans/PropertyValue.hpp>
#include "animationcommandnode.hxx"
-#include "delayevent.hxx"
-#include "tools.hxx"
+#include <delayevent.hxx>
+#include <tools.hxx>
#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 <basecontainernode.hxx>
+#include <iexternalmediashapebase.hxx>
+#include <soundplayer.hxx>
+#include <com/sun/star/animations/XCommand.hpp>
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 <com/sun/star/beans/XPropertySet.hpp>
#include <basegfx/numeric/ftools.hxx>
-#include "animationnodefactory.hxx"
+#include <animationnodefactory.hxx>
#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 <tools.hxx>
#include <memory>
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 <animationfactory.hxx>
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 <com/sun/star/animations/XAnimateMotion.hpp>
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 <animationfactory.hxx>
#include "setactivity.hxx"
#include "animationsetnode.hxx"
#include "nodetools.hxx"
-#include "tools.hxx"
-#include "delayevent.hxx"
+#include <tools.hxx>
+#include <delayevent.hxx>
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 <com/sun/star/animations/AnimationTransformType.hpp>
#include "animationtransformnode.hxx"
-#include "animationfactory.hxx"
-#include "activitiesfactory.hxx"
+#include <animationfactory.hxx>
+#include <activitiesfactory.hxx>
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 <com/sun/star/animations/XAnimateTransform.hpp>
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 <transitionfactory.hxx>
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 <com/sun/star/animations/XTransitionFilter.hpp>
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 <basecontainernode.hxx>
+#include <eventqueue.hxx>
+#include <tools.hxx>
#include "nodetools.hxx"
-#include "delayevent.hxx"
+#include <delayevent.hxx>
#include <functional>
#include <algorithm>
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 <com/sun/star/presentation/EffectNodeType.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
-#include "basenode.hxx"
-#include "eventmultiplexer.hxx"
-#include "basecontainernode.hxx"
-#include "eventqueue.hxx"
-#include "delayevent.hxx"
-#include "tools.hxx"
+#include <basenode.hxx>
+#include <eventmultiplexer.hxx>
+#include <basecontainernode.hxx>
+#include <eventqueue.hxx>
+#include <delayevent.hxx>
+#include <tools.hxx>
#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 <com/sun/star/animations/Event.hpp>
#include "generateevent.hxx"
-#include "shape.hxx"
-#include "subsettableshapemanager.hxx"
-#include "usereventqueue.hxx"
-#include "slideshowcontext.hxx"
-#include "delayevent.hxx"
+#include <shape.hxx>
+#include <subsettableshapemanager.hxx>
+#include <usereventqueue.hxx>
+#include <slideshowcontext.hxx>
+#include <delayevent.hxx>
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 <slideshowcontext.hxx>
+#include <delayevent.hxx>
+#include <com/sun/star/uno/Any.hxx>
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 <com/sun/star/animations/Timing.hpp>
#include <tools.hxx>
-#include <nodetools.hxx>
+#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 <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"
+#include <shapemanager.hxx>
+#include <basenode.hxx>
+#include <doctreenode.hxx>
+#include <attributableshape.hxx>
#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 <delayevent.hxx>
#include <functional>
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 <basecontainernode.hxx>
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 <animationfactory.hxx>
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 <delayevent.hxx>
+#include <eventqueue.hxx>
+#include <usereventqueue.hxx>
#include "sequentialtimecontainer.hxx"
-#include "tools.hxx"
+#include <tools.hxx>
#include <algorithm>
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 <basecontainernode.hxx>
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 <tools/diagnose_ex.h>
-#include "animationactivity.hxx"
-#include "animation.hxx"
-#include "animatableshape.hxx"
-#include "shapeattributelayer.hxx"
-#include "activitiesfactory.hxx"
+#include <animationactivity.hxx>
+#include <animation.hxx>
+#include <animatableshape.hxx>
+#include <shapeattributelayer.hxx>
+#include <activitiesfactory.hxx>
namespace slideshow {
namespace internal {