[Libreoffice-commits] .: connectivity/inc connectivity/source connectivity/workben

Takeshi Abe tabe at kemper.freedesktop.org
Wed Mar 28 18:46:26 PDT 2012


 connectivity/inc/connectivity/sdbcx/VIndex.hxx                 |    1 -
 connectivity/inc/connectivity/sqlparse.hxx                     |    1 -
 connectivity/source/commontools/ConnectionWrapper.cxx          |    2 --
 connectivity/source/commontools/TColumnsHelper.cxx             |    1 -
 connectivity/source/cpool/ZConnectionPool.cxx                  |    1 -
 connectivity/source/drivers/dbase/DIndex.cxx                   |    1 -
 connectivity/source/drivers/evoab2/NStatement.hxx              |    1 -
 connectivity/source/drivers/file/fcode.cxx                     |    1 -
 connectivity/source/drivers/file/fcomp.cxx                     |    1 -
 connectivity/source/drivers/jdbc/JConnection.cxx               |    1 -
 connectivity/source/drivers/jdbc/ResultSet.cxx                 |    1 -
 connectivity/source/drivers/mozab/MColumns.cxx                 |    1 -
 connectivity/source/drivers/mozab/mozillasrc/MNSInclude.hxx    |    1 -
 connectivity/source/drivers/mozab/mozillasrc/MNSMozabProxy.cxx |    1 -
 connectivity/source/parse/sqlnode.cxx                          |    3 ---
 connectivity/source/sdbcx/VCatalog.cxx                         |    1 -
 connectivity/workben/testmoz/main.cxx                          |    1 -
 connectivity/workben/testmoz/mozthread.cxx                     |    1 -
 18 files changed, 21 deletions(-)

New commits:
commit 86647a187371f03a05a329f24366b0ac2e6c7fbf
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Wed Mar 28 23:39:31 2012 +0900

    removed duplicate includes in connectivity

diff --git a/connectivity/inc/connectivity/sdbcx/VIndex.hxx b/connectivity/inc/connectivity/sdbcx/VIndex.hxx
index 4058e91..c62d815 100644
--- a/connectivity/inc/connectivity/sdbcx/VIndex.hxx
+++ b/connectivity/inc/connectivity/sdbcx/VIndex.hxx
@@ -41,7 +41,6 @@
 #include "connectivity/sdbcx/VDescriptor.hxx"
 #include "connectivity/dbtoolsdllapi.hxx"
 #include <com/sun/star/lang/XServiceInfo.hpp>
-#include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp>
 #include <cppuhelper/implbase1.hxx>
 
 namespace connectivity
diff --git a/connectivity/inc/connectivity/sqlparse.hxx b/connectivity/inc/connectivity/sqlparse.hxx
index 6b3f975..88c0637 100644
--- a/connectivity/inc/connectivity/sqlparse.hxx
+++ b/connectivity/inc/connectivity/sqlparse.hxx
@@ -48,7 +48,6 @@
 #include "connectivity/dbtoolsdllapi.hxx"
 #include "connectivity/sqlerror.hxx"
 #include <salhelper/singletonref.hxx>
-#include <osl/mutex.hxx>
 
 #include <map>
 
diff --git a/connectivity/source/commontools/ConnectionWrapper.cxx b/connectivity/source/commontools/ConnectionWrapper.cxx
index d9a61f6..f668433 100644
--- a/connectivity/source/commontools/ConnectionWrapper.cxx
+++ b/connectivity/source/commontools/ConnectionWrapper.cxx
@@ -37,8 +37,6 @@
 #include <rtl/digest.h>
 #include <algorithm>
 
-#include <algorithm>
-
 using namespace connectivity;
 //------------------------------------------------------------------------------
 using namespace com::sun::star::uno;
diff --git a/connectivity/source/commontools/TColumnsHelper.cxx b/connectivity/source/commontools/TColumnsHelper.cxx
index 2e05aa7..d051a2d 100644
--- a/connectivity/source/commontools/TColumnsHelper.cxx
+++ b/connectivity/source/commontools/TColumnsHelper.cxx
@@ -28,7 +28,6 @@
 
 #include "connectivity/TColumnsHelper.hxx"
 #include "connectivity/sdbcx/VColumn.hxx"
-#include "connectivity/sdbcx/VColumn.hxx"
 #include <com/sun/star/sdbc/XRow.hpp>
 #include <com/sun/star/sdbc/XResultSet.hpp>
 #include <com/sun/star/sdbc/DataType.hpp>
diff --git a/connectivity/source/cpool/ZConnectionPool.cxx b/connectivity/source/cpool/ZConnectionPool.cxx
index bfdfafc..0297c3a 100644
--- a/connectivity/source/cpool/ZConnectionPool.cxx
+++ b/connectivity/source/cpool/ZConnectionPool.cxx
@@ -38,7 +38,6 @@
 #include "ZPoolCollection.hxx"
 #include "connectivity/ConnectionWrapper.hxx"
 #include <com/sun/star/beans/XPropertySet.hpp>
