sw/source/core/fields/authfld.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 395bb9c3c4009df73b797d77cf57e0fad97423d5
Author: Tomas Chvatal <tchva...@suse.cz>
Date:   Sat Sep 17 05:00:59 2011 +0200

    Explicitly state namespace to avoid ambiguous type clash with ICU.

diff --git a/sw/source/core/fields/authfld.cxx 
b/sw/source/core/fields/authfld.cxx
index 28b98a4..69d6ddc 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 ));
         }
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to