diff options
Diffstat (limited to 'slideshow/source/engine/slide')
-rw-r--r-- | slideshow/source/engine/slide/layer.hxx | 4 | ||||
-rw-r--r-- | slideshow/source/engine/slide/layermanager.hxx | 8 | ||||
-rw-r--r-- | slideshow/source/engine/slide/shapemanagerimpl.hxx | 20 | ||||
-rw-r--r-- | slideshow/source/engine/slide/slideanimations.cxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/slide/slideanimations.hxx | 8 | ||||
-rw-r--r-- | slideshow/source/engine/slide/slideimpl.cxx | 24 | ||||
-rw-r--r-- | slideshow/source/engine/slide/targetpropertiescreator.cxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/slide/userpaintoverlay.cxx | 16 | ||||
-rw-r--r-- | slideshow/source/engine/slide/userpaintoverlay.hxx | 4 |
9 files changed, 44 insertions, 44 deletions
diff --git a/slideshow/source/engine/slide/layer.hxx b/slideshow/source/engine/slide/layer.hxx index 645c249c2011..25dddde4f477 100644 --- a/slideshow/source/engine/slide/layer.hxx +++ b/slideshow/source/engine/slide/layer.hxx @@ -23,8 +23,8 @@ #include <basegfx/range/b2dpolyrange.hxx> #include <cppcanvas/spritecanvas.hxx> -#include "view.hxx" -#include "animatableshape.hxx" +#include <view.hxx> +#include <animatableshape.hxx> #include <vector> #include <memory> diff --git a/slideshow/source/engine/slide/layermanager.hxx b/slideshow/source/engine/slide/layermanager.hxx index c40b2ade0498..44e391fe5c7d 100644 --- a/slideshow/source/engine/slide/layermanager.hxx +++ b/slideshow/source/engine/slide/layermanager.hxx @@ -22,11 +22,11 @@ #include <cppcanvas/spritecanvas.hxx> -#include "unoview.hxx" -#include "unoviewcontainer.hxx" -#include "attributableshape.hxx" +#include <unoview.hxx> +#include <unoviewcontainer.hxx> +#include <attributableshape.hxx> #include "layer.hxx" -#include "tools.hxx" +#include <tools.hxx> #include <algorithm> #include <functional> diff --git a/slideshow/source/engine/slide/shapemanagerimpl.hxx b/slideshow/source/engine/slide/shapemanagerimpl.hxx index 3a6ae365f207..6fb693c75818 100644 --- a/slideshow/source/engine/slide/shapemanagerimpl.hxx +++ b/slideshow/source/engine/slide/shapemanagerimpl.hxx @@ -22,17 +22,17 @@ #include <cppuhelper/interfacecontainer.h> #include <com/sun/star/presentation/XShapeEventListener.hpp> -#include "shape.hxx" -#include "subsettableshapemanager.hxx" -#include "eventmultiplexer.hxx" +#include <shape.hxx> +#include <subsettableshapemanager.hxx> +#include <eventmultiplexer.hxx> #include "layermanager.hxx" -#include "viewupdate.hxx" -#include "shapemaps.hxx" -#include "cursormanager.hxx" -#include "hyperlinkarea.hxx" -#include "listenercontainer.hxx" -#include "shapelistenereventhandler.hxx" -#include "mouseeventhandler.hxx" +#include <viewupdate.hxx> +#include <shapemaps.hxx> +#include <cursormanager.hxx> +#include <hyperlinkarea.hxx> +#include <listenercontainer.hxx> +#include <shapelistenereventhandler.hxx> +#include <mouseeventhandler.hxx> #include <set> #include <map> diff --git a/slideshow/source/engine/slide/slideanimations.cxx b/slideshow/source/engine/slide/slideanimations.cxx index 330d204bfcd8..f10f6633a464 100644 --- a/slideshow/source/engine/slide/slideanimations.cxx +++ b/slideshow/source/engine/slide/slideanimations.cxx @@ -24,7 +24,7 @@ #include <cppuhelper/exc_hlp.hxx> #include "slideanimations.hxx" -#include "animationnodefactory.hxx" +#include <animationnodefactory.hxx> using namespace ::com::sun::star; diff --git a/slideshow/source/engine/slide/slideanimations.hxx b/slideshow/source/engine/slide/slideanimations.hxx index 89eca1ca5368..72877197f4f5 100644 --- a/slideshow/source/engine/slide/slideanimations.hxx +++ b/slideshow/source/engine/slide/slideanimations.hxx @@ -24,10 +24,10 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <basegfx/vector/b2dvector.hxx> -#include "event.hxx" -#include "slideshowcontext.hxx" -#include "subsettableshapemanager.hxx" -#include "animationnode.hxx" +#include <event.hxx> +#include <slideshowcontext.hxx> +#include <subsettableshapemanager.hxx> +#include <animationnode.hxx> namespace com { namespace sun { namespace star { namespace animations { diff --git a/slideshow/source/engine/slide/slideimpl.cxx b/slideshow/source/engine/slide/slideimpl.cxx index 45e58d75c934..c81dfff0d10a 100644 --- a/slideshow/source/engine/slide/slideimpl.cxx +++ b/slideshow/source/engine/slide/slideimpl.cxx @@ -42,23 +42,23 @@ #include <cppuhelper/exc_hlp.hxx> #include <comphelper/anytostring.hxx> -#include "slide.hxx" -#include "slideshowcontext.hxx" +#include <slide.hxx> +#include <slideshowcontext.hxx> #include "slideanimations.hxx" -#include "doctreenode.hxx" -#include "screenupdater.hxx" -#include "cursormanager.hxx" -#include "shapeimporter.hxx" -#include "slideshowexceptions.hxx" -#include "eventqueue.hxx" -#include "activitiesqueue.hxx" +#include <doctreenode.hxx> +#include <screenupdater.hxx> +#include <cursormanager.hxx> +#include <shapeimporter.hxx> +#include <slideshowexceptions.hxx> +#include <eventqueue.hxx> +#include <activitiesqueue.hxx> #include "layermanager.hxx" #include "shapemanagerimpl.hxx" -#include "usereventqueue.hxx" +#include <usereventqueue.hxx> #include "userpaintoverlay.hxx" -#include "event.hxx" +#include <event.hxx> #include "targetpropertiescreator.hxx" -#include "tools.hxx" +#include <tools.hxx> #include <iterator> #include <functional> diff --git a/slideshow/source/engine/slide/targetpropertiescreator.cxx b/slideshow/source/engine/slide/targetpropertiescreator.cxx index e1af9d2ba385..d7cf667e7cf8 100644 --- a/slideshow/source/engine/slide/targetpropertiescreator.cxx +++ b/slideshow/source/engine/slide/targetpropertiescreator.cxx @@ -30,7 +30,7 @@ #include <vector> #include "targetpropertiescreator.hxx" -#include "tools.hxx" +#include <tools.hxx> namespace slideshow { diff --git a/slideshow/source/engine/slide/userpaintoverlay.cxx b/slideshow/source/engine/slide/userpaintoverlay.cxx index aae113df63c3..f1a1789ad8c9 100644 --- a/slideshow/source/engine/slide/userpaintoverlay.cxx +++ b/slideshow/source/engine/slide/userpaintoverlay.cxx @@ -28,16 +28,16 @@ #include <basegfx/polygon/b2dpolygon.hxx> #include <cppcanvas/basegfxfactory.hxx> -#include "activity.hxx" -#include "slideshowcontext.hxx" +#include <activity.hxx> +#include <slideshowcontext.hxx> #include "userpaintoverlay.hxx" -#include "mouseeventhandler.hxx" -#include "eventmultiplexer.hxx" -#include "screenupdater.hxx" -#include "vieweventhandler.hxx" +#include <mouseeventhandler.hxx> +#include <eventmultiplexer.hxx> +#include <screenupdater.hxx> +#include <vieweventhandler.hxx> -#include "slide.hxx" -#include "cursormanager.hxx" +#include <slide.hxx> +#include <cursormanager.hxx> using namespace ::com::sun::star; diff --git a/slideshow/source/engine/slide/userpaintoverlay.hxx b/slideshow/source/engine/slide/userpaintoverlay.hxx index eb37554defd0..4c2e16288c88 100644 --- a/slideshow/source/engine/slide/userpaintoverlay.hxx +++ b/slideshow/source/engine/slide/userpaintoverlay.hxx @@ -22,8 +22,8 @@ #include <basegfx/polygon/b2dpolypolygon.hxx> -#include "unoview.hxx" -#include "rgbcolor.hxx" +#include <unoview.hxx> +#include <rgbcolor.hxx> #include <memory> #include <vector> |