diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-27 19:27:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-27 19:28:52 +0200 |
commit | 2739257380072645165f31a23365078df8659d48 (patch) | |
tree | e2a38b1854fd34de6e5d5a4470ad90f70274dac2 /connectivity | |
parent | 72b9861498be4e267d142efa64d93ab3df4c6f1f (diff) |
loplugin:includeform: connectivity (Windows)
Change-Id: I27b865cbb79c9ed9c1b5af9f0666450778ae8335
Diffstat (limited to 'connectivity')
63 files changed, 197 insertions, 197 deletions
diff --git a/connectivity/source/drivers/ado/ACallableStatement.cxx b/connectivity/source/drivers/ado/ACallableStatement.cxx index 1eee379f800e..27e6acea428e 100644 --- a/connectivity/source/drivers/ado/ACallableStatement.cxx +++ b/connectivity/source/drivers/ado/ACallableStatement.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/ACallableStatement.hxx" +#include <ado/ACallableStatement.hxx> #include <connectivity/dbexception.hxx> #include <cppuhelper/queryinterface.hxx> diff --git a/connectivity/source/drivers/ado/ACatalog.cxx b/connectivity/source/drivers/ado/ACatalog.cxx index 217b4824e696..3add7decb16e 100644 --- a/connectivity/source/drivers/ado/ACatalog.cxx +++ b/connectivity/source/drivers/ado/ACatalog.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/ACatalog.hxx" -#include "ado/AConnection.hxx" -#include "ado/AGroups.hxx" -#include "ado/AUsers.hxx" -#include "ado/ATables.hxx" -#include "ado/AViews.hxx" +#include <ado/ACatalog.hxx> +#include <ado/AConnection.hxx> +#include <ado/AGroups.hxx> +#include <ado/AUsers.hxx> +#include <ado/ATables.hxx> +#include <ado/AViews.hxx> #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> diff --git a/connectivity/source/drivers/ado/AColumn.cxx b/connectivity/source/drivers/ado/AColumn.cxx index 34c8b6129180..12b671ef115d 100644 --- a/connectivity/source/drivers/ado/AColumn.cxx +++ b/connectivity/source/drivers/ado/AColumn.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/AColumn.hxx" -#include "ado/AConnection.hxx" -#include "ado/Awrapado.hxx" +#include <ado/AColumn.hxx> +#include <ado/AConnection.hxx> +#include <ado/Awrapado.hxx> #include <cppuhelper/typeprovider.hxx> #include <comphelper/sequence.hxx> #include <com/sun/star/sdbc/ColumnValue.hpp> #include <comphelper/extract.hxx> #include <comphelper/types.hxx> -#include "ado/ACatalog.hxx" +#include <ado/ACatalog.hxx> using namespace ::comphelper; diff --git a/connectivity/source/drivers/ado/AColumns.cxx b/connectivity/source/drivers/ado/AColumns.cxx index 0361972e48a1..e72681b8d41f 100644 --- a/connectivity/source/drivers/ado/AColumns.cxx +++ b/connectivity/source/drivers/ado/AColumns.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/AColumns.hxx" -#include "ado/AColumn.hxx" -#include "ado/AConnection.hxx" -#include "ado/Awrapado.hxx" +#include <ado/AColumns.hxx> +#include <ado/AColumn.hxx> +#include <ado/AConnection.hxx> +#include <ado/Awrapado.hxx> #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/DataType.hpp> @@ -29,7 +29,7 @@ #include <comphelper/types.hxx> #include <connectivity/dbexception.hxx> #include <algorithm> -#include "strings.hrc" +#include <strings.hrc> using namespace connectivity::ado; using namespace connectivity; diff --git a/connectivity/source/drivers/ado/AConnection.cxx b/connectivity/source/drivers/ado/AConnection.cxx index aafb81d39368..7b98f77b147f 100644 --- a/connectivity/source/drivers/ado/AConnection.cxx +++ b/connectivity/source/drivers/ado/AConnection.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/AConnection.hxx" -#include "ado/ADatabaseMetaData.hxx" -#include "ado/ADriver.hxx" -#include "ado/AStatement.hxx" -#include "ado/ACallableStatement.hxx" -#include "ado/APreparedStatement.hxx" -#include "ado/ACatalog.hxx" +#include <ado/AConnection.hxx> +#include <ado/ADatabaseMetaData.hxx> +#include <ado/ADriver.hxx> +#include <ado/AStatement.hxx> +#include <ado/ACallableStatement.hxx> +#include <ado/APreparedStatement.hxx> +#include <ado/ACatalog.hxx> #include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdbc/TransactionIsolation.hpp> #include <com/sun/star/sdbc/XRow.hpp> @@ -31,7 +31,7 @@ #include <cppuhelper/typeprovider.hxx> #include <connectivity/dbexception.hxx> #include <osl/file.hxx> -#include "strings.hrc" +#include <strings.hrc> using namespace dbtools; using namespace connectivity::ado; diff --git a/connectivity/source/drivers/ado/ADatabaseMetaData.cxx b/connectivity/source/drivers/ado/ADatabaseMetaData.cxx index e5f55eabd673..29871b110f13 100644 --- a/connectivity/source/drivers/ado/ADatabaseMetaData.cxx +++ b/connectivity/source/drivers/ado/ADatabaseMetaData.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/ADatabaseMetaData.hxx" -#include "ado/ADatabaseMetaDataResultSet.hxx" +#include <ado/ADatabaseMetaData.hxx> +#include <ado/ADatabaseMetaDataResultSet.hxx> #include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/ResultSetType.hpp> #include <com/sun/star/sdbc/ResultSetConcurrency.hpp> #include <com/sun/star/sdbc/TransactionIsolation.hpp> -#include "ado/AConnection.hxx" -#include "ado/adoimp.hxx" -#include "FDatabaseMetaDataResultSet.hxx" +#include <ado/AConnection.hxx> +#include <ado/adoimp.hxx> +#include <FDatabaseMetaDataResultSet.hxx> #include <comphelper/types.hxx> #include <connectivity/dbexception.hxx> diff --git a/connectivity/source/drivers/ado/ADatabaseMetaDataImpl.cxx b/connectivity/source/drivers/ado/ADatabaseMetaDataImpl.cxx index e159863abb64..6a066f680348 100644 --- a/connectivity/source/drivers/ado/ADatabaseMetaDataImpl.cxx +++ b/connectivity/source/drivers/ado/ADatabaseMetaDataImpl.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/ADatabaseMetaData.hxx" -#include "ado/ADatabaseMetaDataResultSetMetaData.hxx" -#include "ado/Awrapado.hxx" -#include "ado/AGroup.hxx" -#include "ado/adoimp.hxx" -#include "ado/AIndex.hxx" -#include "ado/AKey.hxx" -#include "ado/ATable.hxx" +#include <ado/ADatabaseMetaData.hxx> +#include <ado/ADatabaseMetaDataResultSetMetaData.hxx> +#include <ado/Awrapado.hxx> +#include <ado/AGroup.hxx> +#include <ado/adoimp.hxx> +#include <ado/AIndex.hxx> +#include <ado/AKey.hxx> +#include <ado/ATable.hxx> #include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/ProcedureResult.hpp> #include <com/sun/star/sdbc/ColumnValue.hpp> diff --git a/connectivity/source/drivers/ado/ADatabaseMetaDataResultSet.cxx b/connectivity/source/drivers/ado/ADatabaseMetaDataResultSet.cxx index fa7657095050..fa820e900645 100644 --- a/connectivity/source/drivers/ado/ADatabaseMetaDataResultSet.cxx +++ b/connectivity/source/drivers/ado/ADatabaseMetaDataResultSet.cxx @@ -18,8 +18,8 @@ */ #include <comphelper/sequence.hxx> -#include "ado/ADatabaseMetaDataResultSet.hxx" -#include "ado/ADatabaseMetaDataResultSetMetaData.hxx" +#include <ado/ADatabaseMetaDataResultSet.hxx> +#include <ado/ADatabaseMetaDataResultSetMetaData.hxx> #include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdbc/KeyRule.hpp> diff --git a/connectivity/source/drivers/ado/ADatabaseMetaDataResultSetMetaData.cxx b/connectivity/source/drivers/ado/ADatabaseMetaDataResultSetMetaData.cxx index 9a035e298993..9a4365abfcce 100644 --- a/connectivity/source/drivers/ado/ADatabaseMetaDataResultSetMetaData.cxx +++ b/connectivity/source/drivers/ado/ADatabaseMetaDataResultSetMetaData.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/ADatabaseMetaDataResultSetMetaData.hxx" -#include "ado/Awrapado.hxx" +#include <ado/ADatabaseMetaDataResultSetMetaData.hxx> +#include <ado/Awrapado.hxx> #include <connectivity/dbexception.hxx> diff --git a/connectivity/source/drivers/ado/ADriver.cxx b/connectivity/source/drivers/ado/ADriver.cxx index 741dc13878da..eda24fef3855 100644 --- a/connectivity/source/drivers/ado/ADriver.cxx +++ b/connectivity/source/drivers/ado/ADriver.cxx @@ -17,19 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/ADriver.hxx" -#include "ado/AConnection.hxx" -#include "ado/Awrapadox.hxx" -#include "ado/ACatalog.hxx" -#include "ado/Awrapado.hxx" -#include "ado/adoimp.hxx" +#include <ado/ADriver.hxx> +#include <ado/AConnection.hxx> +#include <ado/Awrapadox.hxx> +#include <ado/ACatalog.hxx> +#include <ado/Awrapado.hxx> +#include <ado/adoimp.hxx> #include <com/sun/star/lang/DisposedException.hpp> #include <connectivity/dbexception.hxx> #include <cppuhelper/supportsservice.hxx> -#include "strings.hrc" +#include <strings.hrc> #include <objbase.h> -#include "resource/sharedresources.hxx" +#include <resource/sharedresources.hxx> #include <memory> diff --git a/connectivity/source/drivers/ado/AGroup.cxx b/connectivity/source/drivers/ado/AGroup.cxx index 274402b61744..230bac43ac52 100644 --- a/connectivity/source/drivers/ado/AGroup.cxx +++ b/connectivity/source/drivers/ado/AGroup.cxx @@ -18,14 +18,14 @@ */ -#include "ado/AGroup.hxx" -#include "ado/AUsers.hxx" +#include <ado/AGroup.hxx> +#include <ado/AUsers.hxx> #include <cppuhelper/typeprovider.hxx> #include <comphelper/sequence.hxx> #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> -#include "ado/AConnection.hxx" -#include "TConnection.hxx" +#include <ado/AConnection.hxx> +#include <TConnection.hxx> using namespace connectivity::ado; using namespace com::sun::star::uno; diff --git a/connectivity/source/drivers/ado/AGroups.cxx b/connectivity/source/drivers/ado/AGroups.cxx index 3b5df3c5e486..80d23e20f9dc 100644 --- a/connectivity/source/drivers/ado/AGroups.cxx +++ b/connectivity/source/drivers/ado/AGroups.cxx @@ -17,17 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/AGroups.hxx" -#include "ado/AGroup.hxx" -#include "ado/ATable.hxx" -#include "ado/AConnection.hxx" +#include <ado/AGroups.hxx> +#include <ado/AGroup.hxx> +#include <ado/ATable.hxx> +#include <ado/AConnection.hxx> #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> #include <connectivity/sdbcx/IRefreshable.hxx> -#include "TConnection.hxx" +#include <TConnection.hxx> #include <comphelper/types.hxx> #include <connectivity/dbexception.hxx> -#include "strings.hrc" +#include <strings.hrc> using namespace comphelper; using namespace connectivity; diff --git a/connectivity/source/drivers/ado/AIndex.cxx b/connectivity/source/drivers/ado/AIndex.cxx index 3f5cffc26487..e4052431264e 100644 --- a/connectivity/source/drivers/ado/AIndex.cxx +++ b/connectivity/source/drivers/ado/AIndex.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/AIndex.hxx" +#include <ado/AIndex.hxx> #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> #include <cppuhelper/typeprovider.hxx> #include <comphelper/sequence.hxx> -#include "ado/AColumns.hxx" +#include <ado/AColumns.hxx> #include <comphelper/extract.hxx> -#include "TConnection.hxx" +#include <TConnection.hxx> #include <comphelper/types.hxx> using namespace ::comphelper; diff --git a/connectivity/source/drivers/ado/AIndexes.cxx b/connectivity/source/drivers/ado/AIndexes.cxx index 732c0a0b4ffe..a54887d2832e 100644 --- a/connectivity/source/drivers/ado/AIndexes.cxx +++ b/connectivity/source/drivers/ado/AIndexes.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/AIndexes.hxx" -#include "ado/AIndex.hxx" -#include "ado/AConnection.hxx" +#include <ado/AIndexes.hxx> +#include <ado/AIndex.hxx> +#include <ado/AConnection.hxx> #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/IndexType.hpp> -#include "TConnection.hxx" +#include <TConnection.hxx> #include <comphelper/types.hxx> #include <connectivity/dbexception.hxx> -#include "strings.hrc" +#include <strings.hrc> using namespace ::comphelper; diff --git a/connectivity/source/drivers/ado/AKey.cxx b/connectivity/source/drivers/ado/AKey.cxx index d5686893f184..431955ce1b3a 100644 --- a/connectivity/source/drivers/ado/AKey.cxx +++ b/connectivity/source/drivers/ado/AKey.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/AKey.hxx" +#include <ado/AKey.hxx> #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> #include <cppuhelper/typeprovider.hxx> #include <comphelper/sequence.hxx> -#include "ado/AColumns.hxx" -#include "ado/AConnection.hxx" +#include <ado/AColumns.hxx> +#include <ado/AConnection.hxx> using namespace connectivity::ado; using namespace com::sun::star::uno; diff --git a/connectivity/source/drivers/ado/AKeys.cxx b/connectivity/source/drivers/ado/AKeys.cxx index e12e7379c66f..e96b2dd9b031 100644 --- a/connectivity/source/drivers/ado/AKeys.cxx +++ b/connectivity/source/drivers/ado/AKeys.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/AKeys.hxx" -#include "ado/AKey.hxx" +#include <ado/AKeys.hxx> +#include <ado/AKey.hxx> #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbcx/KeyType.hpp> #include <com/sun/star/sdbc/KeyRule.hpp> -#include "ado/AConnection.hxx" +#include <ado/AConnection.hxx> #include <comphelper/types.hxx> -#include "ado/Awrapado.hxx" +#include <ado/Awrapado.hxx> #include <comphelper/property.hxx> #include <connectivity/dbexception.hxx> -#include "strings.hrc" +#include <strings.hrc> using namespace ::comphelper; using namespace connectivity; diff --git a/connectivity/source/drivers/ado/APreparedStatement.cxx b/connectivity/source/drivers/ado/APreparedStatement.cxx index 00aa9b072519..d15acf57b460 100644 --- a/connectivity/source/drivers/ado/APreparedStatement.cxx +++ b/connectivity/source/drivers/ado/APreparedStatement.cxx @@ -18,11 +18,11 @@ */ #include <connectivity/sqlparse.hxx> -#include "ado/APreparedStatement.hxx" +#include <ado/APreparedStatement.hxx> #include <com/sun/star/sdbc/DataType.hpp> -#include "ado/AResultSetMetaData.hxx" -#include "ado/AResultSet.hxx" -#include "ado/ADriver.hxx" +#include <ado/AResultSetMetaData.hxx> +#include <ado/AResultSet.hxx> +#include <ado/ADriver.hxx> #include <com/sun/star/lang/DisposedException.hpp> #include <cppuhelper/typeprovider.hxx> #include <cppuhelper/queryinterface.hxx> @@ -30,7 +30,7 @@ #include <comphelper/sequence.hxx> #include <connectivity/dbexception.hxx> #include <connectivity/dbtools.hxx> -#include "strings.hrc" +#include <strings.hrc> #include <limits> diff --git a/connectivity/source/drivers/ado/AResultSet.cxx b/connectivity/source/drivers/ado/AResultSet.cxx index 17c6f25810c4..2d6c1ece45e8 100644 --- a/connectivity/source/drivers/ado/AResultSet.cxx +++ b/connectivity/source/drivers/ado/AResultSet.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/AResultSet.hxx" -#include "ado/AResultSetMetaData.hxx" +#include <ado/AResultSet.hxx> +#include <ado/AResultSetMetaData.hxx> #include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/KeyRule.hpp> #include <com/sun/star/sdbc/IndexType.hpp> diff --git a/connectivity/source/drivers/ado/AResultSetMetaData.cxx b/connectivity/source/drivers/ado/AResultSetMetaData.cxx index 37e7b2d2e3b2..23983342ebc5 100644 --- a/connectivity/source/drivers/ado/AResultSetMetaData.cxx +++ b/connectivity/source/drivers/ado/AResultSetMetaData.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/AResultSetMetaData.hxx" +#include <ado/AResultSetMetaData.hxx> #include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/ColumnValue.hpp> -#include "ado/Awrapado.hxx" +#include <ado/Awrapado.hxx> #include <connectivity/dbexception.hxx> using namespace connectivity; diff --git a/connectivity/source/drivers/ado/AStatement.cxx b/connectivity/source/drivers/ado/AStatement.cxx index 727902407b0f..8ffaad54f340 100644 --- a/connectivity/source/drivers/ado/AStatement.cxx +++ b/connectivity/source/drivers/ado/AStatement.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/AStatement.hxx" -#include "ado/AConnection.hxx" -#include "ado/AResultSet.hxx" +#include <ado/AStatement.hxx> +#include <ado/AConnection.hxx> +#include <ado/AResultSet.hxx> #include <comphelper/property.hxx> #include <osl/thread.h> #include <cppuhelper/typeprovider.hxx> diff --git a/connectivity/source/drivers/ado/ATable.cxx b/connectivity/source/drivers/ado/ATable.cxx index dd84f1f67753..8c615e0acf08 100644 --- a/connectivity/source/drivers/ado/ATable.cxx +++ b/connectivity/source/drivers/ado/ATable.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/ATable.hxx" -#include "ado/AIndexes.hxx" -#include "ado/AColumns.hxx" -#include "ado/AColumn.hxx" -#include "ado/AKeys.hxx" -#include "ado/AConnection.hxx" +#include <ado/ATable.hxx> +#include <ado/AIndexes.hxx> +#include <ado/AColumns.hxx> +#include <ado/AColumn.hxx> +#include <ado/AKeys.hxx> +#include <ado/AConnection.hxx> #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbcx/KeyType.hpp> @@ -30,9 +30,9 @@ #include <cppuhelper/typeprovider.hxx> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/sdbc/ColumnValue.hpp> -#include "ado/Awrapado.hxx" +#include <ado/Awrapado.hxx> #include <comphelper/sequence.hxx> -#include "TConnection.hxx" +#include <TConnection.hxx> #include <comphelper/types.hxx> using namespace ::comphelper; diff --git a/connectivity/source/drivers/ado/ATables.cxx b/connectivity/source/drivers/ado/ATables.cxx index 0c848f21de78..95c06f39c6f8 100644 --- a/connectivity/source/drivers/ado/ATables.cxx +++ b/connectivity/source/drivers/ado/ATables.cxx @@ -17,21 +17,21 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/ATables.hxx" -#include "ado/ATable.hxx" +#include <ado/ATables.hxx> +#include <ado/ATable.hxx> #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdbc/KeyRule.hpp> #include <com/sun/star/sdbcx/KeyType.hpp> -#include "ado/ACatalog.hxx" -#include "ado/AConnection.hxx" -#include "ado/Awrapado.hxx" -#include "TConnection.hxx" +#include <ado/ACatalog.hxx> +#include <ado/AConnection.hxx> +#include <ado/Awrapado.hxx> +#include <TConnection.hxx> #include <comphelper/types.hxx> #include <cppuhelper/interfacecontainer.h> #include <connectivity/dbexception.hxx> -#include "strings.hrc" +#include <strings.hrc> using namespace ::cppu; using namespace connectivity; diff --git a/connectivity/source/drivers/ado/AUser.cxx b/connectivity/source/drivers/ado/AUser.cxx index ded62ae2840c..89c6d63b61f6 100644 --- a/connectivity/source/drivers/ado/AUser.cxx +++ b/connectivity/source/drivers/ado/AUser.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/AUser.hxx" -#include "ado/ACatalog.hxx" -#include "ado/AGroups.hxx" +#include <ado/AUser.hxx> +#include <ado/ACatalog.hxx> +#include <ado/AGroups.hxx> #include <cppuhelper/typeprovider.hxx> #include <comphelper/sequence.hxx> #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> -#include "ado/AConnection.hxx" -#include "ado/Awrapado.hxx" +#include <ado/AConnection.hxx> +#include <ado/Awrapado.hxx> using namespace connectivity::ado; using namespace com::sun::star::uno; diff --git a/connectivity/source/drivers/ado/AUsers.cxx b/connectivity/source/drivers/ado/AUsers.cxx index d9948573a426..48075d5960c4 100644 --- a/connectivity/source/drivers/ado/AUsers.cxx +++ b/connectivity/source/drivers/ado/AUsers.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/AUsers.hxx" -#include "ado/AUser.hxx" -#include "ado/ATable.hxx" -#include "ado/AConnection.hxx" +#include <ado/AUsers.hxx> +#include <ado/AUser.hxx> +#include <ado/ATable.hxx> +#include <ado/AConnection.hxx> #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> #include <connectivity/sdbcx/IRefreshable.hxx> #include <comphelper/types.hxx> #include <connectivity/dbexception.hxx> -#include "strings.hrc" +#include <strings.hrc> using namespace comphelper; using namespace connectivity; diff --git a/connectivity/source/drivers/ado/AView.cxx b/connectivity/source/drivers/ado/AView.cxx index 05c835b86e10..4b70bf767ddc 100644 --- a/connectivity/source/drivers/ado/AView.cxx +++ b/connectivity/source/drivers/ado/AView.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/AView.hxx" +#include <ado/AView.hxx> #include <com/sun/star/lang/DisposedException.hpp> -#include "ado/adoimp.hxx" +#include <ado/adoimp.hxx> #include <cppuhelper/typeprovider.hxx> -#include "ado/Awrapado.hxx" +#include <ado/Awrapado.hxx> #include <comphelper/sequence.hxx> #include <comphelper/types.hxx> -#include "TConnection.hxx" +#include <TConnection.hxx> using namespace comphelper; diff --git a/connectivity/source/drivers/ado/AViews.cxx b/connectivity/source/drivers/ado/AViews.cxx index a67e072cc30b..7f6ccb0f3c15 100644 --- a/connectivity/source/drivers/ado/AViews.cxx +++ b/connectivity/source/drivers/ado/AViews.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/AViews.hxx" -#include "ado/AView.hxx" -#include "ado/ATables.hxx" -#include "ado/ACatalog.hxx" -#include "ado/AConnection.hxx" -#include "ado/Awrapado.hxx" -#include "TConnection.hxx" +#include <ado/AViews.hxx> +#include <ado/AView.hxx> +#include <ado/ATables.hxx> +#include <ado/ACatalog.hxx> +#include <ado/AConnection.hxx> +#include <ado/Awrapado.hxx> +#include <TConnection.hxx> #include <comphelper/types.hxx> #include <connectivity/dbexception.hxx> -#include "strings.hrc" +#include <strings.hrc> using namespace ::comphelper; diff --git a/connectivity/source/drivers/ado/Aolevariant.cxx b/connectivity/source/drivers/ado/Aolevariant.cxx index 09c0b2dc723e..bc8c9236a623 100644 --- a/connectivity/source/drivers/ado/Aolevariant.cxx +++ b/connectivity/source/drivers/ado/Aolevariant.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/Aolevariant.hxx" +#include <ado/Aolevariant.hxx> #include <connectivity/dbconversion.hxx> #include <osl/diagnose.h> #include <o3tl/char16_t2wchar_t.hxx> @@ -25,8 +25,8 @@ #include <com/sun/star/util/Time.hpp> #include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/DateTime.hpp> -#include "resource/sharedresources.hxx" -#include "strings.hrc" +#include <resource/sharedresources.hxx> +#include <strings.hrc> #include <com/sun/star/bridge/oleautomation/Date.hpp> #include <com/sun/star/bridge/oleautomation/Currency.hpp> #include <com/sun/star/bridge/oleautomation/SCode.hpp> diff --git a/connectivity/source/drivers/ado/Aservices.cxx b/connectivity/source/drivers/ado/Aservices.cxx index b8e13c96cd3d..d9617ab0d460 100644 --- a/connectivity/source/drivers/ado/Aservices.cxx +++ b/connectivity/source/drivers/ado/Aservices.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ado/ADriver.hxx" +#include <ado/ADriver.hxx> #include <cppuhelper/factory.hxx> using namespace connectivity::ado; diff --git a/connectivity/source/drivers/ado/Awrapado.cxx b/connectivity/source/drivers/ado/Awrapado.cxx index 4a71534c01fb..4a1934b44b00 100644 --- a/connectivity/source/drivers/ado/Awrapado.cxx +++ b/connectivity/source/drivers/ado/Awrapado.cxx @@ -18,8 +18,8 @@ */ #include <sal/macros.h> -#include "ado/Awrapado.hxx" -#include "ado/Awrapadox.hxx" +#include <ado/Awrapado.hxx> +#include <ado/Awrapadox.hxx> #include <comphelper/types.hxx> #include <rtl/ustrbuf.hxx> diff --git a/connectivity/source/drivers/ado/adoimp.cxx b/connectivity/source/drivers/ado/adoimp.cxx index f7e2667b3cdb..1e368d8ddec9 100644 --- a/connectivity/source/drivers/ado/adoimp.cxx +++ b/connectivity/source/drivers/ado/adoimp.cxx @@ -20,8 +20,8 @@ #include <com/sun/star/sdbcx/Privilege.hpp> #include <com/sun/star/sdbcx/PrivilegeObject.hpp> #include <connectivity/dbexception.hxx> -#include "ado/Awrapado.hxx" -#include "ado/adoimp.hxx" +#include <ado/Awrapado.hxx> +#include <ado/adoimp.hxx> #include <osl/diagnose.h> #include <com/sun/star/sdbc/DataType.hpp> diff --git a/connectivity/source/inc/ado/ACallableStatement.hxx b/connectivity/source/inc/ado/ACallableStatement.hxx index 54b04a7db711..6d6979e40f35 100644 --- a/connectivity/source/inc/ado/ACallableStatement.hxx +++ b/connectivity/source/inc/ado/ACallableStatement.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACALLABLESTATEMENT_HXX #define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACALLABLESTATEMENT_HXX -#include "ado/APreparedStatement.hxx" +#include <ado/APreparedStatement.hxx> #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XOutParameters.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/connectivity/source/inc/ado/ACatalog.hxx b/connectivity/source/inc/ado/ACatalog.hxx index 7475e66f8a5c..b3a794800d55 100644 --- a/connectivity/source/inc/ado/ACatalog.hxx +++ b/connectivity/source/inc/ado/ACatalog.hxx @@ -20,7 +20,7 @@ #define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACATALOG_HXX #include <connectivity/sdbcx/VCatalog.hxx> -#include "ado/Awrapadox.hxx" +#include <ado/Awrapadox.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/AColumn.hxx b/connectivity/source/inc/ado/AColumn.hxx index 4bb75b9ebf29..d4a4cb1b9e68 100644 --- a/connectivity/source/inc/ado/AColumn.hxx +++ b/connectivity/source/inc/ado/AColumn.hxx @@ -21,7 +21,7 @@ #define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACOLUMN_HXX #include <connectivity/sdbcx/VColumn.hxx> -#include "ado/Awrapadox.hxx" +#include <ado/Awrapadox.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/AColumns.hxx b/connectivity/source/inc/ado/AColumns.hxx index aac1d97a15fa..44d481f5dcb8 100644 --- a/connectivity/source/inc/ado/AColumns.hxx +++ b/connectivity/source/inc/ado/AColumns.hxx @@ -23,7 +23,7 @@ #include <connectivity/sdbcx/VCollection.hxx> #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> #include <connectivity/sdbcx/IRefreshable.hxx> -#include "ado/Awrapadox.hxx" +#include <ado/Awrapadox.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/AConnection.hxx b/connectivity/source/inc/ado/AConnection.hxx index 23fb72f53e82..d546ab8ef154 100644 --- a/connectivity/source/inc/ado/AConnection.hxx +++ b/connectivity/source/inc/ado/AConnection.hxx @@ -25,9 +25,9 @@ #include <connectivity/OSubComponent.hxx> #include <map> #include <connectivity/CommonTools.hxx> -#include "OTypeInfo.hxx" -#include "TConnection.hxx" -#include "ado/Awrapado.hxx" +#include <OTypeInfo.hxx> +#include <TConnection.hxx> +#include <ado/Awrapado.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/ADatabaseMetaData.hxx b/connectivity/source/inc/ado/ADatabaseMetaData.hxx index 9acb10561e8b..83a84f3bda03 100644 --- a/connectivity/source/inc/ado/ADatabaseMetaData.hxx +++ b/connectivity/source/inc/ado/ADatabaseMetaData.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ADATABASEMETADATA_HXX #define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ADATABASEMETADATA_HXX -#include "TDatabaseMetaDataBase.hxx" +#include <TDatabaseMetaDataBase.hxx> #include <map> namespace connectivity diff --git a/connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx b/connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx index 8883600ee6d2..ea64856c0aca 100644 --- a/connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx +++ b/connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx @@ -32,7 +32,7 @@ #include <cppuhelper/compbase.hxx> #include <cppuhelper/basemutex.hxx> #include <comphelper/proparrhlp.hxx> -#include "ado/AStatement.hxx" +#include <ado/AStatement.hxx> #include <connectivity/StdTypeDefs.hxx> namespace connectivity diff --git a/connectivity/source/inc/ado/ADatabaseMetaDataResultSetMetaData.hxx b/connectivity/source/inc/ado/ADatabaseMetaDataResultSetMetaData.hxx index a69ed9a8b2d3..714aa91367bd 100644 --- a/connectivity/source/inc/ado/ADatabaseMetaDataResultSetMetaData.hxx +++ b/connectivity/source/inc/ado/ADatabaseMetaDataResultSetMetaData.hxx @@ -23,9 +23,9 @@ #include <com/sun/star/sdbc/XResultSetMetaData.hpp> #include <cppuhelper/implbase.hxx> #include <vector> -#include "ado/Awrapado.hxx" -#include "ado/ADatabaseMetaDataResultSet.hxx" -#include "OColumn.hxx" +#include <ado/Awrapado.hxx> +#include <ado/ADatabaseMetaDataResultSet.hxx> +#include <OColumn.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/AGroup.hxx b/connectivity/source/inc/ado/AGroup.hxx index ae3a5dd60584..79c067d4462e 100644 --- a/connectivity/source/inc/ado/AGroup.hxx +++ b/connectivity/source/inc/ado/AGroup.hxx @@ -21,7 +21,7 @@ #define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AGROUP_HXX #include <connectivity/sdbcx/VGroup.hxx> -#include "ado/Awrapadox.hxx" +#include <ado/Awrapadox.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/AGroups.hxx b/connectivity/source/inc/ado/AGroups.hxx index 42e5120d0edc..24f99aba49ab 100644 --- a/connectivity/source/inc/ado/AGroups.hxx +++ b/connectivity/source/inc/ado/AGroups.hxx @@ -21,8 +21,8 @@ #define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AGROUPS_HXX #include <connectivity/sdbcx/VCollection.hxx> -#include "ado/Awrapadox.hxx" -#include "ado/ACatalog.hxx" +#include <ado/Awrapadox.hxx> +#include <ado/ACatalog.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/AIndex.hxx b/connectivity/source/inc/ado/AIndex.hxx index ad9d26b056b0..eb5790173aa6 100644 --- a/connectivity/source/inc/ado/AIndex.hxx +++ b/connectivity/source/inc/ado/AIndex.hxx @@ -22,7 +22,7 @@ #include <connectivity/sdbcx/VIndex.hxx> #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> -#include "ado/Awrapadox.hxx" +#include <ado/Awrapadox.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/AIndexes.hxx b/connectivity/source/inc/ado/AIndexes.hxx index 7c2190b2b054..0d427d294501 100644 --- a/connectivity/source/inc/ado/AIndexes.hxx +++ b/connectivity/source/inc/ado/AIndexes.hxx @@ -21,7 +21,7 @@ #include <connectivity/sdbcx/VCollection.hxx> #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> -#include "ado/Awrapadox.hxx" +#include <ado/Awrapadox.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/AKey.hxx b/connectivity/source/inc/ado/AKey.hxx index 8f01928800f6..2c4acba3fd73 100644 --- a/connectivity/source/inc/ado/AKey.hxx +++ b/connectivity/source/inc/ado/AKey.hxx @@ -22,7 +22,7 @@ #include <connectivity/sdbcx/VKey.hxx> #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> -#include "ado/Awrapadox.hxx" +#include <ado/Awrapadox.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/AKeys.hxx b/connectivity/source/inc/ado/AKeys.hxx index d26da4fbc8f0..db904ef5b98c 100644 --- a/connectivity/source/inc/ado/AKeys.hxx +++ b/connectivity/source/inc/ado/AKeys.hxx @@ -21,7 +21,7 @@ #define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AKEYS_HXX #include <connectivity/sdbcx/VCollection.hxx> -#include "ado/Awrapadox.hxx" +#include <ado/Awrapadox.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/APreparedStatement.hxx b/connectivity/source/inc/ado/APreparedStatement.hxx index 818d149c1ad1..214f277c16bf 100644 --- a/connectivity/source/inc/ado/APreparedStatement.hxx +++ b/connectivity/source/inc/ado/APreparedStatement.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_APREPAREDSTATEMENT_HXX #define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_APREPAREDSTATEMENT_HXX -#include "ado/AStatement.hxx" +#include <ado/AStatement.hxx> #include <com/sun/star/sdbc/XPreparedStatement.hpp> #include <com/sun/star/sdbc/XParameters.hpp> #include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp> diff --git a/connectivity/source/inc/ado/AResultSet.hxx b/connectivity/source/inc/ado/AResultSet.hxx index 52043a875902..f901553332e0 100644 --- a/connectivity/source/inc/ado/AResultSet.hxx +++ b/connectivity/source/inc/ado/AResultSet.hxx @@ -33,7 +33,7 @@ #include <com/sun/star/sdbc/XRowUpdate.hpp> #include <cppuhelper/compbase.hxx> #include <comphelper/proparrhlp.hxx> -#include "ado/AStatement.hxx" +#include <ado/AStatement.hxx> #include <cppuhelper/basemutex.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/connectivity/source/inc/ado/AResultSetMetaData.hxx b/connectivity/source/inc/ado/AResultSetMetaData.hxx index bb9d44446653..ebb52be02e2b 100644 --- a/connectivity/source/inc/ado/AResultSetMetaData.hxx +++ b/connectivity/source/inc/ado/AResultSetMetaData.hxx @@ -23,9 +23,9 @@ #include <com/sun/star/sdbc/XResultSetMetaData.hpp> #include <cppuhelper/implbase.hxx> #include <vector> -#include "ado/Awrapado.hxx" -#include "ado/AResultSet.hxx" -#include "OColumn.hxx" +#include <ado/Awrapado.hxx> +#include <ado/AResultSet.hxx> +#include <OColumn.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/AStatement.hxx b/connectivity/source/inc/ado/AStatement.hxx index 495578694ea4..3212f8220868 100644 --- a/connectivity/source/inc/ado/AStatement.hxx +++ b/connectivity/source/inc/ado/AStatement.hxx @@ -31,9 +31,9 @@ #include <cppuhelper/basemutex.hxx> #include <comphelper/proparrhlp.hxx> #include <comphelper/uno3.hxx> -#include "ado/AConnection.hxx" +#include <ado/AConnection.hxx> #include <vector> -#include "ado/Awrapado.hxx" +#include <ado/Awrapado.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> namespace connectivity diff --git a/connectivity/source/inc/ado/ATable.hxx b/connectivity/source/inc/ado/ATable.hxx index 869c14cacd7e..4e569f6561b3 100644 --- a/connectivity/source/inc/ado/ATable.hxx +++ b/connectivity/source/inc/ado/ATable.hxx @@ -21,8 +21,8 @@ #define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ATABLE_HXX #include <connectivity/sdbcx/VTable.hxx> -#include "ado/Awrapadox.hxx" -#include "ado/ACatalog.hxx" +#include <ado/Awrapadox.hxx> +#include <ado/ACatalog.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/ATables.hxx b/connectivity/source/inc/ado/ATables.hxx index 28203af3fce3..e3f262d0d632 100644 --- a/connectivity/source/inc/ado/ATables.hxx +++ b/connectivity/source/inc/ado/ATables.hxx @@ -20,8 +20,8 @@ #define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ATABLES_HXX #include <connectivity/sdbcx/VCollection.hxx> -#include "ado/Awrapadox.hxx" -#include "ado/ACatalog.hxx" +#include <ado/Awrapadox.hxx> +#include <ado/ACatalog.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/AUser.hxx b/connectivity/source/inc/ado/AUser.hxx index da92fc245414..a3f2c97e7fd9 100644 --- a/connectivity/source/inc/ado/AUser.hxx +++ b/connectivity/source/inc/ado/AUser.hxx @@ -21,7 +21,7 @@ #define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AUSER_HXX #include <connectivity/sdbcx/VUser.hxx> -#include "ado/Awrapadox.hxx" +#include <ado/Awrapadox.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/AUsers.hxx b/connectivity/source/inc/ado/AUsers.hxx index d810cffb9f4f..a5e0c96f924f 100644 --- a/connectivity/source/inc/ado/AUsers.hxx +++ b/connectivity/source/inc/ado/AUsers.hxx @@ -21,8 +21,8 @@ #define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AUSERS_HXX #include <connectivity/sdbcx/VCollection.hxx> -#include "ado/Awrapadox.hxx" -#include "ado/ACatalog.hxx" +#include <ado/Awrapadox.hxx> +#include <ado/ACatalog.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/AView.hxx b/connectivity/source/inc/ado/AView.hxx index 628fac387c5c..43ad6a9a3cf2 100644 --- a/connectivity/source/inc/ado/AView.hxx +++ b/connectivity/source/inc/ado/AView.hxx @@ -21,7 +21,7 @@ #define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AVIEW_HXX #include <connectivity/sdbcx/VView.hxx> -#include "ado/Awrapadox.hxx" +#include <ado/Awrapadox.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/AViews.hxx b/connectivity/source/inc/ado/AViews.hxx index 2e0b3379a308..44078b366481 100644 --- a/connectivity/source/inc/ado/AViews.hxx +++ b/connectivity/source/inc/ado/AViews.hxx @@ -21,8 +21,8 @@ #define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AVIEWS_HXX #include <connectivity/sdbcx/VCollection.hxx> -#include "ado/Awrapadox.hxx" -#include "ado/ACatalog.hxx" +#include <ado/Awrapadox.hxx> +#include <ado/ACatalog.hxx> namespace connectivity diff --git a/connectivity/source/inc/ado/Aolevariant.hxx b/connectivity/source/inc/ado/Aolevariant.hxx index f531848aa9b9..37c0725b02c7 100644 --- a/connectivity/source/inc/ado/Aolevariant.hxx +++ b/connectivity/source/inc/ado/Aolevariant.hxx @@ -23,9 +23,9 @@ #include <rtl/ustring.hxx> #include <com/sun/star/uno/Sequence.hxx> -#include "ado_pre_sys_include.h" +#include <ado_pre_sys_include.h> #include <oaidl.h> -#include "ado_post_sys_include.h" +#include <ado_post_sys_include.h> namespace com { diff --git a/connectivity/source/inc/ado/Awrapado.hxx b/connectivity/source/inc/ado/Awrapado.hxx index b40ad4bd1be9..e12239791149 100644 --- a/connectivity/source/inc/ado/Awrapado.hxx +++ b/connectivity/source/inc/ado/Awrapado.hxx @@ -22,14 +22,14 @@ #include <com/sun/star/beans/PropertyAttribute.hpp> // Includes for ADO -#include "ado_pre_sys_include.h" +#include <ado_pre_sys_include.h> #include <oledb.h> #include <ocidl.h> #include <adoint.h> -#include "ado_post_sys_include.h" -#include "ado/adoimp.hxx" -#include "ado/Aolewrap.hxx" -#include "ado/Aolevariant.hxx" +#include <ado_post_sys_include.h> +#include <ado/adoimp.hxx> +#include <ado/Aolewrap.hxx> +#include <ado/Aolevariant.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/Awrapadox.hxx b/connectivity/source/inc/ado/Awrapadox.hxx index 56acb92785f4..3b3c8583371f 100644 --- a/connectivity/source/inc/ado/Awrapadox.hxx +++ b/connectivity/source/inc/ado/Awrapadox.hxx @@ -53,21 +53,21 @@ typedef struct _ADOTable Table; #endif -#include "ado_pre_sys_include.h" +#include <ado_pre_sys_include.h> #include <adoint.h> #include <adoctint.h> -#include "ado_post_sys_include.h" - - -#include "ado/Aolewrap.hxx" -#include "ado/Aolevariant.hxx" -#include "ado/adoimp.hxx" -#include "ado/Awrapado.hxx" -#include "ado/WrapColumn.hxx" -#include "ado/WrapIndex.hxx" -#include "ado/WrapKey.hxx" -#include "ado/WrapTable.hxx" -#include "ado/WrapCatalog.hxx" +#include <ado_post_sys_include.h> + + +#include <ado/Aolewrap.hxx> +#include <ado/Aolevariant.hxx> +#include <ado/adoimp.hxx> +#include <ado/Awrapado.hxx> +#include <ado/WrapColumn.hxx> +#include <ado/WrapIndex.hxx> +#include <ado/WrapKey.hxx> +#include <ado/WrapTable.hxx> +#include <ado/WrapCatalog.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/WrapCatalog.hxx b/connectivity/source/inc/ado/WrapCatalog.hxx index 2e90ac93d89d..3587d5bcd34a 100644 --- a/connectivity/source/inc/ado/WrapCatalog.hxx +++ b/connectivity/source/inc/ado/WrapCatalog.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPCATALOG_HXX #define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPCATALOG_HXX -#include "ado/WrapTypeDefs.hxx" +#include <ado/WrapTypeDefs.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/WrapColumn.hxx b/connectivity/source/inc/ado/WrapColumn.hxx index 64093d71d26f..9548c7890479 100644 --- a/connectivity/source/inc/ado/WrapColumn.hxx +++ b/connectivity/source/inc/ado/WrapColumn.hxx @@ -19,11 +19,11 @@ #ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPCOLUMN_HXX #define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPCOLUMN_HXX -#include "ado/Aolewrap.hxx" +#include <ado/Aolewrap.hxx> -#include "ado_pre_sys_include.h" +#include <ado_pre_sys_include.h> #include <adoint.h> -#include "ado_post_sys_include.h" +#include <ado_post_sys_include.h> namespace connectivity { diff --git a/connectivity/source/inc/ado/WrapIndex.hxx b/connectivity/source/inc/ado/WrapIndex.hxx index 23fd7b476c5b..e60a1249afc2 100644 --- a/connectivity/source/inc/ado/WrapIndex.hxx +++ b/connectivity/source/inc/ado/WrapIndex.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPINDEX_HXX #define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPINDEX_HXX -#include "ado/WrapTypeDefs.hxx" +#include <ado/WrapTypeDefs.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/WrapKey.hxx b/connectivity/source/inc/ado/WrapKey.hxx index 774b5c43a5ea..e5e10a56c835 100644 --- a/connectivity/source/inc/ado/WrapKey.hxx +++ b/connectivity/source/inc/ado/WrapKey.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPKEY_HXX #define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPKEY_HXX -#include "ado/WrapTypeDefs.hxx" +#include <ado/WrapTypeDefs.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/WrapTable.hxx b/connectivity/source/inc/ado/WrapTable.hxx index b8e1a9ab8711..b7a1be72eb30 100644 --- a/connectivity/source/inc/ado/WrapTable.hxx +++ b/connectivity/source/inc/ado/WrapTable.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPTABLE_HXX #define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPTABLE_HXX -#include "ado/WrapTypeDefs.hxx" +#include <ado/WrapTypeDefs.hxx> namespace connectivity { diff --git a/connectivity/source/inc/ado/adoimp.hxx b/connectivity/source/inc/ado/adoimp.hxx index 6a7f8d418136..1459d56f8bf7 100644 --- a/connectivity/source/inc/ado/adoimp.hxx +++ b/connectivity/source/inc/ado/adoimp.hxx @@ -21,9 +21,9 @@ #include <com/sun/star/sdbc/SQLException.hpp> -#include "ado_pre_sys_include.h" +#include <ado_pre_sys_include.h> #include <adoctint.h> -#include "ado_post_sys_include.h" +#include <ado_post_sys_include.h> struct ADOConnection; namespace connectivity |