diff options
author | Eike Rathke <erack@redhat.com> | 2015-02-05 16:57:40 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-02-05 16:59:26 +0100 |
commit | cd246c13bfe5174b4e967856503bda290309beaa (patch) | |
tree | 341ebfac1ff497ca3ac9f706bfb57368298fb875 /svl | |
parent | 0a1c6d4554cdab448249e1c574af6a90d5e46e6e (diff) |
yet another Windows build 'Locale' ambiguous symbol
Change-Id: I9aec5b5e982b5b29b5937fba1cebf6b429d82adf
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/numbers/zforlist.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx index 8a9b17a6b423..c013f8ce7620 100644 --- a/svl/source/numbers/zforlist.cxx +++ b/svl/source/numbers/zforlist.cxx @@ -3568,7 +3568,7 @@ void SvNumberFormatter::ImpInitCurrencyTable() LocaleDataWrapper::getInstalledLocaleNames(); sal_Int32 nLocaleCount = xLoc.getLength(); SAL_INFO( "svl.numbers", "number of locales: \"" << nLocaleCount << "\"" ); - Locale const * const pLocales = xLoc.getConstArray(); + css::lang::Locale const * const pLocales = xLoc.getConstArray(); NfCurrencyTable &rCurrencyTable = theCurrencyTable::get(); NfCurrencyTable &rLegacyOnlyCurrencyTable = theLegacyOnlyCurrencyTable::get(); NfInstalledLocales &rInstalledLocales = theInstalledLocales::get(); |