[Libreoffice-commits] core.git: editeng/source

Eike Rathke erack at redhat.com
Thu Feb 5 08:28:34 PST 2015


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

New commits:
commit dafcf0231f4ee9912fb264430da958e9cb09ab20
Author: Eike Rathke <erack at 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())


More information about the Libreoffice-commits mailing list