diff options
Diffstat (limited to 'dbaccess/source/ui/relationdesign')
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> |