Kaydet (Commit) cd246c13 authored tarafından Eike Rathke's avatar Eike Rathke

yet another Windows build 'Locale' ambiguous symbol

Change-Id: I9aec5b5e982b5b29b5937fba1cebf6b429d82adf
üst 0a1c6d45
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment