diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-11-15 12:23:04 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-11-15 12:23:04 +0100 |
commit | 169562ff2648a99a04a7faf6223c471e957608db (patch) | |
tree | 7ab92f20c21c7c2dd8720bc024afa27302eddb84 /sax | |
parent | 893d37c379ca053cf033bf1aa2e175053af6da28 (diff) |
windows blind fix
Diffstat (limited to 'sax')
-rw-r--r-- | sax/source/fastparser/fastparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |