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/drivers/calc | |
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/drivers/calc')
-rw-r--r-- | connectivity/source/drivers/calc/CDatabaseMetaData.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/calc/CTable.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/calc/CTables.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/connectivity/source/drivers/calc/CDatabaseMetaData.cxx b/connectivity/source/drivers/calc/CDatabaseMetaData.cxx index 828376f63986..65e79f2b5df0 100644 --- a/connectivity/source/drivers/calc/CDatabaseMetaData.cxx +++ b/connectivity/source/drivers/calc/CDatabaseMetaData.cxx @@ -34,7 +34,6 @@ #include <com/sun/star/sheet/XDatabaseRange.hpp> #include <FDatabaseMetaDataResultSet.hxx> #include <com/sun/star/lang/XUnoTunnel.hpp> -#include <comphelper/types.hxx> using namespace connectivity::calc; using namespace connectivity::file; diff --git a/connectivity/source/drivers/calc/CTable.cxx b/connectivity/source/drivers/calc/CTable.cxx index ffeaf9c79ccf..f1154f87dd68 100644 --- a/connectivity/source/drivers/calc/CTable.cxx +++ b/connectivity/source/drivers/calc/CTable.cxx @@ -41,7 +41,6 @@ #include <rtl/ustrbuf.hxx> #include <osl/thread.h> #include <cppuhelper/queryinterface.hxx> -#include <comphelper/sequence.hxx> #include <svl/zforlist.hxx> #include <rtl/math.hxx> #include <connectivity/dbexception.hxx> diff --git a/connectivity/source/drivers/calc/CTables.cxx b/connectivity/source/drivers/calc/CTables.cxx index 9c74fd8bc77f..943732fdbb36 100644 --- a/connectivity/source/drivers/calc/CTables.cxx +++ b/connectivity/source/drivers/calc/CTables.cxx @@ -25,7 +25,6 @@ #include <file/FCatalog.hxx> #include <file/FConnection.hxx> #include <calc/CCatalog.hxx> -#include <comphelper/types.hxx> using namespace ::comphelper; using namespace connectivity; |