summaryrefslogtreecommitdiff
path: root/i18nlangtag/source/languagetag/languagetagicu.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-19 09:22:51 +0200
committerEike Rathke <erack@redhat.com>2015-10-19 11:06:29 +0000
commit6716ceec1c5b1a2ece26f91741253b2673e6e9e2 (patch)
tree014642e4b9f30afdc6419d237a195262ceb97e23 /i18nlangtag/source/languagetag/languagetagicu.cxx
parent3ec7983495d8477c2b35145a31e5b3170332c5a1 (diff)
com::sun::star->css in i18nlangtag
Change-Id: I8a153a4b3a1bdb8a298c3c76a6b51693c42a0688 Reviewed-on: https://gerrit.libreoffice.org/19444 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'i18nlangtag/source/languagetag/languagetagicu.cxx')
-rw-r--r--i18nlangtag/source/languagetag/languagetagicu.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18nlangtag/source/languagetag/languagetagicu.cxx b/i18nlangtag/source/languagetag/languagetagicu.cxx
index e088b3cd5d2e..d97a6133d9e4 100644
--- a/i18nlangtag/source/languagetag/languagetagicu.cxx
+++ b/i18nlangtag/source/languagetag/languagetagicu.cxx
@@ -17,7 +17,7 @@ icu::Locale LanguageTagIcu::getIcuLocale( const LanguageTag & rLanguageTag )
if (rLanguageTag.isIsoLocale())
{
// The simple case.
- const com::sun::star::lang::Locale& rLocale = rLanguageTag.getLocale();
+ const css::lang::Locale& rLocale = rLanguageTag.getLocale();
if (rLocale.Country.isEmpty())
return icu::Locale( OUStringToOString( rLocale.Language, RTL_TEXTENCODING_ASCII_US).getStr());
return icu::Locale(