summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/app.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:32:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:54 +0200
commit1c46c7a04fcd2a02429d6360bd1e78e2519619da (patch)
tree6a640dd912b8f56a210a9f8c7d9eafacd53ef8b9 /sfx2/source/appl/app.cxx
parent7666da05ee9dd54c65038ce13d0c39e67d70a0d1 (diff)
loplugin:includeform: sfx2
Change-Id: I5e9a7a2580a710880023288f5ed3584708c4769d
Diffstat (limited to 'sfx2/source/appl/app.cxx')
-rw-r--r--sfx2/source/appl/app.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx
index 81ae44aac601..b6c5a65e4013 100644
--- a/sfx2/source/appl/app.cxx
+++ b/sfx2/source/appl/app.cxx
@@ -48,9 +48,9 @@
#include <vcl/svapp.hxx>
#include <sfx2/sfxhelp.hxx>
#include <sfx2/request.hxx>
-#include "sfxtypes.hxx"
+#include <sfxtypes.hxx>
#include <sfx2/sfxresid.hxx>
-#include "arrdecl.hxx"
+#include <arrdecl.hxx>
#include <sfx2/progress.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/docfac.hxx>
@@ -61,20 +61,20 @@
#include <sfx2/dispatch.hxx>
#include <sfx2/viewsh.hxx>
#include <sfx2/viewfrm.hxx>
-#include "appdata.hxx"
-#include "openflag.hxx"
-#include "sfx2/strings.hrc"
+#include <appdata.hxx>
+#include <openflag.hxx>
+#include <sfx2/strings.hrc>
#include <sfx2/module.hxx>
#include <sfx2/event.hxx>
#include "imestatuswindow.hxx"
-#include "workwin.hxx"
+#include <workwin.hxx>
#include <sfx2/sidebar/Theme.hxx>
#include <sfx2/tbxctrl.hxx>
#include <sfx2/sfxdlg.hxx>
#include <sfx2/stbitem.hxx>
-#include "eventsupplier.hxx"
+#include <eventsupplier.hxx>
#include <sfx2/dockwin.hxx>
-#include "shellimpl.hxx"
+#include <shellimpl.hxx>
#include <unotools/saveopt.hxx>
#include <svtools/helpopt.hxx>
@@ -95,7 +95,7 @@
#include <rtl/strbuf.hxx>
#include <memory>
#include <framework/sfxhelperfunctions.hxx>
-#include "fwkhelper.hxx"
+#include <fwkhelper.hxx>
using namespace ::com::sun::star;