diff options
author | Eike Rathke <erack@redhat.com> | 2013-04-05 18:40:39 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-04-05 19:10:48 +0200 |
commit | 876c619b944dfbc88464045f1400c549a01a1164 (patch) | |
tree | f15f930fe100bda4c0a0503728654801ac977fcd /sw/source/ui/shells | |
parent | 8ef9e38aa84675c57b331a796d900b3c10e04f44 (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 'sw/source/ui/shells')
-rw-r--r-- | sw/source/ui/shells/annotsh.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/shells/drwtxtex.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/shells/drwtxtsh.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/shells/textsh1.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/shells/annotsh.cxx b/sw/source/ui/shells/annotsh.cxx index 258f746f54f1..c425a66e4d78 100644 --- a/sw/source/ui/shells/annotsh.cxx +++ b/sw/source/ui/shells/annotsh.cxx @@ -27,7 +27,7 @@ #include <com/sun/star/lang/XInitialization.hpp> #include <tools/shl.hxx> -#include <i18npool/mslangid.hxx> +#include <i18nlangtag/mslangid.hxx> #include <sfx2/objface.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/bindings.hxx> diff --git a/sw/source/ui/shells/drwtxtex.cxx b/sw/source/ui/shells/drwtxtex.cxx index 90cd5db13de5..735b7b56e6b7 100644 --- a/sw/source/ui/shells/drwtxtex.cxx +++ b/sw/source/ui/shells/drwtxtex.cxx @@ -22,7 +22,7 @@ #include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> -#include <i18npool/mslangid.hxx> +#include <i18nlangtag/mslangid.hxx> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/request.hxx> diff --git a/sw/source/ui/shells/drwtxtsh.cxx b/sw/source/ui/shells/drwtxtsh.cxx index c836383feeee..d0d6f12e5123 100644 --- a/sw/source/ui/shells/drwtxtsh.cxx +++ b/sw/source/ui/shells/drwtxtsh.cxx @@ -19,7 +19,7 @@ #include <hintids.hxx> -#include <i18npool/lang.h> +#include <i18nlangtag/lang.h> #include <svl/slstitm.hxx> #include <svl/cjkoptions.hxx> #include <editeng/fontitem.hxx> diff --git a/sw/source/ui/shells/textsh1.cxx b/sw/source/ui/shells/textsh1.cxx index e92cde6b2355..e5afbb385a13 100644 --- a/sw/source/ui/shells/textsh1.cxx +++ b/sw/source/ui/shells/textsh1.cxx @@ -26,7 +26,7 @@ #include <cmdid.h> #include <helpid.h> -#include <i18npool/languagetag.hxx> +#include <i18nlangtag/languagetag.hxx> #include <svl/languageoptions.hxx> #include <editeng/langitem.hxx> #include <svtools/langtab.hxx> |