summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/relationdesign/RelationTableView.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/relationdesign/RelationTableView.cxx
parent54ef1c155990bee247f083a37be9515b43709ac3 (diff)
loplugin:includeform: dbaccess
Change-Id: I15aee966012612033ab7e2ee03ac1a553802f540
Diffstat (limited to 'dbaccess/source/ui/relationdesign/RelationTableView.cxx')
-rw-r--r--dbaccess/source/ui/relationdesign/RelationTableView.cxx32
1 files changed, 16 insertions, 16 deletions
diff --git a/dbaccess/source/ui/relationdesign/RelationTableView.cxx b/dbaccess/source/ui/relationdesign/RelationTableView.cxx
index 96b985465b7c..006b8033e44a 100644
--- a/dbaccess/source/ui/relationdesign/RelationTableView.cxx
+++ b/dbaccess/source/ui/relationdesign/RelationTableView.cxx
@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "RelationTableView.hxx"
-#include "JoinExchange.hxx"
+#include <RelationTableView.hxx>
+#include <JoinExchange.hxx>
#include <comphelper/extract.hxx>
-#include "core_resource.hxx"
-#include "browserids.hxx"
+#include <core_resource.hxx>
+#include <browserids.hxx>
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
#include <com/sun/star/sdbc/XConnection.hpp>
#include <com/sun/star/sdbcx/XKeysSupplier.hpp>
@@ -30,23 +30,23 @@
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
-#include "stringconstants.hxx"
+#include <stringconstants.hxx>
#include <connectivity/dbtools.hxx>
#include <comphelper/sequence.hxx>
-#include "helpids.h"
-#include "RelationDesignView.hxx"
-#include "JoinController.hxx"
-#include "TableWindow.hxx"
-#include "TableWindowData.hxx"
+#include <helpids.h>
+#include <RelationDesignView.hxx>
+#include <JoinController.hxx>
+#include <TableWindow.hxx>
+#include <TableWindowData.hxx>
#include "RTableConnection.hxx"
-#include "RTableConnectionData.hxx"
-#include "RelationDlg.hxx"
-#include "sqlmessage.hxx"
-#include "strings.hrc"
-#include "UITools.hxx"
+#include <RTableConnectionData.hxx>
+#include <RelationDlg.hxx>
+#include <sqlmessage.hxx>
+#include <strings.hrc>
+#include <UITools.hxx>
#include <connectivity/dbexception.hxx>
#include "RTableWindow.hxx"
-#include "JAccess.hxx"
+#include <JAccess.hxx>
#include <svl/undo.hxx>
#include <com/sun/star/accessibility/AccessibleEventId.hpp>