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 --- sfx2/Library_qstart.mk | 2 +- sfx2/Library_sfx.mk | 2 +- sfx2/inc/sfx2/sfxhtml.hxx | 2 +- sfx2/source/appl/linkmgr2.cxx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sfx2') diff --git a/sfx2/Library_qstart.mk b/sfx2/Library_qstart.mk index ce8df30f3ee6..bce79e495938 100644 --- a/sfx2/Library_qstart.mk +++ b/sfx2/Library_qstart.mk @@ -39,7 +39,7 @@ $(eval $(call gb_Library_use_libraries,qstart_gtk,\ cppu \ cppuhelper \ fwe \ - i18nisolang1 \ + i18nlangtag \ sal \ sax \ sb \ diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index bbc5ba0fc95c..98adaa92dfbe 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -59,7 +59,7 @@ $(eval $(call gb_Library_use_libraries,sfx,\ cppuhelper \ drawinglayer \ fwe \ - i18nisolang1 \ + i18nlangtag \ sal \ sax \ sb \ diff --git a/sfx2/inc/sfx2/sfxhtml.hxx b/sfx2/inc/sfx2/sfxhtml.hxx index 7aee88fc8bf1..7569afe483c2 100644 --- a/sfx2/inc/sfx2/sfxhtml.hxx +++ b/sfx2/inc/sfx2/sfxhtml.hxx @@ -23,7 +23,7 @@ #include "sal/config.h" #include "sfx2/dllapi.h" #include "sal/types.h" -#include +#include #include #include diff --git a/sfx2/source/appl/linkmgr2.cxx b/sfx2/source/appl/linkmgr2.cxx index b1ccfaf601df..182bed8cdf1b 100644 --- a/sfx2/source/appl/linkmgr2.cxx +++ b/sfx2/source/appl/linkmgr2.cxx @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include #include "fileobj.hxx" -- cgit