-#include "connectivity/ConnectionWrapper.hxx"
 
 
 using namespace ::com::sun::star::uno;
diff --git a/connectivity/source/drivers/dbase/DIndex.cxx b/connectivity/source/drivers/dbase/DIndex.cxx
index f64a630..458afcc 100644
--- a/connectivity/source/drivers/dbase/DIndex.cxx
+++ b/connectivity/source/drivers/dbase/DIndex.cxx
@@ -46,7 +46,6 @@
 #include <connectivity/dbexception.hxx>
 #include "dbase/DResultSet.hxx"
 #include "diagnose_ex.h"
-#include <comphelper/types.hxx>
 #include "resource/dbase_res.hrc"
 #include <unotools/sharedunocomponent.hxx>
 
diff --git a/connectivity/source/drivers/evoab2/NStatement.hxx b/connectivity/source/drivers/evoab2/NStatement.hxx
index 2550003..e292a8f 100644
--- a/connectivity/source/drivers/evoab2/NStatement.hxx
+++ b/connectivity/source/drivers/evoab2/NStatement.hxx
@@ -47,7 +47,6 @@
 #include <com/sun/star/util/XCancellable.hpp>
 #include <cppuhelper/compbase5.hxx>
 #include <comphelper/propertycontainer.hxx>
-#include <com/sun/star/lang/XServiceInfo.hpp>
 
 #include "EApi.h"
 
diff --git a/connectivity/source/drivers/file/fcode.cxx b/connectivity/source/drivers/file/fcode.cxx
index b31af38..7f2d026 100644
--- a/connectivity/source/drivers/file/fcode.cxx
+++ b/connectivity/source/drivers/file/fcode.cxx
@@ -35,7 +35,6 @@
 #include "TConnection.hxx"
 #include <com/sun/star/sdb/SQLFilterOperator.hpp>
 #include <comphelper/types.hxx>
-#include <com/sun/star/sdb/SQLFilterOperator.hpp>
 #include <rtl/logfile.hxx>
 
 using namespace ::comphelper;
diff --git a/connectivity/source/drivers/file/fcomp.cxx b/connectivity/source/drivers/file/fcomp.cxx
index b984e3f..257232e 100644
--- a/connectivity/source/drivers/file/fcomp.cxx
+++ b/connectivity/source/drivers/file/fcomp.cxx
@@ -43,7 +43,6 @@
 #include "file/FDateFunctions.hxx"
 #include "file/FNumericFunctions.hxx"
 #include "file/FConnection.hxx"
-#include <com/sun/star/sdb/SQLFilterOperator.hpp>
 
 using namespace connectivity;
 using namespace connectivity::file;
diff --git a/connectivity/source/drivers/jdbc/JConnection.cxx b/connectivity/source/drivers/jdbc/JConnection.cxx
index 4a7650c..7f107cb 100644
--- a/connectivity/source/drivers/jdbc/JConnection.cxx
+++ b/connectivity/source/drivers/jdbc/JConnection.cxx
@@ -39,7 +39,6 @@
 #include "java/sql/SQLWarning.hxx"
 #include <com/sun/star/lang/DisposedException.hpp>
 #include <com/sun/star/sdbc/SQLWarning.hpp>
-#include <com/sun/star/sdbc/SQLWarning.hpp>
 #include <com/sun/star/beans/NamedValue.hpp>
 #include "connectivity/sqlparse.hxx"
 #include "connectivity/dbexception.hxx"
diff --git a/connectivity/source/drivers/jdbc/ResultSet.cxx b/connectivity/source/drivers/jdbc/ResultSet.cxx
index a48e04f..fab4267 100644
--- a/connectivity/source/drivers/jdbc/ResultSet.cxx
+++ b/connectivity/source/drivers/jdbc/ResultSet.cxx
@@ -36,7 +36,6 @@
 #include "java/sql/Array.hxx"
 #include "java/sql/Ref.hxx"
 #include "java/sql/Clob.hxx"
-#include "java/sql/Timestamp.hxx"
 #include "java/sql/Blob.hxx"
 #include "java/sql/ResultSetMetaData.hxx"
 #include "java/io/InputStream.hxx"
diff --git a/connectivity/source/drivers/mozab/MColumns.cxx b/connectivity/source/drivers/mozab/MColumns.cxx
index 476b2f1..79b6f83 100644
--- a/connectivity/source/drivers/mozab/MColumns.cxx
+++ b/connectivity/source/drivers/mozab/MColumns.cxx
@@ -28,7 +28,6 @@
 
 #include "MColumns.hxx"
 #include "connectivity/sdbcx/VColumn.hxx"
-#include "connectivity/sdbcx/VColumn.hxx"
 #include <com/sun/star/sdbc/XRow.hpp>
 #include <com/sun/star/sdbc/XResultSet.hpp>
 #include <com/sun/star/sdbc/DataType.hpp>
