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 /starmath | |
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 'starmath')
-rw-r--r-- | starmath/CppunitTest_starmath_qa_cppunit.mk | 2 | ||||
-rw-r--r-- | starmath/Library_sm.mk | 2 | ||||
-rw-r--r-- | starmath/inc/pch/precompiled_sm.hxx | 2 | ||||
-rw-r--r-- | starmath/source/parse.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/starmath/CppunitTest_starmath_qa_cppunit.mk b/starmath/CppunitTest_starmath_qa_cppunit.mk index 5b2c5a2c0506..f6957ea9fe09 100644 --- a/starmath/CppunitTest_starmath_qa_cppunit.mk +++ b/starmath/CppunitTest_starmath_qa_cppunit.mk @@ -48,7 +48,7 @@ $(eval $(call gb_CppunitTest_use_libraries,starmath_qa_cppunit,\ cppu \ cppuhelper \ editeng \ - i18nisolang1 \ + i18nlangtag \ i18nutil \ msfilter \ oox \ diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk index c0db2242e116..ab186b0a65a6 100644 --- a/starmath/Library_sm.mk +++ b/starmath/Library_sm.mk @@ -44,7 +44,7 @@ $(eval $(call gb_Library_use_libraries,sm,\ cppuhelper \ editeng \ i18nutil \ - i18nisolang1 \ + i18nlangtag \ msfilter \ oox \ sal \ diff --git a/starmath/inc/pch/precompiled_sm.hxx b/starmath/inc/pch/precompiled_sm.hxx index f9b64e5521f4..f6cd82351b26 100644 --- a/starmath/inc/pch/precompiled_sm.hxx +++ b/starmath/inc/pch/precompiled_sm.hxx @@ -87,7 +87,7 @@ #include <filter/msfilter/rtfutil.hxx> #include <float.h> #include <fstream> -#include <i18npool/lang.h> +#include <i18nlangtag/lang.h> #include <iterator> #include <map> #include <math.h> diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx index 3f358f5dc78e..78734943b5b5 100644 --- a/starmath/source/parse.cxx +++ b/starmath/source/parse.cxx @@ -20,7 +20,7 @@ #include <stdio.h> #include <com/sun/star/i18n/UnicodeType.hpp> -#include <i18npool/lang.h> +#include <i18nlangtag/lang.h> #include <unotools/charclass.hxx> #include <editeng/unolingu.hxx> #include <unotools/syslocale.hxx> |