summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTomas Chvatal <tchvatal@suse.cz>2011-09-17 05:00:59 +0200
committerTomas Chvatal <tchvatal@suse.cz>2011-09-17 05:01:20 +0200
commit395bb9c3c4009df73b797d77cf57e0fad97423d5 (patch)
tree7f7cf38f0594990ea7aba22103c472ac4213ee8c /sw
parent206938c82366030412dc20598addfcc1148d329c (diff)
Explicitly state namespace to avoid ambiguous type clash with ICU.
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/fields/authfld.cxx2
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 ));
}