From dafcf0231f4ee9912fb264430da958e9cb09ab20 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Thu, 5 Feb 2015 17:27:40 +0100 Subject: yet yet another Windows build 'Locale' ambiguous symbol Change-Id: I6506190c09405d4d82ae4fc4356e4ec936f2431d --- editeng/source/items/numitem.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editeng') diff --git a/editeng/source/items/numitem.cxx b/editeng/source/items/numitem.cxx index 4b2b135b1811..4b71f2a3f5a5 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()) -- cgit