summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/viewshel.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:32:55 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:55 +0200
commit3784e4d5ef6869f1f1da3c0b382112aa1e4a56d4 (patch)
treef2c55022db35b8a1d4569e437d6636472f8ab83d /sd/source/ui/view/viewshel.cxx
parent2d1de9686e831158de55d9c5e8f51d36412556ec (diff)
loplugin:includeform: sd
Change-Id: I4b75316c8644a591e6d1cfab4945ef123f945b53
Diffstat (limited to 'sd/source/ui/view/viewshel.cxx')
-rw-r--r--sd/source/ui/view/viewshel.cxx80
1 files changed, 40 insertions, 40 deletions
diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx
index ed5d0bca88ec..b89d56ba7de7 100644
--- a/sd/source/ui/view/viewshel.cxx
+++ b/sd/source/ui/view/viewshel.cxx
@@ -18,15 +18,15 @@
*/
#include <memory>
-#include "ViewShell.hxx"
-#include "ViewShellImplementation.hxx"
-#include "createtableobjectbar.hxx"
+#include <ViewShell.hxx>
+#include <ViewShellImplementation.hxx>
+#include <createtableobjectbar.hxx>
#include <com/sun/star/embed/EmbedStates.hpp>
-#include "ViewShellBase.hxx"
-#include "ShellFactory.hxx"
-#include "DrawController.hxx"
-#include "LayerTabBar.hxx"
+#include <ViewShellBase.hxx>
+#include <ShellFactory.hxx>
+#include <DrawController.hxx>
+#include <LayerTabBar.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/bindings.hxx>
@@ -36,32 +36,32 @@
#include <svx/ruler.hxx>
#include <svx/svxids.hrc>
#include <svx/fmshell.hxx>
-#include "WindowUpdater.hxx"
-#include "GraphicViewShell.hxx"
+#include <WindowUpdater.hxx>
+#include <GraphicViewShell.hxx>
#include <sfx2/childwin.hxx>
#include <sdxfer.hxx>
-#include "app.hrc"
-#include "helpids.h"
-
-#include "OutlineView.hxx"
-#include "Client.hxx"
-#include "sdresid.hxx"
-#include "DrawDocShell.hxx"
-#include "slideshow.hxx"
-#include "drawdoc.hxx"
-#include "sdpage.hxx"
-#include "zoomlist.hxx"
-#include "FrameView.hxx"
-#include "optsitem.hxx"
-#include "BezierObjectBar.hxx"
-#include "TextObjectBar.hxx"
-#include "GraphicObjectBar.hxx"
-#include "MediaObjectBar.hxx"
-#include "SlideSorter.hxx"
-#include "SlideSorterViewShell.hxx"
-#include "ViewShellManager.hxx"
-#include "FormShellManager.hxx"
+#include <app.hrc>
+#include <helpids.h>
+
+#include <OutlineView.hxx>
+#include <Client.hxx>
+#include <sdresid.hxx>
+#include <DrawDocShell.hxx>
+#include <slideshow.hxx>
+#include <drawdoc.hxx>
+#include <sdpage.hxx>
+#include <zoomlist.hxx>
+#include <FrameView.hxx>
+#include <optsitem.hxx>
+#include <BezierObjectBar.hxx>
+#include <TextObjectBar.hxx>
+#include <GraphicObjectBar.hxx>
+#include <MediaObjectBar.hxx>
+#include <SlideSorter.hxx>
+#include <SlideSorterViewShell.hxx>
+#include <ViewShellManager.hxx>
+#include <FormShellManager.hxx>
#include <svx/dialogs.hrc>
#include <svx/extrusionbar.hxx>
#include <svx/fontworkbar.hxx>
@@ -71,17 +71,17 @@
#include <svl/slstitm.hxx>
#include <sfx2/request.hxx>
-#include "SpellDialogChildWindow.hxx"
-#include "controller/SlideSorterController.hxx"
-#include "controller/SlsPageSelector.hxx"
-#include "controller/SlsSelectionObserver.hxx"
-#include "view/SlideSorterView.hxx"
+#include <SpellDialogChildWindow.hxx>
+#include <controller/SlideSorterController.hxx>
+#include <controller/SlsPageSelector.hxx>
+#include <controller/SlsSelectionObserver.hxx>
+#include <view/SlideSorterView.hxx>
#include <basegfx/utils/zoomtools.hxx>
-#include "Window.hxx"
-#include "fupoor.hxx"
-#include "futext.hxx"
+#include <Window.hxx>
+#include <fupoor.hxx>
+#include <futext.hxx>
#include <editeng/numitem.hxx>
#include <editeng/eeitem.hxx>
@@ -89,8 +89,8 @@
#include <editeng/editeng.hxx>
#include <svl/poolitem.hxx>
#include <strings.hrc>
-#include "strings.hxx"
-#include "AccessibleDocumentViewBase.hxx"
+#include <strings.hxx>
+#include <AccessibleDocumentViewBase.hxx>
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;