editeng/source/items/numitem.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dafcf0231f4ee9912fb264430da958e9cb09ab20
Author: Eike Rathke <er...@redhat.com>
Date:   Thu Feb 5 17:27:40 2015 +0100

    yet yet another Windows build 'Locale' ambiguous symbol
    
    Change-Id: I6506190c09405d4d82ae4fc4356e4ec936f2431d

diff --git a/editeng/source/items/numitem.cxx b/editeng/source/items/numitem.cxx
index 4b2b135..4b71f2a 100644
--- a/editeng/source/items/numitem.cxx
+++ b/editeng/source/items/numitem.cxx
@@ -103,7 +103,7 @@ OUString SvxNumberType::GetNumStr( sal_uLong nNo ) const
     return GetNumStr( nNo, rLang.getLocale() );
 }
 
-OUString SvxNumberType::GetNumStr( sal_uLong nNo, const Locale& rLocale ) const
+OUString SvxNumberType::GetNumStr( sal_uLong nNo, const css::lang::Locale& 
rLocale ) const
 {
     lcl_getFormatter(xFormatter);
     if(!xFormatter.is())
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to