diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-04-14 22:31:33 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-04-15 11:17:24 +0200 |
commit | b4d36b5dcfc84b2aa8913ac69ad12077713cee84 (patch) | |
tree | dafa07a7290a7e913eeb3d7a23c4366d01fcf2d8 /connectivity | |
parent | c8c74a0b4ca6f3a3619f423b6548c80c52392ae0 (diff) |
remove some unused comphelper includes
and fix the fallout
Change-Id: I5d0c2040f57a3ac354a7e277592da31d09a5f359
Reviewed-on: https://gerrit.libreoffice.org/52894
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'connectivity')
28 files changed, 0 insertions, 29 deletions
diff --git a/connectivity/source/commontools/CommonTools.cxx b/connectivity/source/commontools/CommonTools.cxx index 0deb62f38a6f..371b2a63c0d2 100644 --- a/connectivity/source/commontools/CommonTools.cxx +++ b/connectivity/source/commontools/CommonTools.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/util/DateTime.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/lang/XComponent.hpp> -#include <comphelper/extract.hxx> #include <cppuhelper/interfacecontainer.h> #include <TConnection.hxx> #include <comphelper/types.hxx> diff --git a/connectivity/source/commontools/TKeyColumns.cxx b/connectivity/source/commontools/TKeyColumns.cxx index b1fd4d547ebf..1f774fd1440d 100644 --- a/connectivity/source/commontools/TKeyColumns.cxx +++ b/connectivity/source/commontools/TKeyColumns.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/ColumnValue.hpp> -#include <comphelper/extract.hxx> #include <comphelper/property.hxx> #include <TConnection.hxx> #include <connectivity/TTableHelper.hxx> diff --git a/connectivity/source/commontools/parameters.cxx b/connectivity/source/commontools/parameters.cxx index 41d28a2bdf54..97e80a56cc51 100644 --- a/connectivity/source/commontools/parameters.cxx +++ b/connectivity/source/commontools/parameters.cxx @@ -34,9 +34,7 @@ #include <tools/diagnose_ex.h> -#include <comphelper/uno3.hxx> #include <comphelper/proparrhlp.hxx> -#include <comphelper/broadcasthelper.hxx> #include <connectivity/ParameterCont.hxx> #include <rtl/ustrbuf.hxx> diff --git a/connectivity/source/cpool/ZConnectionPool.cxx b/connectivity/source/cpool/ZConnectionPool.cxx index 672ba58d8086..ee727509d1c3 100644 --- a/connectivity/source/cpool/ZConnectionPool.cxx +++ b/connectivity/source/cpool/ZConnectionPool.cxx @@ -21,7 +21,6 @@ #include "ZConnectionPool.hxx" #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/container/ElementExistException.hpp> -#include <comphelper/extract.hxx> #include <comphelper/types.hxx> #include <com/sun/star/lang/XComponent.hpp> #include "ZPooledConnection.hxx" diff --git a/connectivity/source/cpool/ZConnectionWrapper.cxx b/connectivity/source/cpool/ZConnectionWrapper.cxx index 4b1157afa39e..1aa6374656c7 100644 --- a/connectivity/source/cpool/ZConnectionWrapper.cxx +++ b/connectivity/source/cpool/ZConnectionWrapper.cxx @@ -21,7 +21,6 @@ #include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/lang/DisposedException.hpp> -#include <comphelper/extract.hxx> #include <cppuhelper/typeprovider.hxx> #include <comphelper/sequence.hxx> diff --git a/connectivity/source/cpool/ZPooledConnection.cxx b/connectivity/source/cpool/ZPooledConnection.cxx index c8fd83e39553..7d2559de2382 100644 --- a/connectivity/source/cpool/ZPooledConnection.cxx +++ b/connectivity/source/cpool/ZPooledConnection.cxx @@ -22,7 +22,6 @@ #include <connectivity/ConnectionWrapper.hxx> #include <com/sun/star/sdbc/XCloseable.hpp> #include <comphelper/types.hxx> -#include <comphelper/uno3.hxx> #include <cppuhelper/component.hxx> using namespace ::com::sun::star::uno; diff --git a/connectivity/source/drivers/ado/AIndex.cxx b/connectivity/source/drivers/ado/AIndex.cxx index eb5d2dbde812..6c0b385bc7f9 100644 --- a/connectivity/source/drivers/ado/AIndex.cxx +++ b/connectivity/source/drivers/ado/AIndex.cxx @@ -23,7 +23,6 @@ #include <cppuhelper/typeprovider.hxx> #include <comphelper/sequence.hxx> #include <ado/AColumns.hxx> -#include <comphelper/extract.hxx> #include <TConnection.hxx> #include <comphelper/types.hxx> diff --git a/connectivity/source/drivers/calc/CTable.cxx b/connectivity/source/drivers/calc/CTable.cxx index bce84e2b05b3..ffeaf9c79ccf 100644 --- a/connectivity/source/drivers/calc/CTable.cxx +++ b/connectivity/source/drivers/calc/CTable.cxx @@ -44,7 +44,6 @@ #include <comphelper/sequence.hxx> #include <svl/zforlist.hxx> #include <rtl/math.hxx> -#include <comphelper/extract.hxx> #include <connectivity/dbexception.hxx> #include <connectivity/dbconversion.hxx> #include <comphelper/types.hxx> diff --git a/connectivity/source/drivers/component/CTable.cxx b/connectivity/source/drivers/component/CTable.cxx index 3abfc2224923..c31a7f6df349 100644 --- a/connectivity/source/drivers/component/CTable.cxx +++ b/connectivity/source/drivers/component/CTable.cxx @@ -43,7 +43,6 @@ #include <comphelper/sequence.hxx> #include <svl/zforlist.hxx> #include <rtl/math.hxx> -#include <comphelper/extract.hxx> #include <connectivity/dbexception.hxx> #include <connectivity/dbconversion.hxx> #include <comphelper/types.hxx> diff --git a/connectivity/source/drivers/dbase/DIndex.cxx b/connectivity/source/drivers/dbase/DIndex.cxx index 4dec39d2b1ca..e07402af2198 100644 --- a/connectivity/source/drivers/dbase/DIndex.cxx +++ b/connectivity/source/drivers/dbase/DIndex.cxx @@ -31,7 +31,6 @@ #include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbcx/XRowLocate.hpp> #include <com/sun/star/sdbc/XRow.hpp> -#include <comphelper/extract.hxx> #include <unotools/ucbhelper.hxx> #include <comphelper/types.hxx> #include <connectivity/dbexception.hxx> diff --git a/connectivity/source/drivers/evoab2/NConnection.cxx b/connectivity/source/drivers/evoab2/NConnection.cxx index 36323fbe5a04..0b2b724e9764 100644 --- a/connectivity/source/drivers/evoab2/NConnection.cxx +++ b/connectivity/source/drivers/evoab2/NConnection.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/sdbc/TransactionIsolation.hpp> #include "NPreparedStatement.hxx" #include "NStatement.hxx" -#include <comphelper/extract.hxx> #include <connectivity/dbexception.hxx> #include <comphelper/sequence.hxx> #include <rtl/ustring.hxx> diff --git a/connectivity/source/drivers/evoab2/NResultSet.cxx b/connectivity/source/drivers/evoab2/NResultSet.cxx index d838d07e9033..e20b8adf8f7f 100644 --- a/connectivity/source/drivers/evoab2/NResultSet.cxx +++ b/connectivity/source/drivers/evoab2/NResultSet.cxx @@ -34,7 +34,6 @@ #include <com/sun/star/sdbc/ResultSetConcurrency.hpp> #include <com/sun/star/sdbc/ResultSetType.hpp> -#include <comphelper/extract.hxx> #include <comphelper/property.hxx> #include <comphelper/sequence.hxx> #include <comphelper/types.hxx> diff --git a/connectivity/source/drivers/evoab2/NTables.cxx b/connectivity/source/drivers/evoab2/NTables.cxx index 7beaffdca6d6..b5b5e3f4fc1e 100644 --- a/connectivity/source/drivers/evoab2/NTables.cxx +++ b/connectivity/source/drivers/evoab2/NTables.cxx @@ -26,7 +26,6 @@ #include <connectivity/sdbcx/VTable.hxx> #include "NCatalog.hxx" #include "NConnection.hxx" -#include <comphelper/extract.hxx> #include <connectivity/dbtools.hxx> #include <connectivity/dbexception.hxx> #include <cppuhelper/interfacecontainer.h> diff --git a/connectivity/source/drivers/file/FResultSet.cxx b/connectivity/source/drivers/file/FResultSet.cxx index 42c78e82e1dc..a078e095a3fa 100644 --- a/connectivity/source/drivers/file/FResultSet.cxx +++ b/connectivity/source/drivers/file/FResultSet.cxx @@ -43,7 +43,6 @@ #include <com/sun/star/sdbcx/XIndexesSupplier.hpp> #include <algorithm> -#include <comphelper/extract.hxx> #include <connectivity/dbexception.hxx> #include <comphelper/types.hxx> #include <resource/sharedresources.hxx> diff --git a/connectivity/source/drivers/file/fanalyzer.cxx b/connectivity/source/drivers/file/fanalyzer.cxx index a700f3511046..accd53ab6809 100644 --- a/connectivity/source/drivers/file/fanalyzer.cxx +++ b/connectivity/source/drivers/file/fanalyzer.cxx @@ -20,7 +20,6 @@ #include <file/fanalyzer.hxx> #include <connectivity/sqlparse.hxx> #include <tools/debug.hxx> -#include <comphelper/extract.hxx> #include <connectivity/sqlnode.hxx> #include <connectivity/dbexception.hxx> #include <file/FConnection.hxx> diff --git a/connectivity/source/drivers/flat/EConnection.cxx b/connectivity/source/drivers/flat/EConnection.cxx index 1ee3d2a23129..ace657fd642d 100644 --- a/connectivity/source/drivers/flat/EConnection.cxx +++ b/connectivity/source/drivers/flat/EConnection.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/lang/DisposedException.hpp> #include <flat/EPreparedStatement.hxx> #include <flat/EStatement.hxx> -#include <comphelper/extract.hxx> #include <connectivity/dbexception.hxx> using namespace connectivity::flat; diff --git a/connectivity/source/drivers/flat/ETable.cxx b/connectivity/source/drivers/flat/ETable.cxx index e10874e93189..33c6557737b2 100644 --- a/connectivity/source/drivers/flat/ETable.cxx +++ b/connectivity/source/drivers/flat/ETable.cxx @@ -28,7 +28,6 @@ #include <svl/zforlist.hxx> #include <rtl/math.hxx> #include <cppuhelper/queryinterface.hxx> -#include <comphelper/extract.hxx> #include <comphelper/numbers.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> diff --git a/connectivity/source/drivers/hsqldb/HTable.cxx b/connectivity/source/drivers/hsqldb/HTable.cxx index 618b00930655..a05d004ee864 100644 --- a/connectivity/source/drivers/hsqldb/HTable.cxx +++ b/connectivity/source/drivers/hsqldb/HTable.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdbcx/Privilege.hpp> #include <comphelper/property.hxx> -#include <comphelper/extract.hxx> #include <comphelper/types.hxx> #include <connectivity/dbtools.hxx> #include <connectivity/sdbcx/VColumn.hxx> diff --git a/connectivity/source/drivers/hsqldb/HTables.cxx b/connectivity/source/drivers/hsqldb/HTables.cxx index bde5866b9d92..2f6047e7703f 100644 --- a/connectivity/source/drivers/hsqldb/HTables.cxx +++ b/connectivity/source/drivers/hsqldb/HTables.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/sdbc/KeyRule.hpp> #include <com/sun/star/sdbcx/KeyType.hpp> #include <hsqldb/HCatalog.hxx> -#include <comphelper/extract.hxx> #include <connectivity/dbtools.hxx> #include <connectivity/dbexception.hxx> #include <cppuhelper/interfacecontainer.h> diff --git a/connectivity/source/drivers/hsqldb/HViews.cxx b/connectivity/source/drivers/hsqldb/HViews.cxx index c66d869e09a4..09e98f6d52af 100644 --- a/connectivity/source/drivers/hsqldb/HViews.cxx +++ b/connectivity/source/drivers/hsqldb/HViews.cxx @@ -28,7 +28,6 @@ #include <com/sun/star/sdbcx/KeyType.hpp> #include <com/sun/star/sdbcx/CheckOption.hpp> #include <hsqldb/HCatalog.hxx> -#include <comphelper/extract.hxx> #include <connectivity/dbtools.hxx> #include <connectivity/dbexception.hxx> #include <cppuhelper/interfacecontainer.h> diff --git a/connectivity/source/drivers/macab/MacabConnection.hxx b/connectivity/source/drivers/macab/MacabConnection.hxx index 976e2fde3758..1cfb692ec18e 100644 --- a/connectivity/source/drivers/macab/MacabConnection.hxx +++ b/connectivity/source/drivers/macab/MacabConnection.hxx @@ -27,7 +27,6 @@ #include <com/sun/star/sdbc/XWarningsSupplier.hpp> #include <com/sun/star/sdbc/XConnection.hpp> #include <com/sun/star/sdbcx/XTablesSupplier.hpp> -#include <comphelper/broadcasthelper.hxx> #include <cppuhelper/compbase.hxx> #include <TConnection.hxx> diff --git a/connectivity/source/drivers/mysql/YTable.cxx b/connectivity/source/drivers/mysql/YTable.cxx index a6db7380e2fe..7192c2393907 100644 --- a/connectivity/source/drivers/mysql/YTable.cxx +++ b/connectivity/source/drivers/mysql/YTable.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdbcx/Privilege.hpp> #include <comphelper/property.hxx> -#include <comphelper/extract.hxx> #include <comphelper/types.hxx> #include <connectivity/dbtools.hxx> #include <connectivity/sdbcx/VColumn.hxx> diff --git a/connectivity/source/drivers/mysql/YTables.cxx b/connectivity/source/drivers/mysql/YTables.cxx index be47c7c7a116..55077af30426 100644 --- a/connectivity/source/drivers/mysql/YTables.cxx +++ b/connectivity/source/drivers/mysql/YTables.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/sdbc/KeyRule.hpp> #include <com/sun/star/sdbcx/KeyType.hpp> #include <mysql/YCatalog.hxx> -#include <comphelper/extract.hxx> #include <connectivity/dbtools.hxx> #include <connectivity/dbexception.hxx> #include <cppuhelper/interfacecontainer.h> diff --git a/connectivity/source/drivers/mysql/YViews.cxx b/connectivity/source/drivers/mysql/YViews.cxx index 2f4f123285b3..c6a3c2800073 100644 --- a/connectivity/source/drivers/mysql/YViews.cxx +++ b/connectivity/source/drivers/mysql/YViews.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/sdbcx/KeyType.hpp> #include <com/sun/star/sdbcx/CheckOption.hpp> #include <mysql/YCatalog.hxx> -#include <comphelper/extract.hxx> #include <connectivity/dbtools.hxx> #include <connectivity/dbexception.hxx> #include <cppuhelper/interfacecontainer.h> diff --git a/connectivity/source/drivers/odbc/OConnection.cxx b/connectivity/source/drivers/odbc/OConnection.cxx index cc474837bb52..7d7a741f93c5 100644 --- a/connectivity/source/drivers/odbc/OConnection.cxx +++ b/connectivity/source/drivers/odbc/OConnection.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/lang/DisposedException.hpp> #include <connectivity/dbcharset.hxx> #include <connectivity/FValue.hxx> -#include <comphelper/extract.hxx> #include <connectivity/dbexception.hxx> #include <string.h> diff --git a/connectivity/source/drivers/odbc/OStatement.cxx b/connectivity/source/drivers/odbc/OStatement.cxx index 5f40aca6a69a..a26526894080 100644 --- a/connectivity/source/drivers/odbc/OStatement.cxx +++ b/connectivity/source/drivers/odbc/OStatement.cxx @@ -32,7 +32,6 @@ #include <comphelper/sequence.hxx> #include <cppuhelper/typeprovider.hxx> #include <cppuhelper/queryinterface.hxx> -#include <comphelper/extract.hxx> #include <comphelper/types.hxx> #include <algorithm> #include <strings.hrc> diff --git a/connectivity/source/inc/java/tools.hxx b/connectivity/source/inc/java/tools.hxx index c181a1b2f940..8fe534bbbad9 100644 --- a/connectivity/source/inc/java/tools.hxx +++ b/connectivity/source/inc/java/tools.hxx @@ -25,7 +25,6 @@ #include <jni.h> #include <java/sql/SQLException.hxx> -#include <comphelper/uno3.hxx> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/io/XInputStream.hpp> diff --git a/connectivity/source/sdbcx/VCollection.cxx b/connectivity/source/sdbcx/VCollection.cxx index d5f16da9e50b..595b66576ed1 100644 --- a/connectivity/source/sdbcx/VCollection.cxx +++ b/connectivity/source/sdbcx/VCollection.cxx @@ -25,7 +25,6 @@ #include <connectivity/sdbcx/VDescriptor.hxx> #include <connectivity/dbexception.hxx> #include <comphelper/enumhelper.hxx> -#include <comphelper/container.hxx> #include <comphelper/types.hxx> #include <comphelper/property.hxx> #include <TConnection.hxx> |