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/docshell/docshel4.cxx | |
parent | 2d1de9686e831158de55d9c5e8f51d36412556ec (diff) |
loplugin:includeform: sd
Change-Id: I4b75316c8644a591e6d1cfab4945ef123f945b53
Diffstat (limited to 'sd/source/ui/docshell/docshel4.cxx')
-rw-r--r-- | sd/source/ui/docshell/docshel4.cxx | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/sd/source/ui/docshell/docshel4.cxx b/sd/source/ui/docshell/docshel4.cxx index c101f4dc0866..b5d3edb68e59 100644 --- a/sd/source/ui/docshell/docshel4.cxx +++ b/sd/source/ui/docshell/docshel4.cxx @@ -22,7 +22,7 @@ #include <memory> #include <utility> -#include "DrawDocShell.hxx" +#include <DrawDocShell.hxx> #include <com/sun/star/document/PrinterIndependentLayout.hpp> #include <o3tl/make_unique.hxx> #include <tools/urlobj.hxx> @@ -56,33 +56,33 @@ #include <com/sun/star/drawing/XDrawView.hpp> #include <comphelper/processfactory.hxx> -#include "app.hrc" -#include "strings.hrc" -#include "strmname.h" -#include "FrameView.hxx" -#include "optsitem.hxx" -#include "Outliner.hxx" -#include "sdattr.hxx" -#include "drawdoc.hxx" -#include "ViewShell.hxx" -#include "sdmod.hxx" -#include "View.hxx" -#include "EffectMigration.hxx" -#include "CustomAnimationEffect.hxx" -#include "sdpage.hxx" -#include "sdresid.hxx" -#include "DrawViewShell.hxx" -#include "ViewShellBase.hxx" -#include "Window.hxx" -#include "OutlineViewShell.hxx" -#include "sdxmlwrp.hxx" -#include "sdpptwrp.hxx" -#include "sdcgmfilter.hxx" -#include "sdgrffilter.hxx" -#include "sdhtmlfilter.hxx" -#include "framework/FrameworkHelper.hxx" - -#include "SdUnoDrawView.hxx" +#include <app.hrc> +#include <strings.hrc> +#include <strmname.h> +#include <FrameView.hxx> +#include <optsitem.hxx> +#include <Outliner.hxx> +#include <sdattr.hxx> +#include <drawdoc.hxx> +#include <ViewShell.hxx> +#include <sdmod.hxx> +#include <View.hxx> +#include <EffectMigration.hxx> +#include <CustomAnimationEffect.hxx> +#include <sdpage.hxx> +#include <sdresid.hxx> +#include <DrawViewShell.hxx> +#include <ViewShellBase.hxx> +#include <Window.hxx> +#include <OutlineViewShell.hxx> +#include <sdxmlwrp.hxx> +#include <sdpptwrp.hxx> +#include <sdcgmfilter.hxx> +#include <sdgrffilter.hxx> +#include <sdhtmlfilter.hxx> +#include <framework/FrameworkHelper.hxx> + +#include <SdUnoDrawView.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; |