Kaydet (Commit) 395bb9c3 authored tarafından Tomas Chvatal's avatar Tomas Chvatal

Explicitly state namespace to avoid ambiguous type clash with ICU.

üst 206938c8
......@@ -487,7 +487,7 @@ bool SwAuthorityFieldType::PutValue( const Any& rAny, sal_uInt16 nWhichId )
case FIELD_PROP_LOCALE:
{
Locale aLocale;
com::sun::star::lang::Locale aLocale;
if( 0 != (bRet = rAny >>= aLocale ))
SetLanguage( SvxLocaleToLanguage( aLocale ));
}
......
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