diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-05-27 14:07:43 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-06-05 10:56:36 +0200 |
commit | 8ddca0648a2b673b7dd5357871f79a83c3830ed8 (patch) | |
tree | 33f6f1eaaa2d3f5f73ddbf25f40c60cbb365d663 /connectivity/source/inc | |
parent | d3c650f6170894a87e59436cf48eba5622403e27 (diff) |
tdf#42949 remove unused compheler includes ..
and fix the fallout
Change-Id: I15bc5d626f4d157cbc69a87392078b41e621d14e
Reviewed-on: https://gerrit.libreoffice.org/54882
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r-- | connectivity/source/inc/ado/AStatement.hxx | 1 | ||||
-rw-r--r-- | connectivity/source/inc/file/FStatement.hxx | 1 | ||||
-rw-r--r-- | connectivity/source/inc/hsqldb/HDriver.hxx | 1 | ||||
-rw-r--r-- | connectivity/source/inc/java/sql/JStatement.hxx | 1 | ||||
-rw-r--r-- | connectivity/source/inc/mysql/YDriver.hxx | 1 | ||||
-rw-r--r-- | connectivity/source/inc/odbc/OStatement.hxx | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/connectivity/source/inc/ado/AStatement.hxx b/connectivity/source/inc/ado/AStatement.hxx index 4f096b5fffc2..278a3595095b 100644 --- a/connectivity/source/inc/ado/AStatement.hxx +++ b/connectivity/source/inc/ado/AStatement.hxx @@ -30,7 +30,6 @@ #include <cppuhelper/compbase.hxx> #include <cppuhelper/basemutex.hxx> #include <comphelper/proparrhlp.hxx> -#include <comphelper/uno3.hxx> #include <ado/AConnection.hxx> #include <vector> #include <ado/Awrapado.hxx> diff --git a/connectivity/source/inc/file/FStatement.hxx b/connectivity/source/inc/file/FStatement.hxx index bb759444fe5c..f70568e8f31e 100644 --- a/connectivity/source/inc/file/FStatement.hxx +++ b/connectivity/source/inc/file/FStatement.hxx @@ -31,7 +31,6 @@ #include <cppuhelper/compbase.hxx> #include <cppuhelper/implbase2.hxx> #include <cppuhelper/basemutex.hxx> -#include <comphelper/uno3.hxx> #include <connectivity/CommonTools.hxx> #include <file/FConnection.hxx> #include <file/filedllapi.hxx> diff --git a/connectivity/source/inc/hsqldb/HDriver.hxx b/connectivity/source/inc/hsqldb/HDriver.hxx index b88e1227de1c..4df9a546dafe 100644 --- a/connectivity/source/inc/hsqldb/HDriver.hxx +++ b/connectivity/source/inc/hsqldb/HDriver.hxx @@ -28,7 +28,6 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <cppuhelper/compbase.hxx> #include <cppuhelper/basemutex.hxx> -#include <comphelper/uno3.hxx> #include <connectivity/CommonTools.hxx> diff --git a/connectivity/source/inc/java/sql/JStatement.hxx b/connectivity/source/inc/java/sql/JStatement.hxx index a6cde3aa2ac3..62cbe81547d2 100644 --- a/connectivity/source/inc/java/sql/JStatement.hxx +++ b/connectivity/source/inc/java/sql/JStatement.hxx @@ -30,7 +30,6 @@ #include <comphelper/proparrhlp.hxx> #include <cppuhelper/compbase.hxx> #include <cppuhelper/basemutex.hxx> -#include <comphelper/uno3.hxx> #include <connectivity/CommonTools.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/connectivity/source/inc/mysql/YDriver.hxx b/connectivity/source/inc/mysql/YDriver.hxx index fc4b7b35f493..a44f6604802b 100644 --- a/connectivity/source/inc/mysql/YDriver.hxx +++ b/connectivity/source/inc/mysql/YDriver.hxx @@ -30,7 +30,6 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <cppuhelper/compbase.hxx> #include <cppuhelper/basemutex.hxx> -#include <comphelper/uno3.hxx> #include <connectivity/CommonTools.hxx> diff --git a/connectivity/source/inc/odbc/OStatement.hxx b/connectivity/source/inc/odbc/OStatement.hxx index 29d4f51612ba..5beaf9bb6fb3 100644 --- a/connectivity/source/inc/odbc/OStatement.hxx +++ b/connectivity/source/inc/odbc/OStatement.hxx @@ -31,7 +31,6 @@ #include <comphelper/proparrhlp.hxx> #include <cppuhelper/compbase.hxx> #include <cppuhelper/basemutex.hxx> -#include <comphelper/uno3.hxx> #include <connectivity/CommonTools.hxx> #include <odbc/OFunctions.hxx> #include <odbc/OConnection.hxx> |