[Libreoffice-commits] .: sw/source

Tomáš Chvátal tchvatal at kemper.freedesktop.org
Fri Sep 16 20:01:09 PDT 2011


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

New commits:
commit 395bb9c3c4009df73b797d77cf57e0fad97423d5
Author: Tomas Chvatal <tchvatal at 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 ));
         }


More information about the Libreoffice-commits mailing list