summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/JoinDesignView.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/querydesign/JoinDesignView.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/JoinDesignView.cxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/dbaccess/source/ui/querydesign/JoinDesignView.cxx b/dbaccess/source/ui/querydesign/JoinDesignView.cxx
index fc399c246915..440705ab50ab 100644
--- a/dbaccess/source/ui/querydesign/JoinDesignView.cxx
+++ b/dbaccess/source/ui/querydesign/JoinDesignView.cxx
@@ -17,26 +17,26 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "JoinDesignView.hxx"
-#include "JoinTableView.hxx"
-#include "JoinController.hxx"
+#include <JoinDesignView.hxx>
+#include <JoinTableView.hxx>
+#include <JoinController.hxx>
#include <svl/undo.hxx>
-#include "adtabdlg.hxx"
+#include <adtabdlg.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 "TableConnection.hxx"
-#include "ConnectionLine.hxx"
-#include "ConnectionLineData.hxx"
-#include "TableConnectionData.hxx"
-#include "stringconstants.hxx"
+#include <TableConnection.hxx>
+#include <ConnectionLine.hxx>
+#include <ConnectionLineData.hxx>
+#include <TableConnectionData.hxx>
+#include <stringconstants.hxx>
#include <comphelper/extract.hxx>
-#include "UITools.hxx"
+#include <UITools.hxx>
#include <vcl/settings.hxx>
using namespace ::com::sun::star::uno;