summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/Executable_lngconvex.mk2
-rw-r--r--shell/source/tools/lngconvex/lngconvex.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/Executable_lngconvex.mk b/shell/Executable_lngconvex.mk
index e5ecb8b998bb..dc462d05558d 100644
--- a/shell/Executable_lngconvex.mk
+++ b/shell/Executable_lngconvex.mk
@@ -35,7 +35,7 @@ $(eval $(call gb_Executable_use_sdk_api,lngconvex))
$(eval $(call gb_Executable_use_libraries,lngconvex,\
comphelper \
- i18nisolang1 \
+ i18nlangtag \
sal \
tl \
$(gb_UWINAPI) \
diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx
index 707dbe5a403c..1d702eb11798 100644
--- a/shell/source/tools/lngconvex/lngconvex.cxx
+++ b/shell/source/tools/lngconvex/lngconvex.cxx
@@ -51,7 +51,7 @@ typedef unsigned short WORD;
#include "sal/main.h"
#include "tools/config.hxx"
-#include "i18npool/languagetag.hxx"
+#include "i18nlangtag/languagetag.hxx"
#include <iostream>
#include <fstream>