diff options
author | Eike Rathke <erack@redhat.com> | 2013-04-05 18:40:39 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-04-05 19:10:48 +0200 |
commit | 876c619b944dfbc88464045f1400c549a01a1164 (patch) | |
tree | f15f930fe100bda4c0a0503728654801ac977fcd /connectivity/source | |
parent | 8ef9e38aa84675c57b331a796d900b3c10e04f44 (diff) |
new module i18nlangtag
Moved portions from module i18npool, all of former i18nisolang1 library
that now is i18nlangtag. Included are languagetag, isolang and mslangid.
This i18nlangtag code is now even used by module comphelper, so
disentangling i18npool and making this an own module was needed to not
create circular module dependencies.
Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/commontools/formattedcolumnvalue.cxx | 4 | ||||
-rw-r--r-- | connectivity/source/drivers/file/fcode.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/flat/ETable.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/hsqldb/HDriver.cxx | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/commontools/formattedcolumnvalue.cxx b/connectivity/source/commontools/formattedcolumnvalue.cxx index a354ab9aafb0..f079083150bd 100644 --- a/connectivity/source/commontools/formattedcolumnvalue.cxx +++ b/connectivity/source/commontools/formattedcolumnvalue.cxx @@ -30,8 +30,8 @@ #include <com/sun/star/sdbc/DataType.hpp> #include <tools/diagnose_ex.h> -#include <i18npool/mslangid.hxx> -#include <i18npool/languagetag.hxx> +#include <i18nlangtag/mslangid.hxx> +#include <i18nlangtag/languagetag.hxx> #include <comphelper/numbers.hxx> #include <comphelper/componentcontext.hxx> #include <unotools/sharedunocomponent.hxx> diff --git a/connectivity/source/drivers/file/fcode.cxx b/connectivity/source/drivers/file/fcode.cxx index beea43d3b8b7..1712d5a00918 100644 --- a/connectivity/source/drivers/file/fcode.cxx +++ b/connectivity/source/drivers/file/fcode.cxx @@ -20,7 +20,7 @@ #include "file/fcode.hxx" #include <osl/diagnose.h> #include "connectivity/sqlparse.hxx" -#include <i18npool/mslangid.hxx> +#include <i18nlangtag/mslangid.hxx> #include <tools/debug.hxx> #include <tools/string.hxx> #include "TConnection.hxx" diff --git a/connectivity/source/drivers/flat/ETable.cxx b/connectivity/source/drivers/flat/ETable.cxx index 781a49eca7fb..570dab66ec84 100644 --- a/connectivity/source/drivers/flat/ETable.cxx +++ b/connectivity/source/drivers/flat/ETable.cxx @@ -40,7 +40,7 @@ #include <com/sun/star/util/NumberFormatter.hpp> #include <com/sun/star/util/NumberFormatsSupplier.hpp> #include <unotools/configmgr.hxx> -#include <i18npool/languagetag.hxx> +#include <i18nlangtag/languagetag.hxx> #include "connectivity/dbconversion.hxx" #include "file/quotedstring.hxx" #include <unotools/syslocale.hxx> diff --git a/connectivity/source/drivers/hsqldb/HDriver.cxx b/connectivity/source/drivers/hsqldb/HDriver.cxx index 695c59375b74..9126a81f9394 100644 --- a/connectivity/source/drivers/hsqldb/HDriver.cxx +++ b/connectivity/source/drivers/hsqldb/HDriver.cxx @@ -50,7 +50,7 @@ #include <unotools/ucbstreamhelper.hxx> #include "resource/hsqldb_res.hrc" #include "resource/sharedresources.hxx" -#include <i18npool/languagetag.hxx> +#include <i18nlangtag/languagetag.hxx> #include <o3tl/compat_functional.hxx> |