summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 14:15:35 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 18:48:39 -0600
commitaff270d89a4800fab9fb09c506d92780060e16dc (patch)
tree992c327fce7284dfabb7575c16783d5b3a10cdf4 /include
parent73a57482157fc9c925dc8f5c9cf26673cd18c803 (diff)
fdo#65108 inter-module includes <>
Change-Id: I338b2f923a31058dc7a3a9a4dcefba52109aa3b0
Diffstat (limited to 'include')
-rw-r--r--include/connectivity/BlobHelper.hxx2
-rw-r--r--include/connectivity/CommonTools.hxx2
-rw-r--r--include/connectivity/ConnectionWrapper.hxx4
-rw-r--r--include/connectivity/DriversConfig.hxx2
-rw-r--r--include/connectivity/FValue.hxx4
-rw-r--r--include/connectivity/IParseContext.hxx2
-rw-r--r--include/connectivity/OSubComponent.hxx2
-rw-r--r--include/connectivity/PColumn.hxx6
-rw-r--r--include/connectivity/ParameterCont.hxx2
-rw-r--r--include/connectivity/SQLStatementHelper.hxx2
-rw-r--r--include/connectivity/StdTypeDefs.hxx4
-rw-r--r--include/connectivity/TColumnsHelper.hxx6
-rw-r--r--include/connectivity/TIndex.hxx4
-rw-r--r--include/connectivity/TIndexColumns.hxx4
-rw-r--r--include/connectivity/TIndexes.hxx4
-rw-r--r--include/connectivity/TKey.hxx2
-rw-r--r--include/connectivity/TKeyColumns.hxx6
-rw-r--r--include/connectivity/TKeys.hxx6
-rw-r--r--include/connectivity/TTableHelper.hxx8
-rw-r--r--include/connectivity/conncleanup.hxx2
-rw-r--r--include/connectivity/dbcharset.hxx4
-rw-r--r--include/connectivity/dbconversion.hxx2
-rw-r--r--include/connectivity/dbexception.hxx4
-rw-r--r--include/connectivity/dbmetadata.hxx2
-rw-r--r--include/connectivity/dbtools.hxx4
-rw-r--r--include/connectivity/dbtoolsdllapi.hxx4
-rw-r--r--include/connectivity/filtermanager.hxx2
-rw-r--r--include/connectivity/formattedcolumnvalue.hxx2
-rw-r--r--include/connectivity/internalnode.hxx2
-rw-r--r--include/connectivity/parameters.hxx4
-rw-r--r--include/connectivity/paramwrapper.hxx2
-rw-r--r--include/connectivity/predicateinput.hxx2
-rw-r--r--include/connectivity/sdbcx/IRefreshable.hxx4
-rw-r--r--include/connectivity/sdbcx/VCatalog.hxx10
-rw-r--r--include/connectivity/sdbcx/VCollection.hxx6
-rw-r--r--include/connectivity/sdbcx/VColumn.hxx6
-rw-r--r--include/connectivity/sdbcx/VDescriptor.hxx2
-rw-r--r--include/connectivity/sdbcx/VGroup.hxx8
-rw-r--r--include/connectivity/sdbcx/VIndex.hxx10
-rw-r--r--include/connectivity/sdbcx/VIndexColumn.hxx4
-rw-r--r--include/connectivity/sdbcx/VKey.hxx10
-rw-r--r--include/connectivity/sdbcx/VKeyColumn.hxx4
-rw-r--r--include/connectivity/sdbcx/VTable.hxx8
-rw-r--r--include/connectivity/sdbcx/VUser.hxx10
-rw-r--r--include/connectivity/sdbcx/VView.hxx6
-rw-r--r--include/connectivity/sqlerror.hxx2
-rw-r--r--include/connectivity/sqliterator.hxx6
-rw-r--r--include/connectivity/sqlnode.hxx4
-rw-r--r--include/connectivity/sqlparse.hxx6
-rw-r--r--include/connectivity/sqlscan.hxx4
-rw-r--r--include/connectivity/statementcomposer.hxx2
-rw-r--r--include/connectivity/virtualdbtools.hxx2
-rw-r--r--include/connectivity/warningscontainer.hxx2
53 files changed, 112 insertions, 112 deletions
diff --git a/include/connectivity/BlobHelper.hxx b/include/connectivity/BlobHelper.hxx
index 3306851af114..27751ed392b3 100644
--- a/include/connectivity/BlobHelper.hxx
+++ b/include/connectivity/BlobHelper.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_CONNECTIVITY_BLOBHELPER_HXX
#define INCLUDED_CONNECTIVITY_BLOBHELPER_HXX
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
#include <com/sun/star/sdbc/XBlob.hpp>
#include <cppuhelper/implbase1.hxx>
diff --git a/include/connectivity/CommonTools.hxx b/include/connectivity/CommonTools.hxx
index 34d307a4fdc2..fb19abf5e25f 100644
--- a/include/connectivity/CommonTools.hxx
+++ b/include/connectivity/CommonTools.hxx
@@ -32,7 +32,7 @@
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
#include <osl/interlck.h>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
namespace com { namespace sun { namespace star { namespace util {
struct Date;
diff --git a/include/connectivity/ConnectionWrapper.hxx b/include/connectivity/ConnectionWrapper.hxx
index 2e0ed723c91d..bb6361d36329 100644
--- a/include/connectivity/ConnectionWrapper.hxx
+++ b/include/connectivity/ConnectionWrapper.hxx
@@ -27,8 +27,8 @@
#include <com/sun/star/sdbc/XConnection.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <comphelper/broadcasthelper.hxx>
-#include "connectivity/CommonTools.hxx"
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/CommonTools.hxx>
+#include <connectivity/dbtoolsdllapi.hxx>
namespace connectivity
{
diff --git a/include/connectivity/DriversConfig.hxx b/include/connectivity/DriversConfig.hxx
index 0e58e72f2c1c..c976de9f6602 100644
--- a/include/connectivity/DriversConfig.hxx
+++ b/include/connectivity/DriversConfig.hxx
@@ -22,7 +22,7 @@
#include <comphelper/stl_types.hxx>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/uno/Sequence.h>
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
#include <salhelper/singletonref.hxx>
#include <comphelper/namedvaluecollection.hxx>
#include <unotools/confignode.hxx>
diff --git a/include/connectivity/FValue.hxx b/include/connectivity/FValue.hxx
index 93187a0317b2..754e2dc774e8 100644
--- a/include/connectivity/FValue.hxx
+++ b/include/connectivity/FValue.hxx
@@ -27,8 +27,8 @@
#include <osl/diagnose.h>
#include <comphelper/stl_types.hxx>
#include <rtl/ref.hxx>
-#include "connectivity/dbtoolsdllapi.hxx"
-#include "connectivity/CommonTools.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
+#include <connectivity/CommonTools.hxx>
#include <com/sun/star/util/DateTime.hpp>
#include <com/sun/star/util/Date.hpp>
#include <com/sun/star/util/Time.hpp>
diff --git a/include/connectivity/IParseContext.hxx b/include/connectivity/IParseContext.hxx
index 78c901a94dda..0f7840caaea0 100644
--- a/include/connectivity/IParseContext.hxx
+++ b/include/connectivity/IParseContext.hxx
@@ -23,7 +23,7 @@ namespace connectivity { class OSQLParseNode; }
#include <rtl/ustring.hxx>
#include <com/sun/star/lang/Locale.hpp>
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
namespace connectivity
{
diff --git a/include/connectivity/OSubComponent.hxx b/include/connectivity/OSubComponent.hxx
index 2a55aa35c374..265054c4d904 100644
--- a/include/connectivity/OSubComponent.hxx
+++ b/include/connectivity/OSubComponent.hxx
@@ -22,7 +22,7 @@
#include <cppuhelper/weak.hxx>
#include <cppuhelper/interfacecontainer.h>
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
namespace com
{
diff --git a/include/connectivity/PColumn.hxx b/include/connectivity/PColumn.hxx
index e26db36787c0..9a1a1abc9c07 100644
--- a/include/connectivity/PColumn.hxx
+++ b/include/connectivity/PColumn.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_CONNECTIVITY_PCOLUMN_HXX
#define INCLUDED_CONNECTIVITY_PCOLUMN_HXX
-#include "connectivity/dbtoolsdllapi.hxx"
-#include "connectivity/sdbcx/VColumn.hxx"
-#include "connectivity/CommonTools.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
+#include <connectivity/sdbcx/VColumn.hxx>
+#include <connectivity/CommonTools.hxx>
#include <rtl/ref.hxx>
#include <com/sun/star/sdbc/XResultSetMetaData.hpp>
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
diff --git a/include/connectivity/ParameterCont.hxx b/include/connectivity/ParameterCont.hxx
index 39b357b0cf81..6d7322378803 100644
--- a/include/connectivity/ParameterCont.hxx
+++ b/include/connectivity/ParameterCont.hxx
@@ -21,7 +21,7 @@
#include <com/sun/star/sdb/XInteractionSupplyParameters.hpp>
#include <comphelper/interaction.hxx>
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
namespace dbtools
{
diff --git a/include/connectivity/SQLStatementHelper.hxx b/include/connectivity/SQLStatementHelper.hxx
index cc65140e960d..2076285c635a 100644
--- a/include/connectivity/SQLStatementHelper.hxx
+++ b/include/connectivity/SQLStatementHelper.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_CONNECTIVITY_SQLSTATEMENTHELPER_HXX
#define INCLUDED_CONNECTIVITY_SQLSTATEMENTHELPER_HXX
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
//.........................................................................
namespace dbtools
diff --git a/include/connectivity/StdTypeDefs.hxx b/include/connectivity/StdTypeDefs.hxx
index 32bf09ac3b47..9c68fc34c834 100644
--- a/include/connectivity/StdTypeDefs.hxx
+++ b/include/connectivity/StdTypeDefs.hxx
@@ -19,11 +19,11 @@
#ifndef INCLUDED_CONNECTIVITY_STDTYPEDEFS_HXX
#define INCLUDED_CONNECTIVITY_STDTYPEDEFS_HXX
-#include "sal/config.h"
+#include <sal/config.h>
#include <map>
#include <vector>
-#include "sal/types.h"
+#include <sal/types.h>
namespace connectivity
diff --git a/include/connectivity/TColumnsHelper.hxx b/include/connectivity/TColumnsHelper.hxx
index bc148ce87f20..8e27287903e9 100644
--- a/include/connectivity/TColumnsHelper.hxx
+++ b/include/connectivity/TColumnsHelper.hxx
@@ -20,10 +20,10 @@
#ifndef INCLUDED_CONNECTIVITY_TCOLUMNSHELPER_HXX
#define INCLUDED_CONNECTIVITY_TCOLUMNSHELPER_HXX
-#include "connectivity/sdbcx/VCollection.hxx"
+#include <connectivity/sdbcx/VCollection.hxx>
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
-#include "connectivity/sdbcx/IRefreshable.hxx"
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/sdbcx/IRefreshable.hxx>
+#include <connectivity/dbtoolsdllapi.hxx>
namespace connectivity
{
diff --git a/include/connectivity/TIndex.hxx b/include/connectivity/TIndex.hxx
index e08fd305eb3e..440cec3652db 100644
--- a/include/connectivity/TIndex.hxx
+++ b/include/connectivity/TIndex.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_CONNECTIVITY_TINDEX_HXX
#define INCLUDED_CONNECTIVITY_TINDEX_HXX
-#include "connectivity/dbtoolsdllapi.hxx"
-#include "connectivity/sdbcx/VIndex.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
+#include <connectivity/sdbcx/VIndex.hxx>
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
namespace connectivity
diff --git a/include/connectivity/TIndexColumns.hxx b/include/connectivity/TIndexColumns.hxx
index 807c8362dd1d..ee684669d8ec 100644
--- a/include/connectivity/TIndexColumns.hxx
+++ b/include/connectivity/TIndexColumns.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_CONNECTIVITY_TINDEXCOLUMNS_HXX
#define INCLUDED_CONNECTIVITY_TINDEXCOLUMNS_HXX
-#include "connectivity/sdbcx/VCollection.hxx"
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/sdbcx/VCollection.hxx>
+#include <connectivity/dbtoolsdllapi.hxx>
namespace connectivity
{
diff --git a/include/connectivity/TIndexes.hxx b/include/connectivity/TIndexes.hxx
index b150b661eb25..2359e94a2be4 100644
--- a/include/connectivity/TIndexes.hxx
+++ b/include/connectivity/TIndexes.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_CONNECTIVITY_TINDEXES_HXX
#define INCLUDED_CONNECTIVITY_TINDEXES_HXX
-#include "connectivity/dbtoolsdllapi.hxx"
-#include "connectivity/sdbcx/VCollection.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
+#include <connectivity/sdbcx/VCollection.hxx>
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
namespace connectivity
diff --git a/include/connectivity/TKey.hxx b/include/connectivity/TKey.hxx
index 51b944cea6e4..f4c85b049801 100644
--- a/include/connectivity/TKey.hxx
+++ b/include/connectivity/TKey.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_CONNECTIVITY_TKEY_HXX
#define INCLUDED_CONNECTIVITY_TKEY_HXX
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
#include <connectivity/sdbcx/VKey.hxx>
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
diff --git a/include/connectivity/TKeyColumns.hxx b/include/connectivity/TKeyColumns.hxx
index f4d112aa7414..a136c1710a92 100644
--- a/include/connectivity/TKeyColumns.hxx
+++ b/include/connectivity/TKeyColumns.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_CONNECTIVITY_TKEYCOLUMNS_HXX
#define INCLUDED_CONNECTIVITY_TKEYCOLUMNS_HXX
-#include "connectivity/sdbcx/VCollection.hxx"
-#include "connectivity/TKey.hxx"
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/sdbcx/VCollection.hxx>
+#include <connectivity/TKey.hxx>
+#include <connectivity/dbtoolsdllapi.hxx>
namespace connectivity
{
diff --git a/include/connectivity/TKeys.hxx b/include/connectivity/TKeys.hxx
index 0cd6e53df4fb..3602de8805d2 100644
--- a/include/connectivity/TKeys.hxx
+++ b/include/connectivity/TKeys.hxx
@@ -20,10 +20,10 @@
#ifndef INCLUDED_CONNECTIVITY_TKEYS_HXX
#define INCLUDED_CONNECTIVITY_TKEYS_HXX
-#include "connectivity/sdbcx/VCollection.hxx"
+#include <connectivity/sdbcx/VCollection.hxx>
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
-#include "connectivity/TTableHelper.hxx"
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/TTableHelper.hxx>
+#include <connectivity/dbtoolsdllapi.hxx>
namespace connectivity
{
diff --git a/include/connectivity/TTableHelper.hxx b/include/connectivity/TTableHelper.hxx
index e2660d8ae864..c87cae1fe94f 100644
--- a/include/connectivity/TTableHelper.hxx
+++ b/include/connectivity/TTableHelper.hxx
@@ -20,10 +20,10 @@
#ifndef INCLUDED_CONNECTIVITY_TTABLEHELPER_HXX
#define INCLUDED_CONNECTIVITY_TTABLEHELPER_HXX
-#include "connectivity/dbtoolsdllapi.hxx"
-#include "connectivity/sdbcx/VTable.hxx"
-#include "connectivity/sdbcx/VKey.hxx"
-#include "connectivity/StdTypeDefs.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
+#include <connectivity/sdbcx/VTable.hxx>
+#include <connectivity/sdbcx/VKey.hxx>
+#include <connectivity/StdTypeDefs.hxx>
#include <comphelper/stl_types.hxx>
#include <com/sun/star/sdb/tools/XTableRename.hpp>
#include <com/sun/star/sdb/tools/XTableAlteration.hpp>
diff --git a/include/connectivity/conncleanup.hxx b/include/connectivity/conncleanup.hxx
index ecfd7e885d3e..79bb5cfd8878 100644
--- a/include/connectivity/conncleanup.hxx
+++ b/include/connectivity/conncleanup.hxx
@@ -24,7 +24,7 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/sdbc/XRowSet.hpp>
#include <com/sun/star/sdbc/XConnection.hpp>
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
//.........................................................................
namespace dbtools
diff --git a/include/connectivity/dbcharset.hxx b/include/connectivity/dbcharset.hxx
index 22b0a4889095..7286bfc513e9 100644
--- a/include/connectivity/dbcharset.hxx
+++ b/include/connectivity/dbcharset.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_CONNECTIVITY_DBCHARSET_HXX
#define INCLUDED_CONNECTIVITY_DBCHARSET_HXX
-#include "sal/config.h"
+#include <sal/config.h>
#include <cstddef>
@@ -28,7 +28,7 @@
#include <rtl/textenc.h>
#include <rtl/tencinfo.h>
#include <rtl/ustring.hxx>
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
//.........................................................................
namespace dbtools
diff --git a/include/connectivity/dbconversion.hxx b/include/connectivity/dbconversion.hxx
index 6064b65c575f..3fe7c0c011ef 100644
--- a/include/connectivity/dbconversion.hxx
+++ b/include/connectivity/dbconversion.hxx
@@ -23,7 +23,7 @@
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/util/Date.hpp>
#include <com/sun/star/uno/Reference.hxx>
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
// forward declarations
namespace com
diff --git a/include/connectivity/dbexception.hxx b/include/connectivity/dbexception.hxx
index feeb7a5de273..85f21488af5b 100644
--- a/include/connectivity/dbexception.hxx
+++ b/include/connectivity/dbexception.hxx
@@ -21,8 +21,8 @@
#define INCLUDED_CONNECTIVITY_DBEXCEPTION_HXX
#include <com/sun/star/sdbc/SQLException.hpp>
-#include "connectivity/standardsqlstate.hxx"
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/standardsqlstate.hxx>
+#include <connectivity/dbtoolsdllapi.hxx>
namespace com
{
diff --git a/include/connectivity/dbmetadata.hxx b/include/connectivity/dbmetadata.hxx
index c1ee8feef06a..eb477508b2c5 100644
--- a/include/connectivity/dbmetadata.hxx
+++ b/include/connectivity/dbmetadata.hxx
@@ -24,7 +24,7 @@
#include <com/sun/star/uno/XComponentContext.hpp>
#include <memory>
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
//........................................................................
namespace dbtools
diff --git a/include/connectivity/dbtools.hxx b/include/connectivity/dbtools.hxx
index 0b2bc2f5249d..d7fd0f5f89ff 100644
--- a/include/connectivity/dbtools.hxx
+++ b/include/connectivity/dbtools.hxx
@@ -25,8 +25,8 @@
#include <com/sun/star/sdbc/DataType.hpp>
#include <comphelper/stl_types.hxx>
#include <unotools/sharedunocomponent.hxx>
-#include "connectivity/dbtoolsdllapi.hxx"
-#include "connectivity/FValue.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
+#include <connectivity/FValue.hxx>
namespace com { namespace sun { namespace star {
diff --git a/include/connectivity/dbtoolsdllapi.hxx b/include/connectivity/dbtoolsdllapi.hxx
index 51210a633092..466d5ab23915 100644
--- a/include/connectivity/dbtoolsdllapi.hxx
+++ b/include/connectivity/dbtoolsdllapi.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_CONNECTIVITY_DBTOOLSDLLAPI_HXX
#define INCLUDED_CONNECTIVITY_DBTOOLSDLLAPI_HXX
-#include "sal/config.h"
+#include <sal/config.h>
-#include "sal/types.h"
+#include <sal/types.h>
#if defined OOO_DLLIMPLEMENTATION_DBTOOLS
#define OOO_DLLPUBLIC_DBTOOLS SAL_DLLPUBLIC_EXPORT
diff --git a/include/connectivity/filtermanager.hxx b/include/connectivity/filtermanager.hxx
index 36afa9a13473..7c9b9640e49d 100644
--- a/include/connectivity/filtermanager.hxx
+++ b/include/connectivity/filtermanager.hxx
@@ -26,7 +26,7 @@
#include <rtl/ustrbuf.hxx>
#include <vector>
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
//........................................................................
namespace dbtools
diff --git a/include/connectivity/formattedcolumnvalue.hxx b/include/connectivity/formattedcolumnvalue.hxx
index 92a30cb1bf59..2da03f8aa96f 100644
--- a/include/connectivity/formattedcolumnvalue.hxx
+++ b/include/connectivity/formattedcolumnvalue.hxx
@@ -30,7 +30,7 @@
#include <boost/noncopyable.hpp>
#include <memory>
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
//........................................................................
namespace dbtools
diff --git a/include/connectivity/internalnode.hxx b/include/connectivity/internalnode.hxx
index 5462aef5ba6f..35a06342a487 100644
--- a/include/connectivity/internalnode.hxx
+++ b/include/connectivity/internalnode.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_CONNECTIVITY_INTERNALNODE_HXX
#define INCLUDED_CONNECTIVITY_INTERNALNODE_HXX
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
#include <connectivity/sqlnode.hxx>
namespace connectivity
diff --git a/include/connectivity/parameters.hxx b/include/connectivity/parameters.hxx
index 92a23a874b7f..2224750e7786 100644
--- a/include/connectivity/parameters.hxx
+++ b/include/connectivity/parameters.hxx
@@ -32,8 +32,8 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/sdb/XSingleSelectQueryComposer.hpp>
-#include "connectivity/dbtoolsdllapi.hxx"
-#include "connectivity/paramwrapper.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
+#include <connectivity/paramwrapper.hxx>
#include <unotools/sharedunocomponent.hxx>
#include <comphelper/implementationreference.hxx>
#include <cppuhelper/interfacecontainer.hxx>
diff --git a/include/connectivity/paramwrapper.hxx b/include/connectivity/paramwrapper.hxx
index 95f29b02df9e..2ec198453ed4 100644
--- a/include/connectivity/paramwrapper.hxx
+++ b/include/connectivity/paramwrapper.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_CONNECTIVITY_PARAMWRAPPER_HXX
#define INCLUDED_CONNECTIVITY_PARAMWRAPPER_HXX
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
#include <connectivity/FValue.hxx>
#include <com/sun/star/sdbc/XParameters.hpp>
diff --git a/include/connectivity/predicateinput.hxx b/include/connectivity/predicateinput.hxx
index cdd5735bcfbc..4687f170f8e4 100644
--- a/include/connectivity/predicateinput.hxx
+++ b/include/connectivity/predicateinput.hxx
@@ -26,7 +26,7 @@
#include <com/sun/star/util/XNumberFormatter.hpp>
#include <com/sun/star/i18n/XLocaleData4.hpp>
#include <connectivity/sqlparse.hxx>
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
//.........................................................................
namespace dbtools
diff --git a/include/connectivity/sdbcx/IRefreshable.hxx b/include/connectivity/sdbcx/IRefreshable.hxx
index e0bc837d533c..5c2105966874 100644
--- a/include/connectivity/sdbcx/IRefreshable.hxx
+++ b/include/connectivity/sdbcx/IRefreshable.hxx
@@ -19,8 +19,8 @@
#ifndef INCLUDED_CONNECTIVITY_SDBCX_IREFRESHABLE_HXX
#define INCLUDED_CONNECTIVITY_SDBCX_IREFRESHABLE_HXX
-#include "connectivity/CommonTools.hxx"
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/CommonTools.hxx>
+#include <connectivity/dbtoolsdllapi.hxx>
namespace connectivity
{
diff --git a/include/connectivity/sdbcx/VCatalog.hxx b/include/connectivity/sdbcx/VCatalog.hxx
index a071a6a358a4..4e1938a5a949 100644
--- a/include/connectivity/sdbcx/VCatalog.hxx
+++ b/include/connectivity/sdbcx/VCatalog.hxx
@@ -29,11 +29,11 @@
#include <com/sun/star/sdbc/XRow.hpp>
#include <cppuhelper/compbase5.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
-#include "connectivity/CommonTools.hxx"
-#include "connectivity/OSubComponent.hxx"
-#include "connectivity/sdbcx/IRefreshable.hxx"
-#include "connectivity/StdTypeDefs.hxx"
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/CommonTools.hxx>
+#include <connectivity/OSubComponent.hxx>
+#include <connectivity/sdbcx/IRefreshable.hxx>
+#include <connectivity/StdTypeDefs.hxx>
+#include <connectivity/dbtoolsdllapi.hxx>
namespace connectivity
{
diff --git a/include/connectivity/sdbcx/VCollection.hxx b/include/connectivity/sdbcx/VCollection.hxx
index aa38684d96c7..3bf79bf21285 100644
--- a/include/connectivity/sdbcx/VCollection.hxx
+++ b/include/connectivity/sdbcx/VCollection.hxx
@@ -35,10 +35,10 @@
#include <comphelper/stl_types.hxx>
#include <cppuhelper/interfacecontainer.h>
#include <com/sun/star/lang/XServiceInfo.hpp>
-#include "connectivity/CommonTools.hxx"
+#include <connectivity/CommonTools.hxx>
#include <com/sun/star/container/XContainer.hpp>
-#include "connectivity/StdTypeDefs.hxx"
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/StdTypeDefs.hxx>
+#include <connectivity/dbtoolsdllapi.hxx>
#include <memory>
diff --git a/include/connectivity/sdbcx/VColumn.hxx b/include/connectivity/sdbcx/VColumn.hxx
index 2a389d9478b0..b12eaa9c027f 100644
--- a/include/connectivity/sdbcx/VColumn.hxx
+++ b/include/connectivity/sdbcx/VColumn.hxx
@@ -24,10 +24,10 @@
#include <comphelper/IdPropArrayHelper.hxx>
#include <cppuhelper/compbase2.hxx>
#include <cppuhelper/implbase1.hxx>
-#include "connectivity/CommonTools.hxx"
+#include <connectivity/CommonTools.hxx>
#include <comphelper/broadcasthelper.hxx>
-#include "connectivity/sdbcx/VDescriptor.hxx"
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/sdbcx/VDescriptor.hxx>
+#include <connectivity/dbtoolsdllapi.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
namespace connectivity
diff --git a/include/connectivity/sdbcx/VDescriptor.hxx b/include/connectivity/sdbcx/VDescriptor.hxx
index 3c39a46613ba..de1c6774c30b 100644
--- a/include/connectivity/sdbcx/VDescriptor.hxx
+++ b/include/connectivity/sdbcx/VDescriptor.hxx
@@ -26,7 +26,7 @@
#include <cppuhelper/typeprovider.hxx>
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <comphelper/stl_types.hxx>
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
namespace connectivity
{
diff --git a/include/connectivity/sdbcx/VGroup.hxx b/include/connectivity/sdbcx/VGroup.hxx
index 6a1c5857788a..ac7d8bcffc90 100644
--- a/include/connectivity/sdbcx/VGroup.hxx
+++ b/include/connectivity/sdbcx/VGroup.hxx
@@ -29,11 +29,11 @@
#include <comphelper/proparrhlp.hxx>
#include <cppuhelper/compbase4.hxx>
#include <comphelper/broadcasthelper.hxx>
-#include "connectivity/sdbcx/VCollection.hxx"
+#include <connectivity/sdbcx/VCollection.hxx>
#include <comphelper/propertycontainer.hxx>
-#include "connectivity/sdbcx/IRefreshable.hxx"
-#include "connectivity/sdbcx/VDescriptor.hxx"
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/sdbcx/IRefreshable.hxx>
+#include <connectivity/sdbcx/VDescriptor.hxx>
+#include <connectivity/dbtoolsdllapi.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
namespace connectivity
diff --git a/include/connectivity/sdbcx/VIndex.hxx b/include/connectivity/sdbcx/VIndex.hxx
index 33d73e1010ee..7c679774b774 100644
--- a/include/connectivity/sdbcx/VIndex.hxx
+++ b/include/connectivity/sdbcx/VIndex.hxx
@@ -25,12 +25,12 @@
#include <com/sun/star/container/XNamed.hpp>
#include <comphelper/IdPropArrayHelper.hxx>
#include <cppuhelper/compbase2.hxx>
-#include "connectivity/CommonTools.hxx"
+#include <connectivity/CommonTools.hxx>
#include <comphelper/broadcasthelper.hxx>
-#include "connectivity/sdbcx/VTypeDef.hxx"
-#include "connectivity/sdbcx/IRefreshable.hxx"
-#include "connectivity/sdbcx/VDescriptor.hxx"
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/sdbcx/VTypeDef.hxx>
+#include <connectivity/sdbcx/IRefreshable.hxx>
+#include <connectivity/sdbcx/VDescriptor.hxx>
+#include <connectivity/dbtoolsdllapi.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <cppuhelper/implbase1.hxx>
diff --git a/include/connectivity/sdbcx/VIndexColumn.hxx b/include/connectivity/sdbcx/VIndexColumn.hxx
index 7b55a8f3eb0d..b8771cd3fa3c 100644
--- a/include/connectivity/sdbcx/VIndexColumn.hxx
+++ b/include/connectivity/sdbcx/VIndexColumn.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_CONNECTIVITY_SDBCX_VINDEXCOLUMN_HXX
#define INCLUDED_CONNECTIVITY_SDBCX_VINDEXCOLUMN_HXX
-#include "connectivity/dbtoolsdllapi.hxx"
-#include "connectivity/sdbcx/VColumn.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
+#include <connectivity/sdbcx/VColumn.hxx>
namespace connectivity
{
diff --git a/include/connectivity/sdbcx/VKey.hxx b/include/connectivity/sdbcx/VKey.hxx
index 21268c530165..7b773a54242d 100644
--- a/include/connectivity/sdbcx/VKey.hxx
+++ b/include/connectivity/sdbcx/VKey.hxx
@@ -22,13 +22,13 @@
#include <comphelper/IdPropArrayHelper.hxx>
-#include "connectivity/CommonTools.hxx"
+#include <connectivity/CommonTools.hxx>
#include <comphelper/broadcasthelper.hxx>
-#include "connectivity/sdbcx/VTypeDef.hxx"
+#include <connectivity/sdbcx/VTypeDef.hxx>
#include <com/sun/star/container/XNamed.hpp>
-#include "connectivity/sdbcx/IRefreshable.hxx"
-#include "connectivity/sdbcx/VDescriptor.hxx"
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/sdbcx/IRefreshable.hxx>
+#include <connectivity/sdbcx/VDescriptor.hxx>
+#include <connectivity/dbtoolsdllapi.hxx>
#include <cppuhelper/implbase1.hxx>
#include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp>
#include <boost/shared_ptr.hpp>
diff --git a/include/connectivity/sdbcx/VKeyColumn.hxx b/include/connectivity/sdbcx/VKeyColumn.hxx
index d106c3947fdc..d56e1de62832 100644
--- a/include/connectivity/sdbcx/VKeyColumn.hxx
+++ b/include/connectivity/sdbcx/VKeyColumn.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_CONNECTIVITY_SDBCX_VKEYCOLUMN_HXX
#define INCLUDED_CONNECTIVITY_SDBCX_VKEYCOLUMN_HXX
-#include "connectivity/dbtoolsdllapi.hxx"
-#include "connectivity/sdbcx/VColumn.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
+#include <connectivity/sdbcx/VColumn.hxx>
namespace connectivity
{
diff --git a/include/connectivity/sdbcx/VTable.hxx b/include/connectivity/sdbcx/VTable.hxx
index 9f468fcf3fb2..d9b6958fb3d1 100644
--- a/include/connectivity/sdbcx/VTable.hxx
+++ b/include/connectivity/sdbcx/VTable.hxx
@@ -31,10 +31,10 @@
#include <cppuhelper/implbase4.hxx>
#include <comphelper/broadcasthelper.hxx>
#include <com/sun/star/container/XNamed.hpp>
-#include "connectivity/sdbcx/IRefreshable.hxx"
-#include "connectivity/sdbcx/VDescriptor.hxx"
-#include "connectivity/CommonTools.hxx"
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/sdbcx/IRefreshable.hxx>
+#include <connectivity/sdbcx/VDescriptor.hxx>
+#include <connectivity/CommonTools.hxx>
+#include <connectivity/dbtoolsdllapi.hxx>
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
namespace connectivity
diff --git a/include/connectivity/sdbcx/VUser.hxx b/include/connectivity/sdbcx/VUser.hxx
index 344d02a9a8b9..edb8232bd1ef 100644
--- a/include/connectivity/sdbcx/VUser.hxx
+++ b/include/connectivity/sdbcx/VUser.hxx
@@ -25,13 +25,13 @@
#include <com/sun/star/sdbcx/XGroupsSupplier.hpp>
#include <comphelper/proparrhlp.hxx>
#include <cppuhelper/compbase4.hxx>
-#include "connectivity/CommonTools.hxx"
+#include <connectivity/CommonTools.hxx>
#include <comphelper/broadcasthelper.hxx>
-#include "connectivity/sdbcx/VCollection.hxx"
+#include <connectivity/sdbcx/VCollection.hxx>
#include <com/sun/star/container/XNamed.hpp>
-#include "connectivity/sdbcx/IRefreshable.hxx"
-#include "connectivity/sdbcx/VDescriptor.hxx"
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/sdbcx/IRefreshable.hxx>
+#include <connectivity/sdbcx/VDescriptor.hxx>
+#include <connectivity/dbtoolsdllapi.hxx>
namespace connectivity
{
diff --git a/include/connectivity/sdbcx/VView.hxx b/include/connectivity/sdbcx/VView.hxx
index e9f293a3f6f7..b31f47bd6932 100644
--- a/include/connectivity/sdbcx/VView.hxx
+++ b/include/connectivity/sdbcx/VView.hxx
@@ -25,11 +25,11 @@
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
#include <comphelper/proparrhlp.hxx>
#include <cppuhelper/compbase1.hxx>
-#include "connectivity/CommonTools.hxx"
+#include <connectivity/CommonTools.hxx>
#include <cppuhelper/interfacecontainer.h>
#include <com/sun/star/container/XNamed.hpp>
-#include "connectivity/sdbcx/VDescriptor.hxx"
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/sdbcx/VDescriptor.hxx>
+#include <connectivity/dbtoolsdllapi.hxx>
#include <comphelper/IdPropArrayHelper.hxx>
#include <cppuhelper/implbase2.hxx>
diff --git a/include/connectivity/sqlerror.hxx b/include/connectivity/sqlerror.hxx
index f23ab4c143a1..60f4bffb5492 100644
--- a/include/connectivity/sqlerror.hxx
+++ b/include/connectivity/sqlerror.hxx
@@ -25,7 +25,7 @@
#include <boost/shared_ptr.hpp>
#include <boost/optional.hpp>
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
//........................................................................
namespace connectivity
diff --git a/include/connectivity/sqliterator.hxx b/include/connectivity/sqliterator.hxx
index 24a10f317ed9..90d040490574 100644
--- a/include/connectivity/sqliterator.hxx
+++ b/include/connectivity/sqliterator.hxx
@@ -19,14 +19,14 @@
#ifndef INCLUDED_CONNECTIVITY_SQLITERATOR_HXX
#define INCLUDED_CONNECTIVITY_SQLITERATOR_HXX
-#include "connectivity/dbtoolsdllapi.hxx"
-#include "connectivity/sqlnode.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
+#include <connectivity/sqlnode.hxx>
#include <connectivity/IParseContext.hxx>
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
#include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/sdbc/SQLWarning.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
-#include "connectivity/CommonTools.hxx"
+#include <connectivity/CommonTools.hxx>
#include <rtl/ref.hxx>
#include <cppuhelper/weak.hxx>
diff --git a/include/connectivity/sqlnode.hxx b/include/connectivity/sqlnode.hxx
index 546c32d5c5c4..cc9a26acf715 100644
--- a/include/connectivity/sqlnode.hxx
+++ b/include/connectivity/sqlnode.hxx
@@ -19,8 +19,8 @@
#ifndef INCLUDED_CONNECTIVITY_SQLNODE_HXX
#define INCLUDED_CONNECTIVITY_SQLNODE_HXX
-#include "connectivity/dbtoolsdllapi.hxx"
-#include "connectivity/dbmetadata.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
+#include <connectivity/dbmetadata.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/util/XNumberFormatTypes.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
diff --git a/include/connectivity/sqlparse.hxx b/include/connectivity/sqlparse.hxx
index c64ab28c7623..9ad1c322bf1c 100644
--- a/include/connectivity/sqlparse.hxx
+++ b/include/connectivity/sqlparse.hxx
@@ -32,9 +32,9 @@
#include <com/sun/star/i18n/XCharacterClassification.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/i18n/XLocaleData4.hpp>
-#include "connectivity/IParseContext.hxx"
-#include "connectivity/dbtoolsdllapi.hxx"
-#include "connectivity/sqlerror.hxx"
+#include <connectivity/IParseContext.hxx>
+#include <connectivity/dbtoolsdllapi.hxx>
+#include <connectivity/sqlerror.hxx>
#include <salhelper/singletonref.hxx>
#include <map>
diff --git a/include/connectivity/sqlscan.hxx b/include/connectivity/sqlscan.hxx
index 0389c96851fb..459a137faf8f 100644
--- a/include/connectivity/sqlscan.hxx
+++ b/include/connectivity/sqlscan.hxx
@@ -20,8 +20,8 @@
#define INCLUDED_CONNECTIVITY_SQLSCAN_HXX
#include <stdarg.h>
-#include "connectivity/IParseContext.hxx"
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/IParseContext.hxx>
+#include <connectivity/dbtoolsdllapi.hxx>
namespace connectivity
{
diff --git a/include/connectivity/statementcomposer.hxx b/include/connectivity/statementcomposer.hxx
index bb3392dd6c20..10513ca35d28 100644
--- a/include/connectivity/statementcomposer.hxx
+++ b/include/connectivity/statementcomposer.hxx
@@ -26,7 +26,7 @@
#include <boost/noncopyable.hpp>
#include <memory>
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
//........................................................................
namespace dbtools
diff --git a/include/connectivity/virtualdbtools.hxx b/include/connectivity/virtualdbtools.hxx
index fb34a0e43f97..73b48f07e65c 100644
--- a/include/connectivity/virtualdbtools.hxx
+++ b/include/connectivity/virtualdbtools.hxx
@@ -29,7 +29,7 @@
#include <vector>
#include <memory>
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
//========================================================================
//= forward declarations
diff --git a/include/connectivity/warningscontainer.hxx b/include/connectivity/warningscontainer.hxx
index c8a3268edae8..b40ace99d30a 100644
--- a/include/connectivity/warningscontainer.hxx
+++ b/include/connectivity/warningscontainer.hxx
@@ -23,7 +23,7 @@
#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
#include <com/sun/star/sdb/SQLContext.hpp>
-#include "connectivity/dbtoolsdllapi.hxx"
+#include <connectivity/dbtoolsdllapi.hxx>
//.........................................................................
namespace dbtools