From 876c619b944dfbc88464045f1400c549a01a1164 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Fri, 5 Apr 2013 18:40:39 +0200 Subject: 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 --- fpicker/Library_fps.mk | 2 +- fpicker/Library_fps_aqua.mk | 2 +- fpicker/Library_fps_office.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'fpicker') diff --git a/fpicker/Library_fps.mk b/fpicker/Library_fps.mk index 6311b856b00c..ed9cac4b236b 100644 --- a/fpicker/Library_fps.mk +++ b/fpicker/Library_fps.mk @@ -51,7 +51,7 @@ $(eval $(call gb_Library_use_libraries,fps,\ cppu \ cppuhelper \ sal \ - i18nisolang1 \ + i18nlangtag \ tl \ utl \ vcl \ diff --git a/fpicker/Library_fps_aqua.mk b/fpicker/Library_fps_aqua.mk index ada788d6cf32..bd1f0bbe6efe 100644 --- a/fpicker/Library_fps_aqua.mk +++ b/fpicker/Library_fps_aqua.mk @@ -45,7 +45,7 @@ $(eval $(call gb_Library_use_system_darwin_frameworks,fps_aqua,\ $(eval $(call gb_Library_use_libraries,fps_aqua,\ cppu \ cppuhelper \ - i18nisolang1 \ + i18nlangtag \ sal \ tl \ vcl \ diff --git a/fpicker/Library_fps_office.mk b/fpicker/Library_fps_office.mk index f9c69ea7484b..f94453e15f40 100644 --- a/fpicker/Library_fps_office.mk +++ b/fpicker/Library_fps_office.mk @@ -50,7 +50,7 @@ $(eval $(call gb_Library_use_libraries,fps_office,\ ucbhelper \ utl \ vcl \ - i18nisolang1 \ + i18nlangtag \ $(gb_UWINAPI) \ )) -- cgit v1.2.3