diff --git a/connectivity/source/drivers/mozab/mozillasrc/MNSInclude.hxx b/connectivity/source/drivers/mozab/mozillasrc/MNSInclude.hxx
index b3e75c3..7552e8d 100644
--- a/connectivity/source/drivers/mozab/mozillasrc/MNSInclude.hxx
+++ b/connectivity/source/drivers/mozab/mozillasrc/MNSInclude.hxx
@@ -65,7 +65,6 @@
 #include <nsIPref.h>
 #include <nsIAddrBookSession.h>
 #include <nsIMsgHeaderParser.h>
-#include <nsIAddrBookSession.h>
 #include <nsIAbDirectory.h>
 #include <nsAbDirectoryQuery.h>
 #include <nsIAbDirectoryQuery.h>
diff --git a/connectivity/source/drivers/mozab/mozillasrc/MNSMozabProxy.cxx b/connectivity/source/drivers/mozab/mozillasrc/MNSMozabProxy.cxx
index 04c6343..a4cc600 100644
--- a/connectivity/source/drivers/mozab/mozillasrc/MNSMozabProxy.cxx
+++ b/connectivity/source/drivers/mozab/mozillasrc/MNSMozabProxy.cxx
@@ -45,7 +45,6 @@
 #include "nsILDAPConnection.h"
 #include "nsILDAPOperation.h"
 #include "post_include_mozilla.h"
-#include "MQuery.hxx"
 #include <MQueryHelper.hxx>
 #include <com/sun/star/uno/Reference.hxx>
 #include <comphelper/processfactory.hxx>
diff --git a/connectivity/source/parse/sqlnode.cxx b/connectivity/source/parse/sqlnode.cxx
index 7b4e4dd..4580bba 100644
--- a/connectivity/source/parse/sqlnode.cxx
+++ b/connectivity/source/parse/sqlnode.cxx
@@ -47,12 +47,9 @@
 #include <com/sun/star/sdbc/DataType.hpp>
 #include <com/sun/star/sdb/XQueriesSupplier.hpp>
 #include <com/sun/star/sdb/ErrorCondition.hpp>
-#include <com/sun/star/util/XNumberFormatter.hpp>
 #include <com/sun/star/util/XNumberFormatsSupplier.hpp>
 #include <com/sun/star/util/XNumberFormats.hpp>
 #include <com/sun/star/util/NumberFormat.hpp>
-#include <com/sun/star/util/XNumberFormatTypes.hpp>
-#include <com/sun/star/lang/Locale.hpp>
 #include <com/sun/star/i18n/KParseType.hpp>
 #include <com/sun/star/i18n/KParseTokens.hpp>
 #include "connectivity/dbconversion.hxx"
diff --git a/connectivity/source/sdbcx/VCatalog.cxx b/connectivity/source/sdbcx/VCatalog.cxx
index 84574fb..1fcf727 100644
--- a/connectivity/source/sdbcx/VCatalog.cxx
+++ b/connectivity/source/sdbcx/VCatalog.cxx
@@ -29,7 +29,6 @@
 #include "connectivity/sdbcx/VCatalog.hxx"
 #include "connectivity/sdbcx/VCollection.hxx"
 #include <com/sun/star/lang/DisposedException.hpp>
-#include "connectivity/sdbcx/VCollection.hxx"
 #include "connectivity/sdbcx/VDescriptor.hxx"
 #include "TConnection.hxx"
 #include <comphelper/uno3.hxx>
diff --git a/connectivity/workben/testmoz/main.cxx b/connectivity/workben/testmoz/main.cxx
index 74d79e8..8d0bfc7 100644
--- a/connectivity/workben/testmoz/main.cxx
+++ b/connectivity/workben/testmoz/main.cxx
@@ -56,7 +56,6 @@
 #include <osl/process.h>
 
 #include <cppuhelper/bootstrap.hxx>
-#include <cppuhelper/servicefactory.hxx>
 #include <com/sun/star/lang/XComponent.hpp>
 #include <com/sun/star/registry/XImplementationRegistration.hpp>
 #include <com/sun/star/ucb/XContentProviderManager.hpp>
diff --git a/connectivity/workben/testmoz/mozthread.cxx b/connectivity/workben/testmoz/mozthread.cxx
index f73f6e4..352f12b 100644
--- a/connectivity/workben/testmoz/mozthread.cxx
+++ b/connectivity/workben/testmoz/mozthread.cxx
@@ -56,7 +56,6 @@
 #include <osl/process.h>
 
 #include <cppuhelper/bootstrap.hxx>
-#include <cppuhelper/servicefactory.hxx>
 #include <com/sun/star/lang/XComponent.hpp>
 #include <com/sun/star/registry/XImplementationRegistration.hpp>
 #include <com/sun/star/ucb/XContentProviderManager.hpp>


More information about the Libreoffice-commits mailing list