summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
Diffstat (limited to 'chart2')
-rw-r--r--chart2/CppunitTest_chart2_importtest.mk2
-rw-r--r--chart2/Library_chartcontroller.mk2
-rw-r--r--chart2/Library_chartcore.mk2
-rw-r--r--chart2/source/tools/CharacterProperties.cxx4
-rw-r--r--chart2/source/tools/NumberFormatterWrapper.cxx2
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>
//.............................................................................