From 3784e4d5ef6869f1f1da3c0b382112aa1e4a56d4 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:32:55 +0200 Subject: loplugin:includeform: sd Change-Id: I4b75316c8644a591e6d1cfab4945ef123f945b53 --- sd/source/ui/docshell/docshel4.cxx | 56 +++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'sd/source/ui/docshell/docshel4.cxx') 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 #include -#include "DrawDocShell.hxx" +#include #include #include #include @@ -56,33 +56,33 @@ #include #include -#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 +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -- cgit