summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
Diffstat (limited to 'starmath')
-rw-r--r--starmath/CppunitTest_starmath_qa_cppunit.mk2
-rw-r--r--starmath/Library_sm.mk2
-rw-r--r--starmath/inc/pch/precompiled_sm.hxx2
-rw-r--r--starmath/source/parse.cxx2
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>