diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-16 00:05:16 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-16 00:05:16 +0200 |
commit | 9f2fde7ab5de20926bb25a6b298b4e5dffb66eb2 (patch) | |
tree | ec41adfa92c0f9c839beb0ca704bfc03c6b303e9 /connectivity/source/drivers/flat/ETable.cxx | |
parent | 074a6a2e1665983e5e9961c85a38b49c146a672c (diff) |
#i103496#: split svtools; improve ConfitItems
Diffstat (limited to 'connectivity/source/drivers/flat/ETable.cxx')
-rw-r--r-- | connectivity/source/drivers/flat/ETable.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/flat/ETable.cxx b/connectivity/source/drivers/flat/ETable.cxx index fa4f281ea794..149925d06451 100644 --- a/connectivity/source/drivers/flat/ETable.cxx +++ b/connectivity/source/drivers/flat/ETable.cxx @@ -36,13 +36,13 @@ #include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/ucb/XContentAccess.hpp> -#include <svtools/converter.hxx> +#include <svl/converter.hxx> #include "flat/EConnection.hxx" #include "flat/EColumns.hxx" #include <osl/thread.h> #include <tools/config.hxx> #include <comphelper/sequence.hxx> -#include <svtools/zforlist.hxx> +#include <svl/zforlist.hxx> #include <rtl/math.hxx> #include <stdio.h> //sprintf #include <comphelper/extract.hxx> @@ -54,7 +54,7 @@ #include "connectivity/dbconversion.hxx" #include <comphelper/types.hxx> #include "file/quotedstring.hxx" -#include <svtools/syslocale.hxx> +#include <unotools/syslocale.hxx> #include <rtl/logfile.hxx> using namespace ::comphelper; |