From 169562ff2648a99a04a7faf6223c471e957608db Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 15 Nov 2014 12:23:04 +0100 Subject: windows blind fix --- sax/source/fastparser/fastparser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sax') diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx index 8d5dad26340f..38a4bbb750b4 100644 --- a/sax/source/fastparser/fastparser.cxx +++ b/sax/source/fastparser/fastparser.cxx @@ -877,7 +877,7 @@ void FastSaxParserImpl::setEntityResolver(const Reference < XEntityResolver > & maData.mxEntityResolver = Resolver; } -void FastSaxParserImpl::setLocale( const Locale & Locale ) throw (RuntimeException) +void FastSaxParserImpl::setLocale( const lang::Locale & Locale ) throw (RuntimeException) { maData.maLocale = Locale; } -- cgit