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 /chart2 | |
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 'chart2')
-rw-r--r-- | chart2/CppunitTest_chart2_importtest.mk | 2 | ||||
-rw-r--r-- | chart2/Library_chartcontroller.mk | 2 | ||||
-rw-r--r-- | chart2/Library_chartcore.mk | 2 | ||||
-rw-r--r-- | chart2/source/tools/CharacterProperties.cxx | 4 | ||||
-rw-r--r-- | chart2/source/tools/NumberFormatterWrapper.cxx | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/chart2/CppunitTest_chart2_importtest.mk b/chart2/CppunitTest_chart2_importtest.mk index c15973a4f005..e67d5b3bfdcd 100644 --- a/chart2/CppunitTest_chart2_importtest.mk +++ b/chart2/CppunitTest_chart2_importtest.mk @@ -47,7 +47,7 @@ $(eval $(call gb_CppunitTest_use_libraries,chart2_import, \ fileacc \ for \ forui \ - i18nisolang1 \ + i18nlangtag \ msfilter \ oox \ sal \ diff --git a/chart2/Library_chartcontroller.mk b/chart2/Library_chartcontroller.mk index 702516672503..601bdc75877f 100644 --- a/chart2/Library_chartcontroller.mk +++ b/chart2/Library_chartcontroller.mk @@ -46,7 +46,7 @@ $(eval $(call gb_Library_use_libraries,chartcontroller,\ drawinglayer \ editeng \ sal \ - i18nisolang1 \ + i18nlangtag \ sfx \ sot \ svl \ diff --git a/chart2/Library_chartcore.mk b/chart2/Library_chartcore.mk index 4ccb9c70116f..66fbfda6172b 100644 --- a/chart2/Library_chartcore.mk +++ b/chart2/Library_chartcore.mk @@ -34,7 +34,7 @@ $(eval $(call gb_Library_use_libraries,chartcore,\ drawinglayer \ editeng \ fwe \ - i18nisolang1 \ + i18nlangtag \ sal \ sfx \ svl \ diff --git a/chart2/source/tools/CharacterProperties.cxx b/chart2/source/tools/CharacterProperties.cxx index b04390e2c1a5..241f08add123 100644 --- a/chart2/source/tools/CharacterProperties.cxx +++ b/chart2/source/tools/CharacterProperties.cxx @@ -44,8 +44,8 @@ // header for struct SvtLinguConfig #include <unotools/lingucfg.hxx> -#include <i18npool/mslangid.hxx> -#include <i18npool/languagetag.hxx> +#include <i18nlangtag/mslangid.hxx> +#include <i18nlangtag/languagetag.hxx> #include <vcl/outdev.hxx> using namespace ::com::sun::star; diff --git a/chart2/source/tools/NumberFormatterWrapper.cxx b/chart2/source/tools/NumberFormatterWrapper.cxx index 918c73c46dcf..508e2716f489 100644 --- a/chart2/source/tools/NumberFormatterWrapper.cxx +++ b/chart2/source/tools/NumberFormatterWrapper.cxx @@ -25,7 +25,7 @@ // header for class SvNumberformat #include <svl/zformat.hxx> #include <tools/color.hxx> -#include <i18npool/mslangid.hxx> +#include <i18nlangtag/mslangid.hxx> #include <com/sun/star/util/DateTime.hpp> //............................................................................. |