windows blind fix

This commit is contained in:
Markus Mohrhard
2014-11-15 12:23:04 +01:00
parent 893d37c379
commit 169562ff26

View File

@@ -877,7 +877,7 @@ void FastSaxParserImpl::setEntityResolver(const Reference < XEntityResolver > &
maData.mxEntityResolver = Resolver; maData.mxEntityResolver = Resolver;
} }
void FastSaxParserImpl::setLocale( const Locale & Locale ) throw (RuntimeException) void FastSaxParserImpl::setLocale( const lang::Locale & Locale ) throw (RuntimeException)
{ {
maData.maLocale = Locale; maData.maLocale = Locale;
} }