summaryrefslogtreecommitdiffstats
path: root/sfx2
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 /sfx2
parentuse LanguageTag (diff)
downloadcore-876c619b944dfbc88464045f1400c549a01a1164.tar.gz
core-876c619b944dfbc88464045f1400c549a01a1164.zip
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 'sfx2')
-rw-r--r--sfx2/Library_qstart.mk2
-rw-r--r--sfx2/Library_sfx.mk2
-rw-r--r--sfx2/inc/sfx2/sfxhtml.hxx2
-rw-r--r--sfx2/source/appl/linkmgr2.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/Library_qstart.mk b/sfx2/Library_qstart.mk
index ce8df30f3ee6..bce79e495938 100644
--- a/sfx2/Library_qstart.mk
+++ b/sfx2/Library_qstart.mk
@@ -39,7 +39,7 @@ $(eval $(call gb_Library_use_libraries,qstart_gtk,\
cppu \
cppuhelper \
fwe \
- i18nisolang1 \
+ i18nlangtag \
sal \
sax \
sb \
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk
index bbc5ba0fc95c..98adaa92dfbe 100644
--- a/sfx2/Library_sfx.mk
+++ b/sfx2/Library_sfx.mk
@@ -59,7 +59,7 @@ $(eval $(call gb_Library_use_libraries,sfx,\
cppuhelper \
drawinglayer \
fwe \
- i18nisolang1 \
+ i18nlangtag \
sal \
sax \
sb \
diff --git a/sfx2/inc/sfx2/sfxhtml.hxx b/sfx2/inc/sfx2/sfxhtml.hxx
index 7aee88fc8bf1..7569afe483c2 100644
--- a/sfx2/inc/sfx2/sfxhtml.hxx
+++ b/sfx2/inc/sfx2/sfxhtml.hxx
@@ -23,7 +23,7 @@
#include "sal/config.h"
#include "sfx2/dllapi.h"
#include "sal/types.h"
-#include <i18npool/lang.h>
+#include <i18nlangtag/lang.h>
#include <svtools/parhtml.hxx>
#include <svl/macitem.hxx>
diff --git a/sfx2/source/appl/linkmgr2.cxx b/sfx2/source/appl/linkmgr2.cxx
index b1ccfaf601df..182bed8cdf1b 100644
--- a/sfx2/source/appl/linkmgr2.cxx
+++ b/sfx2/source/appl/linkmgr2.cxx
@@ -34,7 +34,7 @@
#include <svl/eitem.hxx>
#include <svl/intitem.hxx>
#include <unotools/localfilehelper.hxx>
-#include <i18npool/languagetag.hxx>
+#include <i18nlangtag/languagetag.hxx>
#include <sfx2/request.hxx>
#include "fileobj.hxx"