diff options
author | Joerg Skottke [jsk] <jsk@openoffice.org> | 2010-01-12 12:37:55 +0100 |
---|---|---|
committer | Joerg Skottke [jsk] <jsk@openoffice.org> | 2010-01-12 12:37:55 +0100 |
commit | 5b3b6a84c0b42698f07dafdf72b92cd3bfa99bb9 (patch) | |
tree | 429d29f73ea482c98e9917b60eba4c73bde2127a /connectivity/source/drivers/dbase/DTable.cxx | |
parent | d9164f354a8951ad220d5ae937517228296d1922 (diff) | |
parent | e13e02de323f6660a2fd6bb5c54cd036a46205c5 (diff) |
sb111: Local merge
Diffstat (limited to 'connectivity/source/drivers/dbase/DTable.cxx')
-rw-r--r-- | connectivity/source/drivers/dbase/DTable.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DTable.cxx index 1db81262e120..e93671441969 100644 --- a/connectivity/source/drivers/dbase/DTable.cxx +++ b/connectivity/source/drivers/dbase/DTable.cxx @@ -35,7 +35,7 @@ #include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/ucb/XContentAccess.hpp> #include <com/sun/star/sdbc/XRow.hpp> -#include <svtools/converter.hxx> +#include <svl/converter.hxx> #include "dbase/DConnection.hxx" #include "dbase/DColumns.hxx" #include <osl/thread.h> @@ -44,8 +44,8 @@ #include "dbase/DIndexes.hxx" //#include "file/FDriver.hxx" #include <comphelper/sequence.hxx> -#include <svtools/zforlist.hxx> -#include <svtools/syslocale.hxx> +#include <svl/zforlist.hxx> +#include <unotools/syslocale.hxx> #include <rtl/math.hxx> #include <stdio.h> //sprintf #include <ucbhelper/content.hxx> |