From f5752e9846453e6727b521994fd061f3fec884ff Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Thu, 25 Apr 2013 13:36:42 +0200 Subject: ditch libi18nlangtagicu again Thanks to Fridrich for finding the real cause for why I thought this was necessary.. Change-Id: I77934b17c2b994a03cae5440253b165704de2fa4 --- include/i18nlangtag/languagetagicu.hxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'include/i18nlangtag') diff --git a/include/i18nlangtag/languagetagicu.hxx b/include/i18nlangtag/languagetagicu.hxx index 2fc9db323fe3..094f07759a6c 100644 --- a/include/i18nlangtag/languagetagicu.hxx +++ b/include/i18nlangtag/languagetagicu.hxx @@ -20,10 +20,9 @@ class LanguageTag; /** Interface LanguageTag to ICU's icu::Locale - Separated from LanguageTag into its own library to not pollute the entire - code base with ICU header file inclusion and linkage, only the few code - actually using this needs to link against ICU libraries, which it did - anyway. + Separated from LanguageTag to not pollute the entire code base (and thus + makefiles) with ICU header file inclusion, only the few code actually using + this needs to know about ICU, which it did anyway. */ class I18NLANGTAG_DLLPUBLIC LanguageTagIcu { -- cgit