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 --- svx/source/dialog/langbox.cxx | 4 ++-- svx/source/dialog/svxbmpnumvalueset.cxx | 2 +- svx/source/fmcomp/gridcell.cxx | 2 +- svx/source/form/fmcontrollayout.cxx | 4 ++-- svx/source/items/numfmtsh.cxx | 2 +- svx/source/svdraw/svdetc.cxx | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) (limited to 'svx/source') diff --git a/svx/source/dialog/langbox.cxx b/svx/source/dialog/langbox.cxx index 5dca172caa90..7291b1728cbd 100644 --- a/svx/source/dialog/langbox.cxx +++ b/svx/source/dialog/langbox.cxx @@ -25,8 +25,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include diff --git a/svx/source/dialog/svxbmpnumvalueset.cxx b/svx/source/dialog/svxbmpnumvalueset.cxx index cc160a744067..cfddf3fab190 100644 --- a/svx/source/dialog/svxbmpnumvalueset.cxx +++ b/svx/source/dialog/svxbmpnumvalueset.cxx @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx index 053eac32d569..1022fbfebc3c 100644 --- a/svx/source/fmcomp/gridcell.cxx +++ b/svx/source/fmcomp/gridcell.cxx @@ -51,7 +51,7 @@ #include #include #include -#include +#include #include #include diff --git a/svx/source/form/fmcontrollayout.cxx b/svx/source/form/fmcontrollayout.cxx index 179023218786..a630f5b580b7 100644 --- a/svx/source/form/fmcontrollayout.cxx +++ b/svx/source/form/fmcontrollayout.cxx @@ -31,8 +31,8 @@ #include #include -#include -#include +#include +#include #include #include diff --git a/svx/source/items/numfmtsh.cxx b/svx/source/items/numfmtsh.cxx index 1187f9785d56..d33ca4ca0564 100644 --- a/svx/source/items/numfmtsh.cxx +++ b/svx/source/items/numfmtsh.cxx @@ -21,7 +21,7 @@ #define _SVX_NUMFMTSH_CXX #include -#include +#include #include #include diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx index 6dccf8a26312..54f89dc246b5 100644 --- a/svx/source/svdraw/svdetc.cxx +++ b/svx/source/svdraw/svdetc.cxx @@ -49,7 +49,7 @@ #include #include #include -#include +#include #include #include #include -- cgit