From 8e2ae4afca72cda9aab8cfe4a5852c4202eed5a7 Mon Sep 17 00:00:00 2001 From: "J. Graeme Lingard" Date: Tue, 5 Oct 2010 22:17:11 +0100 Subject: Remove redundant #include directives & comments --- connectivity/source/drivers/calc/CTable.cxx | 4 ---- connectivity/source/drivers/dbase/DTable.cxx | 2 -- connectivity/source/drivers/evoab/LTable.cxx | 3 --- connectivity/source/drivers/evoab2/NDriver.cxx | 3 --- connectivity/source/drivers/file/FTables.cxx | 3 --- connectivity/source/drivers/jdbc/Blob.cxx | 3 --- connectivity/source/drivers/jdbc/Reader.cxx | 4 +--- 7 files changed, 1 insertion(+), 21 deletions(-) (limited to 'connectivity/source/drivers') diff --git a/connectivity/source/drivers/calc/CTable.cxx b/connectivity/source/drivers/calc/CTable.cxx index a4e5f35825f5..16c0685ad95a 100644 --- a/connectivity/source/drivers/calc/CTable.cxx +++ b/connectivity/source/drivers/calc/CTable.cxx @@ -30,9 +30,6 @@ #include "calc/CTable.hxx" #include #include -//#ifndef _COM_SUN_STAR_UCB_XCONTENTACCESS_HPP_ -//#include -//#endif #include #include #include @@ -79,7 +76,6 @@ using namespace ::com::sun::star::table; using namespace ::com::sun::star::text; using namespace ::com::sun::star::util; -// ------------------------------------------------------------------------- void lcl_UpdateArea( const Reference& xUsedRange, sal_Int32& rEndCol, sal_Int32& rEndRow ) { diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DTable.cxx index 5efc5860e5e5..569473301168 100644 --- a/connectivity/source/drivers/dbase/DTable.cxx +++ b/connectivity/source/drivers/dbase/DTable.cxx @@ -39,7 +39,6 @@ #include #include "dbase/DIndex.hxx" #include "dbase/DIndexes.hxx" -//#include "file/FDriver.hxx" #include #include #include @@ -51,7 +50,6 @@ #include #include #include -//#include #include #include #include diff --git a/connectivity/source/drivers/evoab/LTable.cxx b/connectivity/source/drivers/evoab/LTable.cxx index 6bb15e860b08..e3fecaafba6c 100644 --- a/connectivity/source/drivers/evoab/LTable.cxx +++ b/connectivity/source/drivers/evoab/LTable.cxx @@ -33,9 +33,6 @@ #include #include #include -#ifndef _COM_SUN_STAR_SQLC_XROW_HPP_ -//#include -#endif #include #include "LConnection.hxx" #include "LColumns.hxx" diff --git a/connectivity/source/drivers/evoab2/NDriver.cxx b/connectivity/source/drivers/evoab2/NDriver.cxx index 37937f5bb57e..521902227ad1 100644 --- a/connectivity/source/drivers/evoab2/NDriver.cxx +++ b/connectivity/source/drivers/evoab2/NDriver.cxx @@ -31,9 +31,6 @@ #include "NConnection.hxx" #include #include "connectivity/dbexception.hxx" -//#ifndef _CONNECTIVITY_EVOAB_CONFIGACCESS_HXX_ -//#include "LConfigAccess.hxx" -//#endif #include #include "osl/security.hxx" #include diff --git a/connectivity/source/drivers/file/FTables.cxx b/connectivity/source/drivers/file/FTables.cxx index 48e08af52e70..f70f20fbbd65 100644 --- a/connectivity/source/drivers/file/FTables.cxx +++ b/connectivity/source/drivers/file/FTables.cxx @@ -36,9 +36,6 @@ #include #include "file/FCatalog.hxx" #include "file/FConnection.hxx" -//#ifndef _CONNECTIVITY_FILE_OEMPTYCOLLECTION_HXX_ -//#include "file/FEmptyCollection.hxx" -//#endif using namespace connectivity; using namespace connectivity::file; diff --git a/connectivity/source/drivers/jdbc/Blob.cxx b/connectivity/source/drivers/jdbc/Blob.cxx index cd448754585f..cb8fcca90605 100644 --- a/connectivity/source/drivers/jdbc/Blob.cxx +++ b/connectivity/source/drivers/jdbc/Blob.cxx @@ -30,9 +30,6 @@ #include "java/sql/Blob.hxx" #include "java/tools.hxx" #include "java/io/InputStream.hxx" -#ifndef _INC_MEMORY -//#include -#endif #include #include diff --git a/connectivity/source/drivers/jdbc/Reader.cxx b/connectivity/source/drivers/jdbc/Reader.cxx index 4224929332fa..2feaf7aaf804 100644 --- a/connectivity/source/drivers/jdbc/Reader.cxx +++ b/connectivity/source/drivers/jdbc/Reader.cxx @@ -28,11 +28,9 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_connectivity.hxx" #include "java/io/Reader.hxx" -#ifndef _INC_MEMORY -//#include -#endif #include using namespace connectivity; + //************************************************************** //************ Class: java.io.Reader //************************************************************** -- cgit