diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-24 11:55:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-24 11:55:18 +0200 |
commit | 5460a1dcb92fe40aedd080911a02033c32eb9cf1 (patch) | |
tree | 038840b2bb21408d8a79d2c52e9e3a571a8fa80b /connectivity | |
parent | f70d864e42e479e0f29cd2dae4544146930b6591 (diff) |
loplugin:includeform: connectivity (macOS)
Change-Id: Ib87a1dae55f926baffe1cf436fedeab59508d253
Diffstat (limited to 'connectivity')
7 files changed, 15 insertions, 15 deletions
diff --git a/connectivity/source/drivers/macab/MacabConnection.hxx b/connectivity/source/drivers/macab/MacabConnection.hxx index 01bcae6b91df..8cf5c3d0aff0 100644 --- a/connectivity/source/drivers/macab/MacabConnection.hxx +++ b/connectivity/source/drivers/macab/MacabConnection.hxx @@ -30,7 +30,7 @@ #include <com/sun/star/sdbcx/XTablesSupplier.hpp> #include <comphelper/broadcasthelper.hxx> #include <cppuhelper/compbase.hxx> -#include "TConnection.hxx" +#include <TConnection.hxx> namespace connectivity { diff --git a/connectivity/source/drivers/macab/MacabDatabaseMetaData.cxx b/connectivity/source/drivers/macab/MacabDatabaseMetaData.cxx index 10963ef1e3f9..635b929c2106 100644 --- a/connectivity/source/drivers/macab/MacabDatabaseMetaData.cxx +++ b/connectivity/source/drivers/macab/MacabDatabaseMetaData.cxx @@ -25,8 +25,8 @@ #include "macabutilities.hxx" #include "MacabDriver.hxx" -#include "FDatabaseMetaDataResultSet.hxx" -#include "OTypeInfo.hxx" +#include <FDatabaseMetaDataResultSet.hxx> +#include <OTypeInfo.hxx> #include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdbc/ResultSetType.hpp> #include <com/sun/star/sdbc/TransactionIsolation.hpp> diff --git a/connectivity/source/drivers/macab/MacabDriver.cxx b/connectivity/source/drivers/macab/MacabDriver.cxx index 8b8e97c3fb20..18a1e017d9cf 100644 --- a/connectivity/source/drivers/macab/MacabDriver.cxx +++ b/connectivity/source/drivers/macab/MacabDriver.cxx @@ -26,7 +26,7 @@ #include <com/sun/star/frame/Desktop.hpp> #include <rtl/ustrbuf.hxx> #include <tools/diagnose_ex.h> -#include "strings.hrc" +#include <strings.hrc> #include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/connectivity/source/drivers/macab/MacabPreparedStatement.cxx b/connectivity/source/drivers/macab/MacabPreparedStatement.cxx index 49d5ec92cfd8..7874e3af40f3 100644 --- a/connectivity/source/drivers/macab/MacabPreparedStatement.cxx +++ b/connectivity/source/drivers/macab/MacabPreparedStatement.cxx @@ -20,11 +20,11 @@ #include "MacabPreparedStatement.hxx" #include "MacabAddressBook.hxx" -#include "propertyids.hxx" +#include <propertyids.hxx> #include <connectivity/dbexception.hxx> #include <connectivity/dbtools.hxx> -#include "strings.hrc" -#include "resource/sharedresources.hxx" +#include <strings.hrc> +#include <resource/sharedresources.hxx> using namespace connectivity::macab; using namespace com::sun::star::uno; diff --git a/connectivity/source/drivers/macab/MacabResultSet.cxx b/connectivity/source/drivers/macab/MacabResultSet.cxx index 71d4dbfb05a8..f9bb5ab0744d 100644 --- a/connectivity/source/drivers/macab/MacabResultSet.cxx +++ b/connectivity/source/drivers/macab/MacabResultSet.cxx @@ -28,10 +28,10 @@ #include "macaborder.hxx" #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/sdbcx/CompareBookmark.hpp> -#include "TConnection.hxx" +#include <TConnection.hxx> #include <connectivity/dbexception.hxx> -#include "resource/sharedresources.hxx" -#include "strings.hrc" +#include <resource/sharedresources.hxx> +#include <strings.hrc> using namespace connectivity::macab; using namespace cppu; diff --git a/connectivity/source/drivers/macab/MacabResultSetMetaData.cxx b/connectivity/source/drivers/macab/MacabResultSetMetaData.cxx index 6cdccdd9c460..c424b1ea9302 100644 --- a/connectivity/source/drivers/macab/MacabResultSetMetaData.cxx +++ b/connectivity/source/drivers/macab/MacabResultSetMetaData.cxx @@ -23,7 +23,7 @@ #include "MacabRecords.hxx" #include "MacabAddressBook.hxx" #include "macabutilities.hxx" -#include "strings.hrc" +#include <strings.hrc> using namespace connectivity::macab; using namespace com::sun::star::uno; diff --git a/connectivity/source/drivers/macab/MacabStatement.cxx b/connectivity/source/drivers/macab/MacabStatement.cxx index 53a58d4950c8..c8a7e8307356 100644 --- a/connectivity/source/drivers/macab/MacabStatement.cxx +++ b/connectivity/source/drivers/macab/MacabStatement.cxx @@ -19,7 +19,7 @@ #include "MacabStatement.hxx" -#include "sqlbison.hxx" +#include <sqlbison.hxx> #include "MacabConnection.hxx" #include "MacabAddressBook.hxx" #include "MacabDriver.hxx" @@ -27,10 +27,10 @@ #include "MacabResultSetMetaData.hxx" #include "macabcondition.hxx" #include "macaborder.hxx" -#include "TConnection.hxx" +#include <TConnection.hxx> #include <connectivity/dbexception.hxx> -#include "resource/sharedresources.hxx" -#include "strings.hrc" +#include <resource/sharedresources.hxx> +#include <strings.hrc> using namespace connectivity::macab; using namespace com::sun::star::uno; |