summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/outlnvs2.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/outlnvs2.cxx
parent2d1de9686e831158de55d9c5e8f51d36412556ec (diff)
loplugin:includeform: sd
Change-Id: I4b75316c8644a591e6d1cfab4945ef123f945b53
Diffstat (limited to 'sd/source/ui/view/outlnvs2.cxx')
-rw-r--r--sd/source/ui/view/outlnvs2.cxx54
1 files changed, 27 insertions, 27 deletions
diff --git a/sd/source/ui/view/outlnvs2.cxx b/sd/source/ui/view/outlnvs2.cxx
index 97d1f7319558..c48121a62496 100644
--- a/sd/source/ui/view/outlnvs2.cxx
+++ b/sd/source/ui/view/outlnvs2.cxx
@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "OutlineViewShell.hxx"
+#include <OutlineViewShell.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
-#include "app.hrc"
+#include <app.hrc>
#include <svx/hlnkitem.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/dispatch.hxx>
@@ -33,34 +33,34 @@
#include <editeng/eeitem.hxx>
#include <editeng/flditem.hxx>
#include <editeng/editstat.hxx>
-#include "optsitem.hxx"
+#include <optsitem.hxx>
#include <unotools/useroptions.hxx>
#include <sfx2/viewfrm.hxx>
-#include "Outliner.hxx"
-#include "Window.hxx"
-#include "fubullet.hxx"
-#include "fuolbull.hxx"
-#include "FrameView.hxx"
-#include "fuzoom.hxx"
-#include "fuscale.hxx"
-#include "fuchar.hxx"
-#include "fuinsfil.hxx"
-#include "fuprobjs.hxx"
-#include "futhes.hxx"
-#include "futempl.hxx"
-#include "fusldlg.hxx"
-#include "zoomlist.hxx"
-#include "fuexpand.hxx"
-#include "fusumry.hxx"
-#include "fucushow.hxx"
-#include "drawdoc.hxx"
-#include "sdattr.hxx"
-#include "ViewShellBase.hxx"
-#include "sdabstdlg.hxx"
-#include "framework/FrameworkHelper.hxx"
-#include "DrawViewShell.hxx"
-#include "slideshow.hxx"
+#include <Outliner.hxx>
+#include <Window.hxx>
+#include <fubullet.hxx>
+#include <fuolbull.hxx>
+#include <FrameView.hxx>
+#include <fuzoom.hxx>
+#include <fuscale.hxx>
+#include <fuchar.hxx>
+#include <fuinsfil.hxx>
+#include <fuprobjs.hxx>
+#include <futhes.hxx>
+#include <futempl.hxx>
+#include <fusldlg.hxx>
+#include <zoomlist.hxx>
+#include <fuexpand.hxx>
+#include <fusumry.hxx>
+#include <fucushow.hxx>
+#include <drawdoc.hxx>
+#include <sdattr.hxx>
+#include <ViewShellBase.hxx>
+#include <sdabstdlg.hxx>
+#include <framework/FrameworkHelper.hxx>
+#include <DrawViewShell.hxx>
+#include <slideshow.hxx>
#include <memory>
using namespace ::com::sun::star::uno;