diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-06 07:38:24 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-06 07:38:24 +0200 |
commit | bff284e216792b8d2a4e498beaba806eeddf844a (patch) | |
tree | efb38696ec3a75e2e52be6ec37af575e241f4154 /connectivity/source/drivers/calc/CConnection.cxx | |
parent | 243aa82066d78f18ddcc7fbbc1ddcb03d7a0ecde (diff) |
#103496#: move VCL free ConfigItems to unotools
Diffstat (limited to 'connectivity/source/drivers/calc/CConnection.cxx')
-rw-r--r-- | connectivity/source/drivers/calc/CConnection.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/calc/CConnection.cxx b/connectivity/source/drivers/calc/CConnection.cxx index 77467dda0bc3..cfcd8b83761b 100644 --- a/connectivity/source/drivers/calc/CConnection.cxx +++ b/connectivity/source/drivers/calc/CConnection.cxx @@ -46,7 +46,7 @@ #include <tools/urlobj.hxx> #include "calc/CPreparedStatement.hxx" #include "calc/CStatement.hxx" -#include <svtools/pathoptions.hxx> +#include <unotools/pathoptions.hxx> #include <connectivity/dbexception.hxx> #include <cppuhelper/exc_hlp.hxx> #include <rtl/logfile.hxx> |