diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-07 16:10:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-10 07:11:58 +0100 |
commit | a2a8ad842fccbf214e2e25414fc715246408aa27 (patch) | |
tree | 47c537b65af711838afe7bb682ab995f8582c009 /solenv | |
parent | a570a6b122125e88629fde990306f525c561284c (diff) |
move some headers inside connectivity
Change-Id: I9a72a9d59db4f198c2261d41143e3b8344845285
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88202
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/blacklist | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index 5dcdab99ddd1..85aa95514dc4 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -1877,6 +1877,20 @@ configmgr/source/xcuparser.hxx configmgr/source/xmldata.cxx configmgr/source/xmldata.hxx connectivity/inc/strings.hxx +connectivity/inc/ParameterCont.hxx +connectivity/inc/SQLStatementHelper.hxx +connectivity/inc/TIndexColumns.hxx +connectivity/inc/TIndex.hxx +connectivity/inc/TKey.hxx +connectivity/inc/TKeyColumns.hxx +connectivity/inc/sdbcx/VCatalog.hxx +connectivity/inc/sdbcx/VGroup.hxx +connectivity/inc/sdbcx/VIndex.hxx +connectivity/inc/sdbcx/VIndexColumn.hxx +connectivity/inc/sdbcx/VKey.hxx +connectivity/inc/sdbcx/VKeyColumn.hxx +connectivity/inc/sdbcx/VTypeDef.hxx +connectivity/inc/sdbcx/VUser.hxx connectivity/qa/connectivity/ado/DriverTest.cxx connectivity/qa/connectivity/commontools/FValue_test.cxx connectivity/qa/connectivity/mork/DriverTest.cxx @@ -5751,14 +5765,8 @@ include/connectivity/DriversConfig.hxx include/connectivity/FValue.hxx include/connectivity/IParseContext.hxx include/connectivity/PColumn.hxx -include/connectivity/ParameterCont.hxx -include/connectivity/SQLStatementHelper.hxx include/connectivity/TColumnsHelper.hxx -include/connectivity/TIndex.hxx -include/connectivity/TIndexColumns.hxx include/connectivity/TIndexes.hxx -include/connectivity/TKey.hxx -include/connectivity/TKeyColumns.hxx include/connectivity/TKeys.hxx include/connectivity/TTableHelper.hxx include/connectivity/conncleanup.hxx @@ -5767,26 +5775,18 @@ include/connectivity/dbconversion.hxx include/connectivity/dbexception.hxx include/connectivity/dbmetadata.hxx include/connectivity/dbtools.hxx +include/connectivity/internalnode.hxx include/connectivity/filtermanager.hxx include/connectivity/formattedcolumnvalue.hxx -include/connectivity/internalnode.hxx include/connectivity/odbc.hxx include/connectivity/parameters.hxx include/connectivity/paramwrapper.hxx include/connectivity/predicateinput.hxx include/connectivity/sdbcx/IRefreshable.hxx -include/connectivity/sdbcx/VCatalog.hxx include/connectivity/sdbcx/VCollection.hxx include/connectivity/sdbcx/VColumn.hxx include/connectivity/sdbcx/VDescriptor.hxx -include/connectivity/sdbcx/VGroup.hxx -include/connectivity/sdbcx/VIndex.hxx -include/connectivity/sdbcx/VIndexColumn.hxx -include/connectivity/sdbcx/VKey.hxx -include/connectivity/sdbcx/VKeyColumn.hxx include/connectivity/sdbcx/VTable.hxx -include/connectivity/sdbcx/VTypeDef.hxx -include/connectivity/sdbcx/VUser.hxx include/connectivity/sdbcx/VView.hxx include/connectivity/sqlbison_exports.hxx include/connectivity/sqlerror.hxx |