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 /editeng/inc | |
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 'editeng/inc')
-rw-r--r-- | editeng/inc/editeng/SpellPortions.hxx | 2 | ||||
-rw-r--r-- | editeng/inc/editeng/editeng.hxx | 2 | ||||
-rw-r--r-- | editeng/inc/editeng/editstat.hxx | 2 | ||||
-rw-r--r-- | editeng/inc/editeng/editview.hxx | 2 | ||||
-rw-r--r-- | editeng/inc/editeng/edtdlg.hxx | 2 | ||||
-rw-r--r-- | editeng/inc/editeng/flditem.hxx | 2 | ||||
-rw-r--r-- | editeng/inc/editeng/hangulhanja.hxx | 2 | ||||
-rw-r--r-- | editeng/inc/editeng/langitem.hxx | 2 | ||||
-rw-r--r-- | editeng/inc/editeng/outliner.hxx | 2 | ||||
-rw-r--r-- | editeng/inc/editeng/svxacorr.hxx | 2 | ||||
-rw-r--r-- | editeng/inc/editeng/svxfont.hxx | 2 | ||||
-rw-r--r-- | editeng/inc/editeng/unoedsrc.hxx | 2 | ||||
-rw-r--r-- | editeng/inc/editeng/unolingu.hxx | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/editeng/inc/editeng/SpellPortions.hxx b/editeng/inc/editeng/SpellPortions.hxx index cbfe086b8670..d8ca7f924b7f 100644 --- a/editeng/inc/editeng/SpellPortions.hxx +++ b/editeng/inc/editeng/SpellPortions.hxx @@ -20,7 +20,7 @@ #ifndef SVX_SPELL_PORTIONS_HXX #define SVX_SPELL_PORTIONS_HXX -#include <i18npool/lang.h> +#include <i18nlangtag/lang.h> #include <rtl/ustring.hxx> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/linguistic2/SingleProofreadingError.hpp> diff --git a/editeng/inc/editeng/editeng.hxx b/editeng/inc/editeng/editeng.hxx index 6161671457c2..83ba64342443 100644 --- a/editeng/inc/editeng/editeng.hxx +++ b/editeng/inc/editeng/editeng.hxx @@ -28,7 +28,7 @@ #include <rsc/rscsfx.hxx> #include <editeng/editdata.hxx> -#include <i18npool/lang.h> +#include <i18nlangtag/lang.h> #include "editeng/editengdllapi.h" #include <tools/rtti.hxx> // due to typedef TypeId diff --git a/editeng/inc/editeng/editstat.hxx b/editeng/inc/editeng/editstat.hxx index ac45a7fe5d0f..175267938c91 100644 --- a/editeng/inc/editeng/editstat.hxx +++ b/editeng/inc/editeng/editstat.hxx @@ -21,7 +21,7 @@ #define _EDITSTAT_HXX #include <tools/string.hxx> -#include <i18npool/lang.h> +#include <i18nlangtag/lang.h> #define EE_CNTRL_USECHARATTRIBS 0x00000001 // Use of hard character attributes #define EE_CNTRL_USEPARAATTRIBS 0x00000002 // Using paragraph attributes. diff --git a/editeng/inc/editeng/editview.hxx b/editeng/inc/editeng/editview.hxx index e84224ad4b43..f3cad0e4c99f 100644 --- a/editeng/inc/editeng/editview.hxx +++ b/editeng/inc/editeng/editview.hxx @@ -23,7 +23,7 @@ #include <com/sun/star/i18n/WordType.hpp> #include <rsc/rscsfx.hxx> -#include <i18npool/lang.h> +#include <i18nlangtag/lang.h> #include <tools/color.hxx> #include <tools/gen.hxx> diff --git a/editeng/inc/editeng/edtdlg.hxx b/editeng/inc/editeng/edtdlg.hxx index 6dda1344266e..40cdd5d9b35a 100644 --- a/editeng/inc/editeng/edtdlg.hxx +++ b/editeng/inc/editeng/edtdlg.hxx @@ -22,7 +22,7 @@ #include <tools/solar.h> #include <tools/string.hxx> #include <editeng/editengdllapi.h> -#include <i18npool/lang.h> +#include <i18nlangtag/lang.h> #include <com/sun/star/uno/Reference.hxx> #include <vcl/abstdlg.hxx> #include <editeng/hangulhanja.hxx> diff --git a/editeng/inc/editeng/flditem.hxx b/editeng/inc/editeng/flditem.hxx index d3f2b366d02f..8f75e0c2e6b2 100644 --- a/editeng/inc/editeng/flditem.hxx +++ b/editeng/inc/editeng/flditem.hxx @@ -19,7 +19,7 @@ #ifndef _SVX_FLDITEM_HXX #define _SVX_FLDITEM_HXX -#include <i18npool/lang.h> +#include <i18nlangtag/lang.h> #include <tools/time.hxx> #include <tools/date.hxx> #include <svl/poolitem.hxx> diff --git a/editeng/inc/editeng/hangulhanja.hxx b/editeng/inc/editeng/hangulhanja.hxx index d88d39284509..4381d756eabe 100644 --- a/editeng/inc/editeng/hangulhanja.hxx +++ b/editeng/inc/editeng/hangulhanja.hxx @@ -25,7 +25,7 @@ #include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/uno/Sequence.hxx> #include "editeng/editengdllapi.h" -#include <i18npool/mslangid.hxx> +#include <i18nlangtag/mslangid.hxx> //............................................................................. namespace editeng diff --git a/editeng/inc/editeng/langitem.hxx b/editeng/inc/editeng/langitem.hxx index ff78d9d60139..8a649741c435 100644 --- a/editeng/inc/editeng/langitem.hxx +++ b/editeng/inc/editeng/langitem.hxx @@ -20,7 +20,7 @@ #define _SVX_LANGITEM_HXX #include <svl/eitem.hxx> -#include <i18npool/lang.h> +#include <i18nlangtag/lang.h> #include <editeng/editengdllapi.h> class SvXMLUnitConverter; diff --git a/editeng/inc/editeng/outliner.hxx b/editeng/inc/editeng/outliner.hxx index 7df693be96ea..9f9c4190d264 100644 --- a/editeng/inc/editeng/outliner.hxx +++ b/editeng/inc/editeng/outliner.hxx @@ -25,7 +25,7 @@ #include <svl/brdcst.hxx> #include <editeng/editdata.hxx> -#include <i18npool/lang.h> +#include <i18nlangtag/lang.h> #include <tools/color.hxx> #include <tools/contnr.hxx> #include <vcl/graph.hxx> diff --git a/editeng/inc/editeng/svxacorr.hxx b/editeng/inc/editeng/svxacorr.hxx index 26d1ae5bb88e..f74c2f7a2338 100644 --- a/editeng/inc/editeng/svxacorr.hxx +++ b/editeng/inc/editeng/svxacorr.hxx @@ -24,7 +24,7 @@ #include <o3tl/sorted_vector.hxx> #include <tools/rtti.hxx> -#include <i18npool/lang.h> +#include <i18nlangtag/lang.h> #include <tools/time.hxx> #include <tools/date.hxx> #include <tools/string.hxx> diff --git a/editeng/inc/editeng/svxfont.hxx b/editeng/inc/editeng/svxfont.hxx index ec4e77a93778..858157453aa1 100644 --- a/editeng/inc/editeng/svxfont.hxx +++ b/editeng/inc/editeng/svxfont.hxx @@ -21,7 +21,7 @@ #include <limits.h> // USHRT_MAX #include <editeng/svxenum.hxx> -#include <i18npool/lang.h> +#include <i18nlangtag/lang.h> #include <vcl/font.hxx> #include "editeng/editengdllapi.h" diff --git a/editeng/inc/editeng/unoedsrc.hxx b/editeng/inc/editeng/unoedsrc.hxx index bb5044cc3e70..9e5bba23e56b 100644 --- a/editeng/inc/editeng/unoedsrc.hxx +++ b/editeng/inc/editeng/unoedsrc.hxx @@ -23,7 +23,7 @@ #include <com/sun/star/accessibility/TextSegment.hpp> #include <tools/solar.h> -#include <i18npool/lang.h> +#include <i18nlangtag/lang.h> #include <tools/gen.hxx> #include <vcl/mapmod.hxx> #include <tools/string.hxx> diff --git a/editeng/inc/editeng/unolingu.hxx b/editeng/inc/editeng/unolingu.hxx index afbaec26b85e..09f570228f95 100644 --- a/editeng/inc/editeng/unolingu.hxx +++ b/editeng/inc/editeng/unolingu.hxx @@ -20,7 +20,7 @@ #ifndef _UNO_LINGU_HXX #define _UNO_LINGU_HXX -#include <i18npool/lang.h> +#include <i18nlangtag/lang.h> #include <tools/string.hxx> #include <com/sun/star/util/Language.hpp> #include <com/sun/star/linguistic2/XLinguServiceManager2.hpp> |