summaryrefslogtreecommitdiff
path: root/editeng/source/items/numitem.cxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-02-05 17:27:40 +0100
committerEike Rathke <erack@redhat.com>2015-02-05 17:28:11 +0100
commitdafcf0231f4ee9912fb264430da958e9cb09ab20 (patch)
tree7806a31041bd8b96fa0adfedadddc0201948800e /editeng/source/items/numitem.cxx
parente75804276d1351795add46be77658b53a25117f0 (diff)
yet yet another Windows build 'Locale' ambiguous symbol
Change-Id: I6506190c09405d4d82ae4fc4356e4ec936f2431d
Diffstat (limited to 'editeng/source/items/numitem.cxx')
-rw-r--r--editeng/source/items/numitem.cxx2
1 files changed, 1 insertions, 1 deletions
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())