diff options
-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 |