diff options
author | mb93783 <mb93783@v60x-so15.Germany.Sun.COM> | 2009-11-03 18:41:58 +0100 |
---|---|---|
committer | mb93783 <mb93783@v60x-so15.Germany.Sun.COM> | 2009-11-03 18:41:58 +0100 |
commit | 7b39c8dc2d865324cab015c2a2ed04d26376cb44 (patch) | |
tree | df932cd610ee76e7f0ccfd2d9682b892c638c75a /connectivity/source/drivers | |
parent | e7ed68f3d23c08ffa94c31042ee66f772f1257b8 (diff) |
some fixes for warnings and errors found while building on more platforms
Diffstat (limited to 'connectivity/source/drivers')
-rw-r--r-- | connectivity/source/drivers/evoab2/makefile.mk | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/kab/KConnection.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/kab/KDEInit.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/kab/KDatabaseMetaData.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/kab/KResultSet.hxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/kab/kcondition.hxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/kab/kfields.hxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/kab/korder.hxx | 2 |
8 files changed, 7 insertions, 9 deletions
diff --git a/connectivity/source/drivers/evoab2/makefile.mk b/connectivity/source/drivers/evoab2/makefile.mk index e9bb9fdc4d70..6d7ca92fbdd6 100644 --- a/connectivity/source/drivers/evoab2/makefile.mk +++ b/connectivity/source/drivers/evoab2/makefile.mk @@ -77,9 +77,7 @@ SHL1STDLIBS=\ $(CPPUHELPERLIB) \ $(VOSLIB) \ $(SVLLIB) \ - $(VCLLIB) \ $(TOOLSLIB) \ - $(SVTOOLLIB) \ $(UNOTOOLSLIB) \ $(UCBHELPERLIB) \ $(SALLIB) \ diff --git a/connectivity/source/drivers/kab/KConnection.cxx b/connectivity/source/drivers/kab/KConnection.cxx index 1df3315f559d..356d43822be4 100644 --- a/connectivity/source/drivers/kab/KConnection.cxx +++ b/connectivity/source/drivers/kab/KConnection.cxx @@ -39,7 +39,7 @@ #include "KCatalog.hxx" #include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdbc/TransactionIsolation.hpp> -#include <vcl/kde_headers.h> +#include <shell/kde_headers.h> using namespace connectivity::kab; using namespace com::sun::star::uno; diff --git a/connectivity/source/drivers/kab/KDEInit.cxx b/connectivity/source/drivers/kab/KDEInit.cxx index 3e7c69166b1b..2736cb5c6fbc 100644 --- a/connectivity/source/drivers/kab/KDEInit.cxx +++ b/connectivity/source/drivers/kab/KDEInit.cxx @@ -33,7 +33,7 @@ #include "KDEInit.h" #include <osl/diagnose.h> #include <osl/process.h> -#include <vcl/kde_headers.h> +#include <shell/kde_headers.h> namespace connectivity { diff --git a/connectivity/source/drivers/kab/KDatabaseMetaData.cxx b/connectivity/source/drivers/kab/KDatabaseMetaData.cxx index c210b52ec4bc..127c70cb4207 100644 --- a/connectivity/source/drivers/kab/KDatabaseMetaData.cxx +++ b/connectivity/source/drivers/kab/KDatabaseMetaData.cxx @@ -34,7 +34,7 @@ #include "KDatabaseMetaData.hxx" #include "kfields.hxx" #include "KDEInit.h" -#include <vcl/kde_headers.h> +#include <shell/kde_headers.h> #include "FDatabaseMetaDataResultSet.hxx" #include "OTypeInfo.hxx" #include <com/sun/star/sdbc/ColumnValue.hpp> diff --git a/connectivity/source/drivers/kab/KResultSet.hxx b/connectivity/source/drivers/kab/KResultSet.hxx index 72b1e618be28..51321b106042 100644 --- a/connectivity/source/drivers/kab/KResultSet.hxx +++ b/connectivity/source/drivers/kab/KResultSet.hxx @@ -33,7 +33,7 @@ #include "KStatement.hxx" #include "KResultSetMetaData.hxx" -#include <vcl/kde_headers.h> +#include <shell/kde_headers.h> #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp> #include <com/sun/star/sdbc/XColumnLocate.hpp> diff --git a/connectivity/source/drivers/kab/kcondition.hxx b/connectivity/source/drivers/kab/kcondition.hxx index bb219fcf443b..0621eef7fb8b 100644 --- a/connectivity/source/drivers/kab/kcondition.hxx +++ b/connectivity/source/drivers/kab/kcondition.hxx @@ -34,7 +34,7 @@ #ifndef _COMPHELPER_TYPES_H_ #include <comphelper/types.hxx> #endif -#include <vcl/kde_headers.h> +#include <shell/kde_headers.h> #include <connectivity/dbexception.hxx> namespace connectivity diff --git a/connectivity/source/drivers/kab/kfields.hxx b/connectivity/source/drivers/kab/kfields.hxx index d6f8622398b4..e73660ad7858 100644 --- a/connectivity/source/drivers/kab/kfields.hxx +++ b/connectivity/source/drivers/kab/kfields.hxx @@ -31,7 +31,7 @@ #ifndef _CONNECTIVITY_KAB_FIELDS_HXX_ #define _CONNECTIVITY_KAB_FIELDS_HXX_ -#include <vcl/kde_headers.h> +#include <shell/kde_headers.h> #include <connectivity/dbexception.hxx> #include <rtl/ustring.hxx> diff --git a/connectivity/source/drivers/kab/korder.hxx b/connectivity/source/drivers/kab/korder.hxx index 41a280050c06..dd93066074bf 100644 --- a/connectivity/source/drivers/kab/korder.hxx +++ b/connectivity/source/drivers/kab/korder.hxx @@ -32,7 +32,7 @@ #define _CONNECTIVITY_KAB_ORDER_HXX_ #include "rtl/ustring.hxx" -#include <vcl/kde_headers.h> +#include <shell/kde_headers.h> #include <vector> |