diff options
author | Kurt Zenker <kz@openoffice.org> | 2010-01-19 12:39:03 +0100 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2010-01-19 12:39:03 +0100 |
commit | 351f7cf2ab5fdcab464ee21ee910bd4fa0f96d21 (patch) | |
tree | f21c04efb0766220c2bdba561ad4b5525132d3a4 | |
parent | 05e46c776a082e48059edc11395ec08c9806f665 (diff) |
masterfix: #i10000# builderror fixesooo/DEV300_m70
-rw-r--r-- | dbaccess/source/core/dataaccess/databaseregistrations.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/dlg/optionalboolitem.hxx | 4 | ||||
-rw-r--r-- | dbaccess/source/ui/querydesign/QueryDesignView.cxx | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/dbaccess/source/core/dataaccess/databaseregistrations.cxx b/dbaccess/source/core/dataaccess/databaseregistrations.cxx index ccb79fcd3..8f470c45a 100644 --- a/dbaccess/source/core/dataaccess/databaseregistrations.cxx +++ b/dbaccess/source/core/dataaccess/databaseregistrations.cxx @@ -35,7 +35,7 @@ #include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/implbase1.hxx> #include <rtl/ustrbuf.hxx> -#include <svtools/pathoptions.hxx> +#include <unotools/pathoptions.hxx> #include <tools/urlobj.hxx> #include <unotools/confignode.hxx> diff --git a/dbaccess/source/ui/dlg/optionalboolitem.hxx b/dbaccess/source/ui/dlg/optionalboolitem.hxx index e03b0766d..19ff87d53 100644 --- a/dbaccess/source/ui/dlg/optionalboolitem.hxx +++ b/dbaccess/source/ui/dlg/optionalboolitem.hxx @@ -22,11 +22,11 @@ * <http://www.openoffice.org/license.html> * for a copy of the LGPLv3 License. ************************************************************************/ -
+ #ifndef DBACCESS_OPTIONALBOOLITEM_HXX #define DBACCESS_OPTIONALBOOLITEM_HXX -#include <svtools/poolitem.hxx> +#include <svl/poolitem.hxx> #include <boost/optional.hpp> diff --git a/dbaccess/source/ui/querydesign/QueryDesignView.cxx b/dbaccess/source/ui/querydesign/QueryDesignView.cxx index 78c5e0ae7..33c8c725e 100644 --- a/dbaccess/source/ui/querydesign/QueryDesignView.cxx +++ b/dbaccess/source/ui/querydesign/QueryDesignView.cxx @@ -330,8 +330,6 @@ namespace return eErrorCode; } - case DataType::CLOB: - case DataType::BLOB: // ----------------------------------------------------------------------------- /** FillDragInfo fills the field description out of the table |