diff options
Diffstat (limited to 'forms')
-rw-r--r-- | forms/Library_frm.mk | 2 | ||||
-rw-r--r-- | forms/source/component/FormattedField.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/forms/Library_frm.mk b/forms/Library_frm.mk index c7b0f5e2ca26..8ec6f0b69559 100644 --- a/forms/Library_frm.mk +++ b/forms/Library_frm.mk @@ -45,7 +45,7 @@ $(eval $(call gb_Library_use_libraries,frm,\ cppuhelper \ dbtools \ editeng \ - i18nisolang1 \ + i18nlangtag \ sal \ salhelper \ sfx \ diff --git a/forms/source/component/FormattedField.cxx b/forms/source/component/FormattedField.cxx index 42ed48f2795d..d217a80f28dc 100644 --- a/forms/source/component/FormattedField.cxx +++ b/forms/source/component/FormattedField.cxx @@ -34,7 +34,7 @@ #include <vcl/svapp.hxx> #include <tools/debug.hxx> #include <tools/wintypes.hxx> -#include <i18npool/languagetag.hxx> +#include <i18nlangtag/languagetag.hxx> #include <rtl/textenc.h> #include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/util/NumberFormat.hpp> |