summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/AppView.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:42:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:10 +0200
commit4b27653a122acbbb38c800f0b1972f339e73d115 (patch)
tree3331415ede49520ef9090bdb3c1fb3dce9748e59 /dbaccess/source/ui/app/AppView.cxx
parent54ef1c155990bee247f083a37be9515b43709ac3 (diff)
loplugin:includeform: dbaccess
Change-Id: I15aee966012612033ab7e2ee03ac1a553802f540
Diffstat (limited to 'dbaccess/source/ui/app/AppView.cxx')
-rw-r--r--dbaccess/source/ui/app/AppView.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/dbaccess/source/ui/app/AppView.cxx b/dbaccess/source/ui/app/AppView.cxx
index 73b6f93a7829..18f765520d2c 100644
--- a/dbaccess/source/ui/app/AppView.cxx
+++ b/dbaccess/source/ui/app/AppView.cxx
@@ -18,10 +18,10 @@
*/
#include "AppView.hxx"
-#include "strings.hrc"
+#include <strings.hrc>
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
-#include "helpids.h"
+#include <helpids.h>
#include <vcl/toolbox.hxx>
#include <unotools/configmgr.hxx>
#include <vcl/waitobj.hxx>
@@ -31,17 +31,17 @@
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
#include <com/sun/star/sdb/XQueriesSupplier.hpp>
#include <unotools/syslocale.hxx>
-#include "UITools.hxx"
+#include <UITools.hxx>
#include "AppDetailView.hxx"
-#include "tabletree.hxx"
+#include <tabletree.hxx>
#include "AppSwapWindow.hxx"
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include "AppTitleWindow.hxx"
-#include "dsntypes.hxx"
-#include "stringconstants.hxx"
+#include <dsntypes.hxx>
+#include <stringconstants.hxx>
#include <dbaccess/IController.hxx>
-#include "browserids.hxx"
+#include <browserids.hxx>
#include <unotools/pathoptions.hxx>
#include "AppController.hxx"