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 /dbaccess | |
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 'dbaccess')
-rw-r--r-- | dbaccess/CppunitTest_dbaccess_macros_test.mk | 2 | ||||
-rw-r--r-- | dbaccess/Library_dba.mk | 2 | ||||
-rw-r--r-- | dbaccess/Library_dbu.mk | 2 | ||||
-rw-r--r-- | dbaccess/inc/pch/precompiled_dbu.hxx | 2 | ||||
-rw-r--r-- | dbaccess/source/core/misc/userinformation.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/misc/DExport.cxx | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/dbaccess/CppunitTest_dbaccess_macros_test.mk b/dbaccess/CppunitTest_dbaccess_macros_test.mk index 4db6c7183576..24cdf3a3bec5 100644 --- a/dbaccess/CppunitTest_dbaccess_macros_test.mk +++ b/dbaccess/CppunitTest_dbaccess_macros_test.mk @@ -46,7 +46,7 @@ $(eval $(call gb_CppunitTest_use_libraries,dbaccess_macros_test, \ fileacc \ for \ forui \ - i18nisolang1 \ + i18nlangtag \ msfilter \ oox \ sal \ diff --git a/dbaccess/Library_dba.mk b/dbaccess/Library_dba.mk index 2ed400957d1c..d8f40b751170 100644 --- a/dbaccess/Library_dba.mk +++ b/dbaccess/Library_dba.mk @@ -52,7 +52,7 @@ $(eval $(call gb_Library_use_libraries,dba,\ cppuhelper \ dbtools \ fwe \ - i18nisolang1 \ + i18nlangtag \ sal \ salhelper \ sax \ diff --git a/dbaccess/Library_dbu.mk b/dbaccess/Library_dbu.mk index fbb385dd37f8..697a9100668f 100644 --- a/dbaccess/Library_dbu.mk +++ b/dbaccess/Library_dbu.mk @@ -64,7 +64,7 @@ $(eval $(call gb_Library_use_libraries,dbu,\ fwe \ sal \ salhelper \ - i18nisolang1 \ + i18nlangtag \ sfx \ sot \ svl \ diff --git a/dbaccess/inc/pch/precompiled_dbu.hxx b/dbaccess/inc/pch/precompiled_dbu.hxx index 7c082adce3f3..4826fec1d02b 100644 --- a/dbaccess/inc/pch/precompiled_dbu.hxx +++ b/dbaccess/inc/pch/precompiled_dbu.hxx @@ -332,7 +332,7 @@ #include <framework/titlehelper.hxx> #include <framework/undomanagerhelper.hxx> #include <functional> -#include <i18npool/mslangid.hxx> +#include <i18nlangtag/mslangid.hxx> #include <jvmaccess/virtualmachine.hxx> #include <limits> #include <list> diff --git a/dbaccess/source/core/misc/userinformation.cxx b/dbaccess/source/core/misc/userinformation.cxx index fc4e96a0e6ad..5ab2f2ac4a8b 100644 --- a/dbaccess/source/core/misc/userinformation.cxx +++ b/dbaccess/source/core/misc/userinformation.cxx @@ -21,7 +21,7 @@ #include "userinformation.hxx" #include <osl/diagnose.h> -#include <i18npool/languagetag.hxx> +#include <i18nlangtag/languagetag.hxx> #include <unotools/configmgr.hxx> using namespace ::utl; diff --git a/dbaccess/source/ui/misc/DExport.cxx b/dbaccess/source/ui/misc/DExport.cxx index 9ba2dd768061..fb40398f4757 100644 --- a/dbaccess/source/ui/misc/DExport.cxx +++ b/dbaccess/source/ui/misc/DExport.cxx @@ -49,7 +49,7 @@ #include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <tools/contnr.hxx> -#include <i18npool/mslangid.hxx> +#include <i18nlangtag/mslangid.hxx> #include <com/sun/star/awt/FontDescriptor.hpp> #include "WCopyTable.hxx" #include "WExtendPages.hxx" |