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 --- rsc/Executable_rsc.mk | 2 +- rsc/source/parser/rscdb.cxx | 2 +- rsc/source/parser/rscibas.cxx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'rsc') diff --git a/rsc/Executable_rsc.mk b/rsc/Executable_rsc.mk index e7a182293549..4958491bf4d4 100644 --- a/rsc/Executable_rsc.mk +++ b/rsc/Executable_rsc.mk @@ -42,7 +42,7 @@ $(eval $(call gb_Executable_add_defs,rsc,\ )) $(eval $(call gb_Executable_use_libraries,rsc,\ - i18nisolang1 \ + i18nlangtag \ comphelper \ sal \ tl \ diff --git a/rsc/source/parser/rscdb.cxx b/rsc/source/parser/rscdb.cxx index 38c5a1913109..ef74ef7c360d 100644 --- a/rsc/source/parser/rscdb.cxx +++ b/rsc/source/parser/rscdb.cxx @@ -23,7 +23,7 @@ #include #include -#include +#include #include #include #include diff --git a/rsc/source/parser/rscibas.cxx b/rsc/source/parser/rscibas.cxx index ca86a9fb4ba5..7ff0487fa105 100644 --- a/rsc/source/parser/rscibas.cxx +++ b/rsc/source/parser/rscibas.cxx @@ -22,8 +22,8 @@ #include #include -#include -#include +#include +#include #include #include #include -- cgit