summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-04-05 18:40:39 +0200
committerEike Rathke <erack@redhat.com>2013-04-05 19:10:48 +0200
commit876c619b944dfbc88464045f1400c549a01a1164 (patch)
treef15f930fe100bda4c0a0503728654801ac977fcd /filter
parent8ef9e38aa84675c57b331a796d900b3c10e04f44 (diff)
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
Diffstat (limited to 'filter')
-rw-r--r--filter/Library_eps.mk2
-rw-r--r--filter/Library_filterconfig.mk2
-rw-r--r--filter/Library_flash.mk2
-rw-r--r--filter/Library_graphicfilter.mk2
-rw-r--r--filter/Library_pdffilter.mk2
-rw-r--r--filter/Library_svgfilter.mk2
-rw-r--r--filter/Library_t602filter.mk2
-rw-r--r--filter/Library_xsltdlg.mk2
-rw-r--r--filter/inc/filter/msfilter/countryid.hxx2
-rw-r--r--filter/source/config/cache/filtercache.cxx2
-rw-r--r--filter/source/svg/svgexport.cxx2
11 files changed, 11 insertions, 11 deletions
diff --git a/filter/Library_eps.mk b/filter/Library_eps.mk
index ea757b89569e..908213344520 100644
--- a/filter/Library_eps.mk
+++ b/filter/Library_eps.mk
@@ -28,7 +28,7 @@ $(eval $(call gb_Library_use_libraries,eps,\
vcl \
utl \
tl \
- i18nisolang1 \
+ i18nlangtag \
cppu \
sal \
$(gb_UWINAPI) \
diff --git a/filter/Library_filterconfig.mk b/filter/Library_filterconfig.mk
index 577167df5172..1fb26486541a 100644
--- a/filter/Library_filterconfig.mk
+++ b/filter/Library_filterconfig.mk
@@ -39,7 +39,7 @@ $(eval $(call gb_Library_use_libraries,filterconfig,\
cppu \
sal \
salhelper \
- i18nisolang1 \
+ i18nlangtag \
$(gb_UWINAPI) \
))
diff --git a/filter/Library_flash.mk b/filter/Library_flash.mk
index d3fc3309562e..f3ea2733d123 100644
--- a/filter/Library_flash.mk
+++ b/filter/Library_flash.mk
@@ -28,7 +28,7 @@ $(eval $(call gb_Library_use_libraries,flash,\
vcl \
utl \
tl \
- i18nisolang1 \
+ i18nlangtag \
comphelper \
basegfx \
cppuhelper \
diff --git a/filter/Library_graphicfilter.mk b/filter/Library_graphicfilter.mk
index 223121e48844..b4201f1d8985 100644
--- a/filter/Library_graphicfilter.mk
+++ b/filter/Library_graphicfilter.mk
@@ -38,7 +38,7 @@ $(eval $(call gb_Library_use_libraries,graphicfilter,\
utl \
tl \
svl \
- i18nisolang1 \
+ i18nlangtag \
comphelper \
basegfx \
cppuhelper \
diff --git a/filter/Library_pdffilter.mk b/filter/Library_pdffilter.mk
index e1fb40af6ec1..b3a62d76f352 100644
--- a/filter/Library_pdffilter.mk
+++ b/filter/Library_pdffilter.mk
@@ -38,7 +38,7 @@ $(eval $(call gb_Library_use_libraries,pdffilter,\
utl \
tl \
svl \
- i18nisolang1 \
+ i18nlangtag \
comphelper \
basegfx \
cppuhelper \
diff --git a/filter/Library_svgfilter.mk b/filter/Library_svgfilter.mk
index b635c8850f51..8bbdd6051fc2 100644
--- a/filter/Library_svgfilter.mk
+++ b/filter/Library_svgfilter.mk
@@ -44,7 +44,7 @@ $(eval $(call gb_Library_use_libraries,svgfilter,\
svl \
utl \
tl \
- i18nisolang1 \
+ i18nlangtag \
sax \
comphelper \
basegfx \
diff --git a/filter/Library_t602filter.mk b/filter/Library_t602filter.mk
index dae8f629737d..8e7081f300c7 100644
--- a/filter/Library_t602filter.mk
+++ b/filter/Library_t602filter.mk
@@ -29,7 +29,7 @@ $(eval $(call gb_Library_use_libraries,t602filter,\
cppuhelper \
cppu \
sal \
- i18nisolang1 \
+ i18nlangtag \
$(gb_UWINAPI) \
))
diff --git a/filter/Library_xsltdlg.mk b/filter/Library_xsltdlg.mk
index 0c59e013e13b..6e31333bbc84 100644
--- a/filter/Library_xsltdlg.mk
+++ b/filter/Library_xsltdlg.mk
@@ -38,7 +38,7 @@ $(eval $(call gb_Library_use_libraries,xsltdlg,\
svl \
utl \
tl \
- i18nisolang1 \
+ i18nlangtag \
comphelper \
cppuhelper \
cppu \
diff --git a/filter/inc/filter/msfilter/countryid.hxx b/filter/inc/filter/msfilter/countryid.hxx
index 5b1792b28616..b70f649b05c3 100644
--- a/filter/inc/filter/msfilter/countryid.hxx
+++ b/filter/inc/filter/msfilter/countryid.hxx
@@ -23,7 +23,7 @@
#define INCLUDED_SVX_COUNTRYID_HXX
#include <sal/types.h>
-#include <i18npool/lang.h>
+#include <i18nlangtag/lang.h>
#include "filter/msfilter/msfilterdllapi.h"
// ----------------------------------------------------------------------------
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index 2ca1296c7490..9551329ee875 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -48,7 +48,7 @@
#include <rtl/uri.hxx>
#include <tools/urlobj.hxx>
#include <tools/wldcrd.hxx>
-#include <i18npool/languagetag.hxx>
+#include <i18nlangtag/languagetag.hxx>
#include <comphelper/configurationhelper.hxx>
diff --git a/filter/source/svg/svgexport.cxx b/filter/source/svg/svgexport.cxx
index 4b952c48c6b4..f26f1f80b3fa 100644
--- a/filter/source/svg/svgexport.cxx
+++ b/filter/source/svg/svgexport.cxx
@@ -38,7 +38,7 @@
#include <editeng/flditem.hxx>
#include <editeng/numitem.hxx>
#include <comphelper/processfactory.hxx>
-#include <i18npool/lang.h>
+#include <i18nlangtag/lang.h>
#include <svl/zforlist.hxx>
#include <xmloff/unointerfacetouniqueidentifiermapper.hxx>
#include <xmloff/animationexport.hxx>