summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/relationdesign
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
parent54ef1c155990bee247f083a37be9515b43709ac3 (diff)
loplugin:includeform: dbaccess
Change-Id: I15aee966012612033ab7e2ee03ac1a553802f540
Diffstat (limited to 'dbaccess/source/ui/relationdesign')
-rw-r--r--dbaccess/source/ui/relationdesign/RTableConnection.cxx4
-rw-r--r--dbaccess/source/ui/relationdesign/RTableConnection.hxx4
-rw-r--r--dbaccess/source/ui/relationdesign/RTableConnectionData.cxx12
-rw-r--r--dbaccess/source/ui/relationdesign/RTableWindow.hxx2
-rw-r--r--dbaccess/source/ui/relationdesign/RelationController.cxx28
-rw-r--r--dbaccess/source/ui/relationdesign/RelationDesignView.cxx20
-rw-r--r--dbaccess/source/ui/relationdesign/RelationTableView.cxx32
7 files changed, 51 insertions, 51 deletions
diff --git a/dbaccess/source/ui/relationdesign/RTableConnection.cxx b/dbaccess/source/ui/relationdesign/RTableConnection.cxx
index 99fcbd170b9e..7f818429930f 100644
--- a/dbaccess/source/ui/relationdesign/RTableConnection.cxx
+++ b/dbaccess/source/ui/relationdesign/RTableConnection.cxx
@@ -18,10 +18,10 @@
*/
#include "RTableConnection.hxx"
-#include "RelationTableView.hxx"
+#include <RelationTableView.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
-#include "ConnectionLine.hxx"
+#include <ConnectionLine.hxx>
using namespace dbaui;
// class ORelationTableConnection
diff --git a/dbaccess/source/ui/relationdesign/RTableConnection.hxx b/dbaccess/source/ui/relationdesign/RTableConnection.hxx
index d6621b729bb9..58b2bb462bdf 100644
--- a/dbaccess/source/ui/relationdesign/RTableConnection.hxx
+++ b/dbaccess/source/ui/relationdesign/RTableConnection.hxx
@@ -19,8 +19,8 @@
#ifndef INCLUDED_DBACCESS_SOURCE_UI_RELATIONDESIGN_RTABLECONNECTION_HXX
#define INCLUDED_DBACCESS_SOURCE_UI_RELATIONDESIGN_RTABLECONNECTION_HXX
-#include "TableConnection.hxx"
-#include "RTableConnectionData.hxx"
+#include <TableConnection.hxx>
+#include <RTableConnectionData.hxx>
namespace dbaui
{
diff --git a/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx b/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx
index 0e711246d550..a4553e3913aa 100644
--- a/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx
+++ b/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "RTableConnectionData.hxx"
+#include <RTableConnectionData.hxx>
#include <com/sun/star/sdbc/KeyRule.hpp>
#include <com/sun/star/sdbcx/KeyType.hpp>
#include <com/sun/star/sdbcx/XKeysSupplier.hpp>
@@ -26,11 +26,11 @@
#include <com/sun/star/sdbcx/XAppend.hpp>
#include <com/sun/star/sdbcx/XDrop.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
-#include "stringconstants.hxx"
-#include "strings.hrc"
-#include "strings.hxx"
-#include "UITools.hxx"
-#include "core_resource.hxx"
+#include <stringconstants.hxx>
+#include <strings.hrc>
+#include <strings.hxx>
+#include <UITools.hxx>
+#include <core_resource.hxx>
#include <connectivity/dbexception.hxx>
#include <connectivity/dbtools.hxx>
diff --git a/dbaccess/source/ui/relationdesign/RTableWindow.hxx b/dbaccess/source/ui/relationdesign/RTableWindow.hxx
index 6d28fb778cf2..3b59a9d9d588 100644
--- a/dbaccess/source/ui/relationdesign/RTableWindow.hxx
+++ b/dbaccess/source/ui/relationdesign/RTableWindow.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_DBACCESS_SOURCE_UI_RELATIONDESIGN_RTABLEWINDOW_HXX
#define INCLUDED_DBACCESS_SOURCE_UI_RELATIONDESIGN_RTABLEWINDOW_HXX
-#include "TableWindow.hxx"
+#include <TableWindow.hxx>
namespace dbaui
{
diff --git a/dbaccess/source/ui/relationdesign/RelationController.cxx b/dbaccess/source/ui/relationdesign/RelationController.cxx
index 8d3c5b712d2d..2197c4654bc8 100644
--- a/dbaccess/source/ui/relationdesign/RelationController.cxx
+++ b/dbaccess/source/ui/relationdesign/RelationController.cxx
@@ -22,16 +22,16 @@
#include <iterator>
#include <map>
-#include "dbu_reghelper.hxx"
-#include "uiservices.hxx"
+#include <dbu_reghelper.hxx>
+#include <uiservices.hxx>
#include <sfx2/sfxsids.hrc>
-#include "strings.hrc"
-#include "strings.hxx"
+#include <strings.hrc>
+#include <strings.hxx>
#include <vcl/svapp.hxx>
-#include "browserids.hxx"
+#include <browserids.hxx>
#include <comphelper/types.hxx>
-#include "core_resource.hxx"
-#include "stringconstants.hxx"
+#include <core_resource.hxx>
+#include <stringconstants.hxx>
#include <connectivity/dbtools.hxx>
#include <comphelper/extract.hxx>
#include <comphelper/processfactory.hxx>
@@ -56,14 +56,14 @@
#include <comphelper/seqstream.hxx>
#include <com/sun/star/io/XActiveDataSource.hpp>
#include <com/sun/star/io/XActiveDataSink.hpp>
-#include "sqlmessage.hxx"
-#include "RelationController.hxx"
+#include <sqlmessage.hxx>
+#include <RelationController.hxx>
#include <vcl/layout.hxx>
-#include "TableWindowData.hxx"
-#include "UITools.hxx"
-#include "RTableConnectionData.hxx"
-#include "RelationTableView.hxx"
-#include "RelationDesignView.hxx"
+#include <TableWindowData.hxx>
+#include <UITools.hxx>
+#include <RTableConnectionData.hxx>
+#include <RelationTableView.hxx>
+#include <RelationDesignView.hxx>
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
#include <vcl/waitobj.hxx>
diff --git a/dbaccess/source/ui/relationdesign/RelationDesignView.cxx b/dbaccess/source/ui/relationdesign/RelationDesignView.cxx
index 56759e745b81..ae0d682ec646 100644
--- a/dbaccess/source/ui/relationdesign/RelationDesignView.cxx
+++ b/dbaccess/source/ui/relationdesign/RelationDesignView.cxx
@@ -17,25 +17,25 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "RelationDesignView.hxx"
-#include "RelationTableView.hxx"
-#include "RelationController.hxx"
+#include <RelationDesignView.hxx>
+#include <RelationTableView.hxx>
+#include <RelationController.hxx>
#include <svl/undo.hxx>
#include <vcl/svapp.hxx>
#include <vcl/msgbox.hxx>
-#include "browserids.hxx"
-#include "strings.hrc"
+#include <browserids.hxx>
+#include <strings.hrc>
#include <comphelper/types.hxx>
#include <connectivity/dbtools.hxx>
#include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include "RTableConnection.hxx"
-#include "ConnectionLine.hxx"
-#include "ConnectionLineData.hxx"
-#include "RTableConnectionData.hxx"
-#include "stringconstants.hxx"
+#include <ConnectionLine.hxx>
+#include <ConnectionLineData.hxx>
+#include <RTableConnectionData.hxx>
+#include <stringconstants.hxx>
#include <comphelper/extract.hxx>
-#include "UITools.hxx"
+#include <UITools.hxx>
using namespace ::dbaui;
using namespace ::com::sun::star::uno;
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>