Kaydet (Commit) 27392573 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: connectivity (Windows)

Change-Id: I27b865cbb79c9ed9c1b5af9f0666450778ae8335
üst 72b98614
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "ado/ACallableStatement.hxx" #include <ado/ACallableStatement.hxx>
#include <connectivity/dbexception.hxx> #include <connectivity/dbexception.hxx>
#include <cppuhelper/queryinterface.hxx> #include <cppuhelper/queryinterface.hxx>
......
...@@ -17,12 +17,12 @@ ...@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "ado/ACatalog.hxx" #include <ado/ACatalog.hxx>
#include "ado/AConnection.hxx" #include <ado/AConnection.hxx>
#include "ado/AGroups.hxx" #include <ado/AGroups.hxx>
#include "ado/AUsers.hxx" #include <ado/AUsers.hxx>
#include "ado/ATables.hxx" #include <ado/ATables.hxx>
#include "ado/AViews.hxx" #include <ado/AViews.hxx>
#include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XResultSet.hpp>
......
...@@ -17,15 +17,15 @@ ...@@ -17,15 +17,15 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "ado/AColumn.hxx" #include <ado/AColumn.hxx>
#include "ado/AConnection.hxx" #include <ado/AConnection.hxx>
#include "ado/Awrapado.hxx" #include <ado/Awrapado.hxx>
#include <cppuhelper/typeprovider.hxx> #include <cppuhelper/typeprovider.hxx>
#include <comphelper/sequence.hxx> #include <comphelper/sequence.hxx>
#include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdbc/ColumnValue.hpp>
#include <comphelper/extract.hxx> #include <comphelper/extract.hxx>
#include <comphelper/types.hxx> #include <comphelper/types.hxx>
#include "ado/ACatalog.hxx" #include <ado/ACatalog.hxx>
using namespace ::comphelper; using namespace ::comphelper;
......
...@@ -17,10 +17,10 @@ ...@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "ado/AColumns.hxx" #include <ado/AColumns.hxx>
#include "ado/AColumn.hxx" #include <ado/AColumn.hxx>
#include "ado/AConnection.hxx" #include <ado/AConnection.hxx>
#include "ado/Awrapado.hxx" #include <ado/Awrapado.hxx>
#include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XResultSet.hpp>
#include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/DataType.hpp>
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <comphelper/types.hxx> #include <comphelper/types.hxx>
#include <connectivity/dbexception.hxx> #include <connectivity/dbexception.hxx>
#include <algorithm> #include <algorithm>
#include "strings.hrc" #include <strings.hrc>
using namespace connectivity::ado; using namespace connectivity::ado;
using namespace connectivity; using namespace connectivity;
......
...@@ -17,13 +17,13 @@ ...@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "ado/AConnection.hxx" #include <ado/AConnection.hxx>
#include "ado/ADatabaseMetaData.hxx" #include <ado/ADatabaseMetaData.hxx>
#include "ado/ADriver.hxx" #include <ado/ADriver.hxx>
#include "ado/AStatement.hxx" #include <ado/AStatement.hxx>
#include "ado/ACallableStatement.hxx" #include <ado/ACallableStatement.hxx>
#include "ado/APreparedStatement.hxx" #include <ado/APreparedStatement.hxx>
#include "ado/ACatalog.hxx" #include <ado/ACatalog.hxx>
#include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdbc/ColumnValue.hpp>
#include <com/sun/star/sdbc/TransactionIsolation.hpp> #include <com/sun/star/sdbc/TransactionIsolation.hpp>
#include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XRow.hpp>
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <cppuhelper/typeprovider.hxx> #include <cppuhelper/typeprovider.hxx>
#include <connectivity/dbexception.hxx> #include <connectivity/dbexception.hxx>
#include <osl/file.hxx> #include <osl/file.hxx>
#include "strings.hrc" #include <strings.hrc>
using namespace dbtools; using namespace dbtools;
using namespace connectivity::ado; using namespace connectivity::ado;
......
...@@ -17,15 +17,15 @@ ...@@ -17,15 +17,15 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "ado/ADatabaseMetaData.hxx" #include <ado/ADatabaseMetaData.hxx>
#include "ado/ADatabaseMetaDataResultSet.hxx" #include <ado/ADatabaseMetaDataResultSet.hxx>
#include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/sdbc/ResultSetType.hpp> #include <com/sun/star/sdbc/ResultSetType.hpp>
#include <com/sun/star/sdbc/ResultSetConcurrency.hpp> #include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
#include <com/sun/star/sdbc/TransactionIsolation.hpp> #include <com/sun/star/sdbc/TransactionIsolation.hpp>
#include "ado/AConnection.hxx" #include <ado/AConnection.hxx>
#include "ado/adoimp.hxx" #include <ado/adoimp.hxx>
#include "FDatabaseMetaDataResultSet.hxx" #include <FDatabaseMetaDataResultSet.hxx>
#include <comphelper/types.hxx> #include <comphelper/types.hxx>
#include <connectivity/dbexception.hxx> #include <connectivity/dbexception.hxx>
......
...@@ -17,14 +17,14 @@ ...@@ -17,14 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "ado/ADatabaseMetaData.hxx" #include <ado/ADatabaseMetaData.hxx>
#include "ado/ADatabaseMetaDataResultSetMetaData.hxx" #include <ado/ADatabaseMetaDataResultSetMetaData.hxx>
#include "ado/Awrapado.hxx" #include <ado/Awrapado.hxx>
#include "ado/AGroup.hxx" #include <ado/AGroup.hxx>
#include "ado/adoimp.hxx" #include <ado/adoimp.hxx>
#include "ado/AIndex.hxx" #include <ado/AIndex.hxx>
#include "ado/AKey.hxx" #include <ado/AKey.hxx>
#include "ado/ATable.hxx" #include <ado/ATable.hxx>
#include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/sdbc/ProcedureResult.hpp> #include <com/sun/star/sdbc/ProcedureResult.hpp>
#include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdbc/ColumnValue.hpp>
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
*/ */
#include <comphelper/sequence.hxx> #include <comphelper/sequence.hxx>
#include "ado/ADatabaseMetaDataResultSet.hxx" #include <ado/ADatabaseMetaDataResultSet.hxx>
#include "ado/ADatabaseMetaDataResultSetMetaData.hxx" #include <ado/ADatabaseMetaDataResultSetMetaData.hxx>
#include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdbc/ColumnValue.hpp>
#include <com/sun/star/sdbc/KeyRule.hpp> #include <com/sun/star/sdbc/KeyRule.hpp>
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "ado/ADatabaseMetaDataResultSetMetaData.hxx" #include <ado/ADatabaseMetaDataResultSetMetaData.hxx>
#include "ado/Awrapado.hxx" #include <ado/Awrapado.hxx>
#include <connectivity/dbexception.hxx> #include <connectivity/dbexception.hxx>
......
...@@ -17,19 +17,19 @@ ...@@ -17,19 +17,19 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "ado/ADriver.hxx" #include <ado/ADriver.hxx>
#include "ado/AConnection.hxx" #include <ado/AConnection.hxx>
#include "ado/Awrapadox.hxx" #include <ado/Awrapadox.hxx>
#include "ado/ACatalog.hxx" #include <ado/ACatalog.hxx>
#include "ado/Awrapado.hxx" #include <ado/Awrapado.hxx>
#include "ado/adoimp.hxx" #include <ado/adoimp.hxx>
#include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/DisposedException.hpp>
#include <connectivity/dbexception.hxx> #include <connectivity/dbexception.hxx>
#include <cppuhelper/supportsservice.hxx> #include <cppuhelper/supportsservice.hxx>
#include "strings.hrc" #include <strings.hrc>
#include <objbase.h> #include <objbase.h>
#include "resource/sharedresources.hxx" #include <resource/sharedresources.hxx>
#include <memory> #include <memory>
......
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
*/ */
#include "ado/AGroup.hxx" #include <ado/AGroup.hxx>
#include "ado/AUsers.hxx" #include <ado/AUsers.hxx>
#include <cppuhelper/typeprovider.hxx> #include <cppuhelper/typeprovider.hxx>
#include <comphelper/sequence.hxx> #include <comphelper/sequence.hxx>
#include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XResultSet.hpp>
#include "ado/AConnection.hxx" #include <ado/AConnection.hxx>
#include "TConnection.hxx" #include <TConnection.hxx>
using namespace connectivity::ado; using namespace connectivity::ado;
using namespace com::sun::star::uno; using namespace com::sun::star::uno;
......
...@@ -17,17 +17,17 @@ ...@@ -17,17 +17,17 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "ado/AGroups.hxx" #include <ado/AGroups.hxx>
#include "ado/AGroup.hxx" #include <ado/AGroup.hxx>
#include "ado/ATable.hxx" #include <ado/ATable.hxx>
#include "ado/AConnection.hxx" #include <ado/AConnection.hxx>
#include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XResultSet.hpp>
#include <connectivity/sdbcx/IRefreshable.hxx> #include <connectivity/sdbcx/IRefreshable.hxx>
#include "TConnection.hxx" #include <TConnection.hxx>
#include <comphelper/types.hxx> #include <comphelper/types.hxx>
#include <connectivity/dbexception.hxx> #include <connectivity/dbexception.hxx>
#include "strings.hrc" #include <strings.hrc>
using namespace comphelper; using namespace comphelper;
using namespace connectivity; using namespace connectivity;
......
...@@ -17,14 +17,14 @@ ...@@ -17,14 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * 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/XRow.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XResultSet.hpp>
#include <cppuhelper/typeprovider.hxx> #include <cppuhelper/typeprovider.hxx>
#include <comphelper/sequence.hxx> #include <comphelper/sequence.hxx>
#include "ado/AColumns.hxx" #include <ado/AColumns.hxx>
#include <comphelper/extract.hxx> #include <comphelper/extract.hxx>
#include "TConnection.hxx" #include <TConnection.hxx>
#include <comphelper/types.hxx> #include <comphelper/types.hxx>
using namespace ::comphelper; using namespace ::comphelper;
......
...@@ -17,16 +17,16 @@ ...@@ -17,16 +17,16 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "ado/AIndexes.hxx" #include <ado/AIndexes.hxx>
#include "ado/AIndex.hxx" #include <ado/AIndex.hxx>
#include "ado/AConnection.hxx" #include <ado/AConnection.hxx>
#include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XResultSet.hpp>
#include <com/sun/star/sdbc/IndexType.hpp> #include <com/sun/star/sdbc/IndexType.hpp>
#include "TConnection.hxx" #include <TConnection.hxx>
#include <comphelper/types.hxx> #include <comphelper/types.hxx>
#include <connectivity/dbexception.hxx> #include <connectivity/dbexception.hxx>
#include "strings.hrc" #include <strings.hrc>
using namespace ::comphelper; using namespace ::comphelper;
......
...@@ -17,13 +17,13 @@ ...@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * 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/XRow.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XResultSet.hpp>
#include <cppuhelper/typeprovider.hxx> #include <cppuhelper/typeprovider.hxx>
#include <comphelper/sequence.hxx> #include <comphelper/sequence.hxx>
#include "ado/AColumns.hxx" #include <ado/AColumns.hxx>
#include "ado/AConnection.hxx" #include <ado/AConnection.hxx>
using namespace connectivity::ado; using namespace connectivity::ado;
using namespace com::sun::star::uno; using namespace com::sun::star::uno;
......
...@@ -17,18 +17,18 @@ ...@@ -17,18 +17,18 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "ado/AKeys.hxx" #include <ado/AKeys.hxx>
#include "ado/AKey.hxx" #include <ado/AKey.hxx>
#include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XResultSet.hpp>
#include <com/sun/star/sdbcx/KeyType.hpp> #include <com/sun/star/sdbcx/KeyType.hpp>
#include <com/sun/star/sdbc/KeyRule.hpp> #include <com/sun/star/sdbc/KeyRule.hpp>
#include "ado/AConnection.hxx" #include <ado/AConnection.hxx>
#include <comphelper/types.hxx> #include <comphelper/types.hxx>
#include "ado/Awrapado.hxx" #include <ado/Awrapado.hxx>
#include <comphelper/property.hxx> #include <comphelper/property.hxx>
#include <connectivity/dbexception.hxx> #include <connectivity/dbexception.hxx>
#include "strings.hrc" #include <strings.hrc>
using namespace ::comphelper; using namespace ::comphelper;
using namespace connectivity; using namespace connectivity;
......
...@@ -18,11 +18,11 @@ ...@@ -18,11 +18,11 @@
*/ */
#include <connectivity/sqlparse.hxx> #include <connectivity/sqlparse.hxx>
#include "ado/APreparedStatement.hxx" #include <ado/APreparedStatement.hxx>
#include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/DataType.hpp>
#include "ado/AResultSetMetaData.hxx" #include <ado/AResultSetMetaData.hxx>
#include "ado/AResultSet.hxx" #include <ado/AResultSet.hxx>
#include "ado/ADriver.hxx" #include <ado/ADriver.hxx>
#include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/DisposedException.hpp>
#include <cppuhelper/typeprovider.hxx> #include <cppuhelper/typeprovider.hxx>
#include <cppuhelper/queryinterface.hxx> #include <cppuhelper/queryinterface.hxx>
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include <comphelper/sequence.hxx> #include <comphelper/sequence.hxx>
#include <connectivity/dbexception.hxx> #include <connectivity/dbexception.hxx>
#include <connectivity/dbtools.hxx> #include <connectivity/dbtools.hxx>
#include "strings.hrc" #include <strings.hrc>
#include <limits> #include <limits>
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "ado/AResultSet.hxx" #include <ado/AResultSet.hxx>
#include "ado/AResultSetMetaData.hxx" #include <ado/AResultSetMetaData.hxx>
#include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/sdbc/KeyRule.hpp> #include <com/sun/star/sdbc/KeyRule.hpp>
#include <com/sun/star/sdbc/IndexType.hpp> #include <com/sun/star/sdbc/IndexType.hpp>
......
...@@ -17,10 +17,10 @@ ...@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * 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/DataType.hpp>
#include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdbc/ColumnValue.hpp>
#include "ado/Awrapado.hxx" #include <ado/Awrapado.hxx>
#include <connectivity/dbexception.hxx> #include <connectivity/dbexception.hxx>
using namespace connectivity; using namespace connectivity;
......
...@@ -17,9 +17,9 @@ ...@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "ado/AStatement.hxx" #include <ado/AStatement.hxx>
#include "ado/AConnection.hxx" #include <ado/AConnection.hxx>
#include "ado/AResultSet.hxx" #include <ado/AResultSet.hxx>
#include <comphelper/property.hxx> #include <comphelper/property.hxx>
#include <osl/thread.h> #include <osl/thread.h>
#include <cppuhelper/typeprovider.hxx> #include <cppuhelper/typeprovider.hxx>
......
...@@ -17,12 +17,12 @@ ...@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "ado/ATable.hxx" #include <ado/ATable.hxx>
#include "ado/AIndexes.hxx" #include <ado/AIndexes.hxx>
#include "ado/AColumns.hxx" #include <ado/AColumns.hxx>
#include "ado/AColumn.hxx" #include <ado/AColumn.hxx>
#include "ado/AKeys.hxx" #include <ado/AKeys.hxx>
#include "ado/AConnection.hxx" #include <ado/AConnection.hxx>
#include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XResultSet.hpp>
#include <com/sun/star/sdbcx/KeyType.hpp> #include <com/sun/star/sdbcx/KeyType.hpp>
...@@ -30,9 +30,9 @@ ...@@ -30,9 +30,9 @@
#include <cppuhelper/typeprovider.hxx> #include <cppuhelper/typeprovider.hxx>
#include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdbc/ColumnValue.hpp>
#include "ado/Awrapado.hxx" #include <ado/Awrapado.hxx>
#include <comphelper/sequence.hxx> #include <comphelper/sequence.hxx>
#include "TConnection.hxx" #include <TConnection.hxx>
#include <comphelper/types.hxx> #include <comphelper/types.hxx>
using namespace ::comphelper; using namespace ::comphelper;
......
...@@ -17,21 +17,21 @@ ...@@ -17,21 +17,21 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "ado/ATables.hxx" #include <ado/ATables.hxx>
#include "ado/ATable.hxx" #include <ado/ATable.hxx>
#include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XResultSet.hpp>
#include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdbc/ColumnValue.hpp>
#include <com/sun/star/sdbc/KeyRule.hpp> #include <com/sun/star/sdbc/KeyRule.hpp>
#include <com/sun/star/sdbcx/KeyType.hpp> #include <com/sun/star/sdbcx/KeyType.hpp>
#include "ado/ACatalog.hxx" #include <ado/ACatalog.hxx>
#include "ado/AConnection.hxx" #include <ado/AConnection.hxx>
#include "ado/Awrapado.hxx" #include <ado/Awrapado.hxx>
#include "TConnection.hxx" #include <TConnection.hxx>
#include <comphelper/types.hxx> #include <comphelper/types.hxx>
#include <cppuhelper/interfacecontainer.h> #include <cppuhelper/interfacecontainer.h>
#include <connectivity/dbexception.hxx> #include <connectivity/dbexception.hxx>
#include "strings.hrc" #include <strings.hrc>
using namespace ::cppu; using namespace ::cppu;
using namespace connectivity; using namespace connectivity;
......
...@@ -17,15 +17,15 @@ ...@@ -17,15 +17,15 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "ado/AUser.hxx" #include <ado/AUser.hxx>
#include "ado/ACatalog.hxx" #include <ado/ACatalog.hxx>
#include "ado/AGroups.hxx" #include <ado/AGroups.hxx>
#include <cppuhelper/typeprovider.hxx> #include <cppuhelper/typeprovider.hxx>
#include <comphelper/sequence.hxx> #include <comphelper/sequence.hxx>
#include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XResultSet.hpp>
#include "ado/AConnection.hxx" #include <ado/AConnection.hxx>
#include "ado/Awrapado.hxx" #include <ado/Awrapado.hxx>
using namespace connectivity::ado; using namespace connectivity::ado;
using namespace com::sun::star::uno; using namespace com::sun::star::uno;
......
...@@ -17,16 +17,16 @@ ...@@ -17,16 +17,16 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "ado/AUsers.hxx" #include <ado/AUsers.hxx>
#include "ado/AUser.hxx" #include <ado/AUser.hxx>
#include "ado/ATable.hxx" #include <ado/ATable.hxx>
#include "ado/AConnection.hxx" #include <ado/AConnection.hxx>
#include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XResultSet.hpp>
#include <connectivity/sdbcx/IRefreshable.hxx> #include <connectivity/sdbcx/IRefreshable.hxx>
#include <comphelper/types.hxx> #include <comphelper/types.hxx>
#include <connectivity/dbexception.hxx> #include <connectivity/dbexception.hxx>
#include "strings.hrc" #include <strings.hrc>
using namespace comphelper; using namespace comphelper;
using namespace connectivity; using namespace connectivity;
......
...@@ -17,14 +17,14 @@ ...@@ -17,14 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * 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 <com/sun/star/lang/DisposedException.hpp>
#include "ado/adoimp.hxx" #include <ado/adoimp.hxx>
#include <cppuhelper/typeprovider.hxx> #include <cppuhelper/typeprovider.hxx>
#include "ado/Awrapado.hxx" #include <ado/Awrapado.hxx>
#include <comphelper/sequence.hxx> #include <comphelper/sequence.hxx>
#include <comphelper/types.hxx> #include <comphelper/types.hxx>
#include "TConnection.hxx" #include <TConnection.hxx>
using namespace comphelper; using namespace comphelper;
......
...@@ -17,16 +17,16 @@ ...@@ -17,16 +17,16 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "ado/AViews.hxx" #include <ado/AViews.hxx>
#include "ado/AView.hxx" #include <ado/AView.hxx>
#include "ado/ATables.hxx" #include <ado/ATables.hxx>
#include "ado/ACatalog.hxx" #include <ado/ACatalog.hxx>
#include "ado/AConnection.hxx" #include <ado/AConnection.hxx>
#include "ado/Awrapado.hxx" #include <ado/Awrapado.hxx>
#include "TConnection.hxx" #include <TConnection.hxx>
#include <comphelper/types.hxx>