summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
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 ));
}