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/inc/pch/precompiled_svx.hxx | 2 +- svx/inc/pch/precompiled_svxcore.hxx | 4 ++-- svx/inc/svx/numfmtsh.hxx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'svx/inc') diff --git a/svx/inc/pch/precompiled_svx.hxx b/svx/inc/pch/precompiled_svx.hxx index 5033dc069eae..31ee52c31963 100644 --- a/svx/inc/pch/precompiled_svx.hxx +++ b/svx/inc/pch/precompiled_svx.hxx @@ -259,7 +259,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx index 84c5f29f16b7..fb69e88f5a62 100644 --- a/svx/inc/pch/precompiled_svxcore.hxx +++ b/svx/inc/pch/precompiled_svxcore.hxx @@ -429,8 +429,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include diff --git a/svx/inc/svx/numfmtsh.hxx b/svx/inc/svx/numfmtsh.hxx index efc47fb8de6e..6f767c70c372 100644 --- a/svx/inc/svx/numfmtsh.hxx +++ b/svx/inc/svx/numfmtsh.hxx @@ -20,7 +20,7 @@ #define _SVX_NUMFMTSH_HXX #include -#include +#include #include "svx/svxdllapi.h" -- cgit