diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:32:17 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:53 +0200 |
commit | 5f0ddf22df22f6c4d35a42c205eb064e8fb8e6ce (patch) | |
tree | 85b1bf6f12a2eebc7c7760f39b02afa72e680bd2 /slideshow/source/engine/animationnodes/generateevent.cxx | |
parent | dd1d963daae15ba9a667635be04f194a40460699 (diff) |
loplugin:includeform: slideshow
Change-Id: Idbfda5c87dafd6f5f76f724030f0a153398d7ab3
Diffstat (limited to 'slideshow/source/engine/animationnodes/generateevent.cxx')
-rw-r--r-- | slideshow/source/engine/animationnodes/generateevent.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
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 { |