diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:32:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:55 +0200 |
commit | 3784e4d5ef6869f1f1da3c0b382112aa1e4a56d4 (patch) | |
tree | f2c55022db35b8a1d4569e437d6636472f8ab83d /sd/source/ui/slideshow/slideshowviewimpl.hxx | |
parent | 2d1de9686e831158de55d9c5e8f51d36412556ec (diff) |
loplugin:includeform: sd
Change-Id: I4b75316c8644a591e6d1cfab4945ef123f945b53
Diffstat (limited to 'sd/source/ui/slideshow/slideshowviewimpl.hxx')
-rw-r--r-- | sd/source/ui/slideshow/slideshowviewimpl.hxx | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/sd/source/ui/slideshow/slideshowviewimpl.hxx b/sd/source/ui/slideshow/slideshowviewimpl.hxx index bbd9c15904d9..d330accb58c4 100644 --- a/sd/source/ui/slideshow/slideshowviewimpl.hxx +++ b/sd/source/ui/slideshow/slideshowviewimpl.hxx @@ -50,20 +50,20 @@ #include <svx/fmshell.hxx> #include <svx/svxids.hrc> -#include "sdmod.hxx" -#include "cusshow.hxx" -#include "ViewShellBase.hxx" -#include "PresentationViewShell.hxx" -#include "ViewShell.hxx" -#include "drawview.hxx" -#include "slideshow.hxx" -#include "drawdoc.hxx" +#include <sdmod.hxx> +#include <cusshow.hxx> +#include <ViewShellBase.hxx> +#include <PresentationViewShell.hxx> +#include <ViewShell.hxx> +#include <drawview.hxx> +#include <slideshow.hxx> +#include <drawdoc.hxx> #include "showwindow.hxx" -#include "optsitem.hxx" -#include "FrameView.hxx" -#include "DrawDocShell.hxx" +#include <optsitem.hxx> +#include <FrameView.hxx> +#include <DrawDocShell.hxx> -#include "app.hrc" +#include <app.hrc> namespace sd { |