summaryrefslogtreecommitdiff
path: root/include/i18nlangtag
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-04-25 13:36:42 +0200
committerEike Rathke <erack@redhat.com>2013-04-25 13:55:17 +0200
commitf5752e9846453e6727b521994fd061f3fec884ff (patch)
tree21da59bee7d194bf69819287426e855558171fc7 /include/i18nlangtag
parent792181299bffff78c9232ec161eb60962ebe289b (diff)
ditch libi18nlangtagicu again
Thanks to Fridrich for finding the real cause for why I thought this was necessary.. Change-Id: I77934b17c2b994a03cae5440253b165704de2fa4
Diffstat (limited to 'include/i18nlangtag')
-rw-r--r--include/i18nlangtag/languagetagicu.hxx7
1 files changed, 3 insertions, 4 deletions
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
{