diff options
author | Tomas Chvatal <tchvatal@suse.cz> | 2011-09-17 05:00:59 +0200 |
---|---|---|
committer | Tomas Chvatal <tchvatal@suse.cz> | 2011-09-17 05:01:20 +0200 |
commit | 395bb9c3c4009df73b797d77cf57e0fad97423d5 (patch) | |
tree | 7f7cf38f0594990ea7aba22103c472ac4213ee8c /sw | |
parent | 206938c82366030412dc20598addfcc1148d329c (diff) |
Explicitly state namespace to avoid ambiguous type clash with ICU.
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/fields/authfld.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/fields/authfld.cxx b/sw/source/core/fields/authfld.cxx index 28b98a4c5e49..69d6ddc8306d 100644 --- a/sw/source/core/fields/authfld.cxx +++ b/sw/source/core/fields/authfld.cxx @@ -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 )); } |