diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2014-08-19 08:08:55 -0300 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-08-20 09:10:01 -0500 |
commit | b3d985230968fe8987023db6353d09d4567be74c (patch) | |
tree | 177767487d286d1726cf38a07edc64d9c4002d5d /connectivity | |
parent | e5070e0cc2bc7c19668846d3faaa1b97e3440f06 (diff) |
Remove more useless includes of tools/debug.hxx
Change-Id: If289dcbff125ac0088f01b5c9752f9f3173585dc
Reviewed-on: https://gerrit.libreoffice.org/11020
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'connectivity')
8 files changed, 0 insertions, 11 deletions
diff --git a/connectivity/source/commontools/parameters.cxx b/connectivity/source/commontools/parameters.cxx index d7809d558e52..72757fb8f9b7 100644 --- a/connectivity/source/commontools/parameters.cxx +++ b/connectivity/source/commontools/parameters.cxx @@ -32,7 +32,6 @@ #include <connectivity/filtermanager.hxx> #include "TConnection.hxx" -#include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <comphelper/uno3.hxx> @@ -41,11 +40,8 @@ #include <connectivity/ParameterCont.hxx> #include <rtl/ustrbuf.hxx> - namespace dbtools { - - using namespace ::com::sun::star::uno; using namespace ::com::sun::star::sdb; using namespace ::com::sun::star::sdbc; diff --git a/connectivity/source/drivers/dbase/DConnection.cxx b/connectivity/source/drivers/dbase/DConnection.cxx index a86c316cddaa..f4881b079936 100644 --- a/connectivity/source/drivers/dbase/DConnection.cxx +++ b/connectivity/source/drivers/dbase/DConnection.cxx @@ -25,7 +25,6 @@ #include <com/sun/star/lang/DisposedException.hpp> #include "dbase/DPreparedStatement.hxx" #include "dbase/DStatement.hxx" -#include <tools/debug.hxx> #include <connectivity/dbexception.hxx> using namespace connectivity::dbase; diff --git a/connectivity/source/drivers/file/FDatabaseMetaData.cxx b/connectivity/source/drivers/file/FDatabaseMetaData.cxx index c36c3029d6ea..5a766df35675 100644 --- a/connectivity/source/drivers/file/FDatabaseMetaData.cxx +++ b/connectivity/source/drivers/file/FDatabaseMetaData.cxx @@ -31,7 +31,6 @@ #include "file/FDriver.hxx" #include "file/FTable.hxx" #include <comphelper/processfactory.hxx> -#include <tools/debug.hxx> #include <ucbhelper/content.hxx> using namespace com::sun::star::ucb; diff --git a/connectivity/source/drivers/file/FPreparedStatement.cxx b/connectivity/source/drivers/file/FPreparedStatement.cxx index 7d5e1c5cc496..66dff0af26d7 100644 --- a/connectivity/source/drivers/file/FPreparedStatement.cxx +++ b/connectivity/source/drivers/file/FPreparedStatement.cxx @@ -34,7 +34,6 @@ #include "diagnose_ex.h" #include <comphelper/types.hxx> #include <com/sun/star/sdbc/ColumnValue.hpp> -#include <tools/debug.hxx> #include "resource/file_res.hrc" using namespace connectivity; diff --git a/connectivity/source/drivers/file/FResultSet.cxx b/connectivity/source/drivers/file/FResultSet.cxx index ee9837313ba5..08210b592603 100644 --- a/connectivity/source/drivers/file/FResultSet.cxx +++ b/connectivity/source/drivers/file/FResultSet.cxx @@ -36,7 +36,6 @@ #include <connectivity/dbtools.hxx> #include <cppuhelper/propshlp.hxx> #include <iterator> -#include <tools/debug.hxx> #include <com/sun/star/sdbc/ResultSetType.hpp> #include <com/sun/star/sdbc/FetchDirection.hpp> #include <com/sun/star/sdbc/ResultSetConcurrency.hpp> diff --git a/connectivity/source/drivers/file/FStatement.cxx b/connectivity/source/drivers/file/FStatement.cxx index c83fadfab892..229cc8ee88b7 100644 --- a/connectivity/source/drivers/file/FStatement.cxx +++ b/connectivity/source/drivers/file/FStatement.cxx @@ -35,7 +35,6 @@ #include <connectivity/dbexception.hxx> #include "resource/file_res.hrc" #include <algorithm> -#include <tools/debug.hxx> namespace connectivity { diff --git a/connectivity/source/drivers/file/FTable.cxx b/connectivity/source/drivers/file/FTable.cxx index 4abbcbdf4dca..afae348e5a93 100644 --- a/connectivity/source/drivers/file/FTable.cxx +++ b/connectivity/source/drivers/file/FTable.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/sdbc/ColumnValue.hpp> #include <unotools/ucbstreamhelper.hxx> -#include <tools/debug.hxx> using namespace connectivity; using namespace connectivity::file; diff --git a/connectivity/source/drivers/file/fcode.cxx b/connectivity/source/drivers/file/fcode.cxx index 65e826003bff..0894d95f9f8e 100644 --- a/connectivity/source/drivers/file/fcode.cxx +++ b/connectivity/source/drivers/file/fcode.cxx @@ -21,7 +21,6 @@ #include <osl/diagnose.h> #include <connectivity/sqlparse.hxx> #include <i18nlangtag/mslangid.hxx> -#include <tools/debug.hxx> #include "TConnection.hxx" #include <com/sun/star/sdb/SQLFilterOperator.hpp> #include <comphelper/types.hxx> |