diff options
Diffstat (limited to 'connectivity/source')
7 files changed, 0 insertions, 8 deletions
diff --git a/connectivity/source/commontools/dbconversion.cxx b/connectivity/source/commontools/dbconversion.cxx index 5aa5e1a69cd9..b15dc92ca898 100644 --- a/connectivity/source/commontools/dbconversion.cxx +++ b/connectivity/source/commontools/dbconversion.cxx @@ -50,8 +50,6 @@ namespace dbtools { //......................................................................... - - using namespace ::comphelper; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::util; namespace utl = ::com::sun::star::util; diff --git a/connectivity/source/drivers/hsqldb/StorageNativeInputStream.cxx b/connectivity/source/drivers/hsqldb/StorageNativeInputStream.cxx index b6d578b27bc8..099a6176e952 100644 --- a/connectivity/source/drivers/hsqldb/StorageNativeInputStream.cxx +++ b/connectivity/source/drivers/hsqldb/StorageNativeInputStream.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/document/XDocumentSubStorageSupplier.hpp> #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/embed/ElementModes.hpp> -#include <comphelper/stl_types.hxx> #include <comphelper/types.hxx> #include "hsqldb/HStorageAccess.hxx" #include "hsqldb/HStorageMap.hxx" diff --git a/connectivity/source/drivers/hsqldb/StorageNativeOutputStream.cxx b/connectivity/source/drivers/hsqldb/StorageNativeOutputStream.cxx index 9a878d445a4c..9b677a0fd7f9 100644 --- a/connectivity/source/drivers/hsqldb/StorageNativeOutputStream.cxx +++ b/connectivity/source/drivers/hsqldb/StorageNativeOutputStream.cxx @@ -34,7 +34,6 @@ #include <com/sun/star/document/XDocumentSubStorageSupplier.hpp> #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/embed/ElementModes.hpp> -#include <comphelper/stl_types.hxx> #include <comphelper/types.hxx> #include "hsqldb/HStorageAccess.hxx" #include "hsqldb/HStorageMap.hxx" diff --git a/connectivity/source/drivers/mork/MQueryHelper.hxx b/connectivity/source/drivers/mork/MQueryHelper.hxx index 2baea4ef02c4..70e9502a0d2d 100644 --- a/connectivity/source/drivers/mork/MQueryHelper.hxx +++ b/connectivity/source/drivers/mork/MQueryHelper.hxx @@ -24,7 +24,6 @@ #include <rtl/ustring.hxx> #include <osl/mutex.hxx> #include <osl/conditn.hxx> -#include <comphelper/stl_types.hxx> #include <osl/thread.hxx> #include <connectivity/FValue.hxx> diff --git a/connectivity/source/drivers/mozab/mozillasrc/MQueryHelper.hxx b/connectivity/source/drivers/mozab/mozillasrc/MQueryHelper.hxx index 675f79a2222d..07ba910c373b 100644 --- a/connectivity/source/drivers/mozab/mozillasrc/MQueryHelper.hxx +++ b/connectivity/source/drivers/mozab/mozillasrc/MQueryHelper.hxx @@ -30,7 +30,6 @@ #include <rtl/ustring.hxx> #include <osl/mutex.hxx> #include <osl/conditn.hxx> -#include <comphelper/stl_types.hxx> #include <osl/thread.hxx> #include <boost/unordered_map.hpp> diff --git a/connectivity/source/inc/hsqldb/HDriver.hxx b/connectivity/source/inc/hsqldb/HDriver.hxx index 4c6219e7108f..d153932b1d78 100644 --- a/connectivity/source/inc/hsqldb/HDriver.hxx +++ b/connectivity/source/inc/hsqldb/HDriver.hxx @@ -27,7 +27,6 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <cppuhelper/compbase5.hxx> #include <comphelper/uno3.hxx> -#include <comphelper/stl_types.hxx> #include <comphelper/broadcasthelper.hxx> #include "connectivity/CommonTools.hxx" diff --git a/connectivity/source/parse/sqlnode.cxx b/connectivity/source/parse/sqlnode.cxx index e818d3e87c28..759da1b1b50f 100644 --- a/connectivity/source/parse/sqlnode.cxx +++ b/connectivity/source/parse/sqlnode.cxx @@ -49,7 +49,6 @@ #include "TConnection.hxx" #include <comphelper/numbers.hxx> #include <comphelper/processfactory.hxx> -#include <comphelper/stl_types.hxx> #include "connectivity/dbtools.hxx" #include "connectivity/dbmetadata.hxx" #include <tools/diagnose_ex.h> |